SHA256
1
0
forked from pool/bzip2
OBS User unknown 2009-06-12 14:43:48 +00:00 committed by Git OBS Bridge
parent 8105a03f5f
commit 6c16f2f3cd
2 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 7 16:40:59 CEST 2009 - crrodriguez@suse.de
- remove static libraries see bnc#509945 for details
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de Wed Dec 10 12:34:56 CET 2008 - olh@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package bzip2 (Version 1.0.5) # spec file for package bzip2 (Version 1.0.5)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
Name: bzip2 Name: bzip2
Version: 1.0.5 Version: 1.0.5
Release: 34 Release: 35
Provides: bzip Provides: bzip
Obsoletes: bzip Obsoletes: bzip
# The following is a kludge to get updating bzip2 to after the split work # The following is a kludge to get updating bzip2 to after the split work
@ -87,7 +87,7 @@ Authors:
License: BSD 3-Clause License: BSD 3-Clause
Summary: The bzip2 runtime library development files Summary: The bzip2 runtime library development files
Group: Development/Libraries/Other Group: Development/Libraries/Other
Requires: libbz2-1 = %{version} Requires: libbz2-1 = %{version} glibc-devel
%description -n libbz2-devel %description -n libbz2-devel
The bzip2 runtime library development files. The bzip2 runtime library development files.
@ -145,6 +145,7 @@ ln -s bzdiff $RPM_BUILD_ROOT%{_bindir}/bzcmp
ln -s bzmore $RPM_BUILD_ROOT%{_bindir}/bzless ln -s bzmore $RPM_BUILD_ROOT%{_bindir}/bzless
ln -s bzdiff.1 $RPM_BUILD_ROOT%{_mandir}/man1/bzcmp.1 ln -s bzdiff.1 $RPM_BUILD_ROOT%{_mandir}/man1/bzcmp.1
ln -s bzmore.1 $RPM_BUILD_ROOT%{_mandir}/man1/bzless.1 ln -s bzmore.1 $RPM_BUILD_ROOT%{_mandir}/man1/bzless.1
%{__rm} -rf %{buildroot}%{_libdir}/*.a
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -172,10 +173,11 @@ rm -rf $RPM_BUILD_ROOT
%files -n libbz2-devel %files -n libbz2-devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/bzlib.h %{_includedir}/bzlib.h
%{_libdir}/libbz2.a
%{_libdir}/libbz2.so %{_libdir}/libbz2.so
%changelog %changelog
* Sun Jun 07 2009 crrodriguez@suse.de
- remove static libraries see bnc#509945 for details
* Wed Dec 10 2008 olh@suse.de * Wed Dec 10 2008 olh@suse.de
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade - use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
(bnc#437293) (bnc#437293)
@ -235,7 +237,7 @@ rm -rf $RPM_BUILD_ROOT
- strip .la files - strip .la files
* Wed Jan 25 2006 mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Tue Jan 17 2006 schwab@suse.de * Wed Jan 18 2006 schwab@suse.de
- Don't strip binaries. - Don't strip binaries.
* Fri Aug 12 2005 mls@suse.de * Fri Aug 12 2005 mls@suse.de
- make decompress much faster - make decompress much faster
@ -243,7 +245,7 @@ rm -rf $RPM_BUILD_ROOT
- go back to maxlen=20 when compressing - go back to maxlen=20 when compressing
* Fri Aug 05 2005 ro@suse.de * Fri Aug 05 2005 ro@suse.de
- next libdir: only package lib* - next libdir: only package lib*
* Thu Aug 04 2005 ro@suse.de * Fri Aug 05 2005 ro@suse.de
- do not package all of libdir (debuginfo) - do not package all of libdir (debuginfo)
* Mon Aug 01 2005 mjancar@suse.cz * Mon Aug 01 2005 mjancar@suse.cz
- update to 1.0.3 - update to 1.0.3