Hello community, here is the log from the commit of package libgcrypt checked in at Thu Dec 14 01:59:59 CET 2006. -------- --- libgcrypt/libgcrypt.changes 2006-12-05 18:31:32.000000000 +0100 +++ /mounts/work_src_done/STABLE/libgcrypt/libgcrypt.changes 2006-12-13 16:03:12.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Dec 13 12:47:48 CET 2006 - mkoenig@suse.de + +- get rid of .la file and fix devel so link + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgcrypt.spec ++++++ --- /var/tmp/diff_new_pack.vHY7EC/_old 2006-12-14 01:59:32.000000000 +0100 +++ /var/tmp/diff_new_pack.vHY7EC/_new 2006-12-14 01:59:32.000000000 +0100 @@ -14,7 +14,7 @@ BuildRequires: libgpg-error-devel URL: http://www.gnu.org/directory/Security/libgcrypt.html Version: 1.2.3 -Release: 18 +Release: 20 Summary: The GNU Crypto Library License: GNU General Public License (GPL), Other License(s), see package Group: Development/Libraries/C and C++ @@ -89,9 +89,11 @@ %install make DESTDIR=$RPM_BUILD_ROOT install -# move .a and .la to %_libdir +rm $RPM_BUILD_ROOT/%{_lib}/libgcrypt.la mkdir -p $RPM_BUILD_ROOT%_libdir -mv $RPM_BUILD_ROOT/%{_lib}/libgcrypt.{a,la} $RPM_BUILD_ROOT%_libdir +rm $RPM_BUILD_ROOT/%{_lib}/libgcrypt.so +ln -s /%{_lib}/libgcrypt.so.11 $RPM_BUILD_ROOT%{_libdir}/libgcrypt.so +mv $RPM_BUILD_ROOT/%{_lib}/libgcrypt.a $RPM_BUILD_ROOT%_libdir %clean rm -rf $RPM_BUILD_ROOT @@ -117,12 +119,14 @@ %defattr(-,root,root) %doc %_infodir/gc* %_bindir/* -/%_lib/libgcrypt*.so +%_libdir/libgcrypt*.so %_libdir/libgcrypt*a %_includedir/* %_datadir/aclocal/* %changelog -n libgcrypt +* 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 * Thu Aug 31 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