Hello community, here is the log from the commit of package unshield checked in at Mon Dec 31 22:39:38 CET 2007. -------- --- unshield/unshield.changes 2007-03-12 18:54:49.000000000 +0100 +++ /mounts/work_src_done/STABLE/unshield/unshield.changes 2007-12-27 01:13:02.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Dec 27 01:12:05 CET 2007 - crrodriguez@suse.de + +- fix library-without-ldconfig-post* errors +- remove static libraries and "la" files +- fix -devel package dependencies + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unshield.spec ++++++ --- /var/tmp/diff_new_pack.o18824/_old 2007-12-31 22:39:27.000000000 +0100 +++ /var/tmp/diff_new_pack.o18824/_new 2007-12-31 22:39:27.000000000 +0100 @@ -12,11 +12,11 @@ Name: unshield BuildRequires: zlib-devel -Summary: A program to extract InstallShield cabinet files +Summary: A Program to Extract InstallShield Cabinet Files Version: 0.5 -Release: 1 -License: MIT -URL: http://synce.sourceforge.net/ +Release: 46 +License: X11/MIT +Url: http://synce.sourceforge.net/ Group: Productivity/Archiving/Compression Source: %{name}-%{version}.tar.bz2 Patch0: unshield-zlib_test.patch @@ -38,8 +38,7 @@ %package devel Summary: A program to extract InstallShield cabinet files Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} -Requires: zlib-devel +Requires: %{name} = %{version} glibc-devel %description devel Cabinet (.CAB) files are a form of archive, which is used by the @@ -61,7 +60,7 @@ %build autoreconf -f -i export CFLAGS="%optflags" -%configure +%configure --disable-static --with-pic make %{?jobs:-j%jobs} %install @@ -70,6 +69,10 @@ %clean rm -rf %{buildroot} +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %files %defattr(-,root,root) %doc README LICENSE @@ -80,10 +83,13 @@ %defattr(-,root,root) %{_includedir}/libunshield.h %{_libdir}/libunshield.so -%{_libdir}/libunshield.a -%{_libdir}/libunshield.la %{_datadir}/aclocal/* +%exclude %{_libdir}/libunshield.la %changelog +* Thu Dec 27 2007 - crrodriguez@suse.de +- fix library-without-ldconfig-post* errors +- remove static libraries and "la" files +- fix -devel package dependencies * Mon Mar 12 2007 - pth@suse.de - Initial package creation ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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