forked from pool/bzip2
This commit is contained in:
parent
02f858b34c
commit
f285e8a7d2
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 30 11:53:18 CEST 2007 - lmichnovic@suse.cz
|
||||
|
||||
- renamed lib to libbz2-1 according to Shared Library Packaging
|
||||
Policy
|
||||
- calling ldconfig for libbz2-1 package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 23:28:01 CEST 2007 - dmueller@suse.de
|
||||
|
||||
|
22
bzip2.spec
22
bzip2.spec
@ -12,21 +12,21 @@
|
||||
|
||||
Name: bzip2
|
||||
Version: 1.0.4
|
||||
Release: 19
|
||||
Release: 22
|
||||
Provides: bzip
|
||||
Obsoletes: bzip
|
||||
# The following is a kludge to get updating bzip2 to after the split work
|
||||
PreReq: libbz2
|
||||
PreReq: libbz2-1
|
||||
Autoreqprov: on
|
||||
Group: Productivity/Archiving/Compression
|
||||
License: BSD License and BSD-like
|
||||
License: BSD License and BSD-like, bzip2-1.0 is distributed under a BSD-style license
|
||||
URL: http://www.bzip.org/
|
||||
Summary: A Program for Compressing Files
|
||||
Source: bzip2-%{version}.tar.gz
|
||||
Source1: bznew.gz
|
||||
Source2: bznew.1.gz
|
||||
Source100: rpmlintrc
|
||||
Patch1: shared-lib.diff
|
||||
Patch1: bzip2-shared_lib.patch
|
||||
Patch2: bzip2-maxlen20.patch
|
||||
Patch3: bzip2-faster.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -53,11 +53,11 @@ Authors:
|
||||
--------
|
||||
Julian Seward <jseward@acm.org>
|
||||
|
||||
%package -n libbz2
|
||||
%package -n libbz2-1
|
||||
Summary: bzip2 runtime library
|
||||
Group: Productivity/Archiving/Compression
|
||||
|
||||
%description -n libbz2
|
||||
%description -n libbz2-1
|
||||
bzip2 runtime library
|
||||
|
||||
|
||||
@ -121,9 +121,9 @@ ln -sf ../../%{_lib}/libbz2.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libbz2.so
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%post -n libbz2-1 -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%postun -n libbz2-1 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -135,7 +135,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%doc manual.ps.gz manual*.html
|
||||
|
||||
%files -n libbz2
|
||||
%files -n libbz2-1
|
||||
%defattr(-,root,root)
|
||||
/%{_lib}/libbz2.so.1
|
||||
/%{_lib}/libbz2.so.1.*
|
||||
@ -147,6 +147,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libbz2.so
|
||||
|
||||
%changelog
|
||||
* Wed May 30 2007 - lmichnovic@suse.cz
|
||||
- renamed lib to libbz2-1 according to Shared Library Packaging
|
||||
Policy
|
||||
- calling ldconfig for libbz2-1 package
|
||||
* Fri May 25 2007 - dmueller@suse.de
|
||||
- build with profile feedback enabled (7-15%% speedup)
|
||||
* Fri Mar 30 2007 - rguenther@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user