commit zlib for openSUSE:Factory
Hello community, here is the log from the commit of package zlib for openSUSE:Factory checked in at Tue Mar 24 18:33:42 CET 2009. -------- --- zlib/zlib.changes 2009-03-16 14:46:54.000000000 +0100 +++ zlib/zlib.changes 2009-03-21 16:26:07.000000000 +0100 @@ -1,0 +2,8 @@ +Sat Mar 21 16:23:42 CET 2009 - crrodriguez@suse.de + +- there is one valid use case of static zlib in "qemu" package + split a -devel-static subpackage, please do not BuildRequire + this package unless you are 100% sure you need it, if in doubt + mail either the security team or me. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zlib.spec ++++++ --- /var/tmp/diff_new_pack.Z10900/_old 2009-03-24 18:32:33.000000000 +0100 +++ /var/tmp/diff_new_pack.Z10900/_new 2009-03-24 18:32:33.000000000 +0100 @@ -30,7 +30,7 @@ %endif # Version: 1.2.3 -Release: 137 +Release: 138 Summary: Data Compression Library Source: zlib-%{version}.tar.bz2 Patch: zlib-1.2.1-make-test.patch @@ -74,6 +74,20 @@ +%package devel-static +License: Other uncritical OpenSource License +Summary: Include Files and Libraries mandatory for Development +Group: Development/Languages/C and C++ +Provides: %{name}-devel:%{_libdir}/libz.a +Requires: %{name}-devel = %{version} + +%description devel-static +This package contains all necessary include files and libraries needed +to develop applications that require the provided includes and +libraries. + + + %prep %setup -q %patch -p1 @@ -99,8 +113,8 @@ %{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/libz.so) %{buildroot}%{_libdir}/libz.so %{__rm} -v %{buildroot}/%{_lib}/libz.so # static lib -#make libz.a -#install -m 644 libz.a $RPM_BUILD_ROOT/usr/%{_lib} +make libz.a +install -m 644 libz.a $RPM_BUILD_ROOT/%{_libdir} # manpage install -m 644 zlib.3 $RPM_BUILD_ROOT/%{_mandir}/man3 install -m 644 zutil.h $RPM_BUILD_ROOT%{_includedir} @@ -124,10 +138,18 @@ /usr/include/zlib.h /usr/include/zconf.h /usr/include/zutil.h -/usr/%{_lib}/libz.so -#/usr/%{_lib}/libz.a +%{_libdir}/libz.so + +%files devel-static +%defattr(-,root,root) +%{_libdir}/libz.a %changelog +* Sat Mar 21 2009 crrodriguez@suse.de +- there is one valid use case of static zlib in "qemu" package + split a -devel-static subpackage, please do not BuildRequire + this package unless you are 100%% sure you need it, if in doubt + mail either the security team or me. * Fri Feb 27 2009 crrodriguez@suse.de - add patch from gentoo that makes zlib to only export its public API using GCC visibility features, this will ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de