mirror of
https://abf.rosa.ru/djam/bzip2.git
synced 2025-02-23 10:52:54 +00:00
upgrade
This commit is contained in:
parent
e323ebdc4f
commit
9f6498d145
1 changed files with 9 additions and 19 deletions
28
bzip2.spec
28
bzip2.spec
|
@ -7,7 +7,7 @@
|
|||
Summary: Extremely powerful file compression utility
|
||||
Name: bzip2
|
||||
Version: 1.0.6
|
||||
Release: %mkrel 3
|
||||
Release: 4
|
||||
License: BSD
|
||||
Group: Archiving/Compression
|
||||
URL: http://www.bzip.org/index.html
|
||||
|
@ -24,7 +24,6 @@ BuildRequires: tetex-latex
|
|||
%endif
|
||||
BuildRequires: texinfo
|
||||
BuildRequires: libtool
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
|
||||
%description
|
||||
Bzip2 compresses files using the Burrows-Wheeler block-sorting text
|
||||
|
@ -94,42 +93,33 @@ EOF
|
|||
chmod 755 %{buildroot}%{_bindir}/bzless
|
||||
install -m 644 %{SOURCE3} %{buildroot}%{_mandir}/man1/
|
||||
|
||||
%if %mdkversion < 200900
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%if %mdkversion < 200900
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
# cleanup
|
||||
rm -f %{buildroot}%{_libdir}/*.*a
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,755)
|
||||
%doc README LICENSE CHANGES
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-,root,root,755)
|
||||
%doc LICENSE
|
||||
%{_libdir}/libbz2.so.%{major}*
|
||||
|
||||
%files -n %{develname}
|
||||
%defattr(-,root,root,755)
|
||||
%doc *.html LICENSE
|
||||
%if %buildpdf
|
||||
%doc manual.pdf
|
||||
%endif
|
||||
%{_libdir}/libbz2.a
|
||||
%{_libdir}/libbz2.la
|
||||
%{_libdir}/libbz2.so
|
||||
%{_includedir}/*.h
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 03 2011 Oden Eriksson <oeriksson@mandriva.com> 1.0.6-3mdv2011.0
|
||||
* Sat Feb 11 2012 Oden Eriksson <oeriksson@mandriva.com> 1.0.6-4
|
||||
+ Revision: 773295
|
||||
- various cleanups
|
||||
|
||||
* Tue May 03 2011 Oden Eriksson <oeriksson@mandriva.com> 1.0.6-3
|
||||
+ Revision: 663345
|
||||
- mass rebuild
|
||||
|
||||
|
@ -183,7 +173,7 @@ rm -rf %{buildroot}
|
|||
- rebuild
|
||||
- kill re-definition of %%buildroot on Pixel's request
|
||||
|
||||
+ Olivier Blin <oblin@mandriva.com>
|
||||
+ Olivier Blin <blino@mandriva.org>
|
||||
- restore BuildRoot
|
||||
|
||||
* Thu Aug 16 2007 Thierry Vignaud <tv@mandriva.org> 1.0.4-2mdv2008.0
|
||||
|
|
Loading…
Add table
Reference in a new issue