Hello community, here is the log from the commit of package libgpg-error checked in at Tue Dec 12 18:28:39 CET 2006. -------- --- libgpg-error/libgpg-error.changes 2006-09-21 16:54:47.000000000 +0200 +++ /mounts/work_src_done/STABLE/libgpg-error/libgpg-error.changes 2006-12-05 18:47:29.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Dec 5 18:47:06 CET 2006 - mkoenig@suse.de + +- move shared lib to /%_lib + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgpg-error.spec ++++++ --- /var/tmp/diff_new_pack.hXXeaP/_old 2006-12-12 18:28:28.000000000 +0100 +++ /var/tmp/diff_new_pack.hXXeaP/_new 2006-12-12 18:28:28.000000000 +0100 @@ -13,9 +13,9 @@ Name: libgpg-error URL: http://www.gnupg.org/ Version: 1.4 -Release: 1 +Release: 16 Summary: Library That Defines Common Error Values for All GnuPG Components -License: GPL, LGPL +License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: Development/Libraries/C and C++ Autoreqprov: on Source: %name-%version.tar.bz2 @@ -68,13 +68,17 @@ autoconf ./configure --prefix=%{_prefix} \ --sysconfdir=%{_sysconfdir} \ - --libdir=%{_libdir} \ + --libdir=/%{_lib} \ --infodir=%{_infodir} \ CFLAGS="$RPM_OPT_FLAGS" make %install make DESTDIR=$RPM_BUILD_ROOT install +# move static lib and .la to %_libdir +# they are not allowed to reside in /%_lib +mkdir -p $RPM_BUILD_ROOT%{_libdir} +mv $RPM_BUILD_ROOT/%{_lib}/libgpg-error.{a,la} $RPM_BUILD_ROOT%{_libdir} # Drop the lisp stuff, it depends on ASDF and CFFI # which needs to be packaged first rm -r %{buildroot}/usr/share/common-lisp @@ -92,7 +96,7 @@ %defattr(-,root,root) %doc README NEWS ChangeLog COPYING.LIB COPYING AUTHORS ABOUT-NLS %_datadir/locale/*/LC_MESSAGES/libgpg-error*.mo -%_libdir/libgpg-error*.so.* +/%_lib/libgpg-error*.so.* %files devel %defattr(-,root,root) @@ -101,9 +105,11 @@ %_bindir/* %_libdir/libgpg-error*.a %_libdir/libgpg-error*.la -%_libdir/libgpg-error*.so +/%_lib/libgpg-error*.so %changelog -n libgpg-error +* Tue Dec 05 2006 - mkoenig@suse.de +- move shared lib to /%%_lib * Tue Sep 19 2006 - mkoenig@suse.de - update to version 1.4: * New error codes for the Assuan IPC library. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de