Hello community, here is the log from the commit of package libgpg-error checked in at Thu Dec 14 02:00:02 CET 2006. -------- --- libgpg-error/libgpg-error.changes 2006-12-05 18:47:29.000000000 +0100 +++ /mounts/work_src_done/STABLE/libgpg-error/libgpg-error.changes 2006-12-13 16:03:29.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Dec 13 12:37:00 CET 2006 - mkoenig@suse.de + +- get rid of .la file and fix devel so link + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgpg-error.spec ++++++ --- /var/tmp/diff_new_pack.nlNLge/_old 2006-12-14 01:59:48.000000000 +0100 +++ /var/tmp/diff_new_pack.nlNLge/_new 2006-12-14 01:59:48.000000000 +0100 @@ -13,7 +13,7 @@ Name: libgpg-error URL: http://www.gnupg.org/ Version: 1.4 -Release: 16 +Release: 18 Summary: Library That Defines Common Error Values for All GnuPG Components License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: Development/Libraries/C and C++ @@ -75,10 +75,11 @@ %install make DESTDIR=$RPM_BUILD_ROOT install -# move static lib and .la to %_libdir -# they are not allowed to reside in /%_lib +rm $RPM_BUILD_ROOT/%{_lib}/libgpg-error.la mkdir -p $RPM_BUILD_ROOT%{_libdir} -mv $RPM_BUILD_ROOT/%{_lib}/libgpg-error.{a,la} $RPM_BUILD_ROOT%{_libdir} +rm $RPM_BUILD_ROOT/%{_lib}/libgpg-error.so +ln -s /%{_lib}/libgpg-error.so.0 $RPM_BUILD_ROOT%{_libdir}/libgpg-error.so +mv $RPM_BUILD_ROOT/%{_lib}/libgpg-error.a $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 @@ -104,10 +105,11 @@ %_includedir/* %_bindir/* %_libdir/libgpg-error*.a -%_libdir/libgpg-error*.la -/%_lib/libgpg-error*.so +%_libdir/libgpg-error*.so %changelog -n libgpg-error +* Wed Dec 13 2006 - mkoenig@suse.de +- get rid of .la file and fix devel so link * Tue Dec 05 2006 - mkoenig@suse.de - move shared lib to /%%_lib * Tue Sep 19 2006 - mkoenig@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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