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