rpms/libgcrypt/devel libgcrypt.spec,1.22,1.23

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Tue Oct 16 17:05:43 UTC 2007


Author: nalin

Update of /cvs/extras/rpms/libgcrypt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8524

Modified Files:
	libgcrypt.spec 
Log Message:
- use ldconfig to build the soname symlink for packaging along with the shared library (#334731))


Index: libgcrypt.spec
===================================================================
RCS file: /cvs/extras/rpms/libgcrypt/devel/libgcrypt.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- libgcrypt.spec	22 Aug 2007 21:16:43 -0000	1.22
+++ libgcrypt.spec	16 Oct 2007 17:05:10 -0000	1.23
@@ -1,6 +1,6 @@
 Name: libgcrypt
 Version: 1.2.4
-Release: 5
+Release: 6
 Source0: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2
 Source1: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig
 Source2: wk at g10code.com
@@ -72,6 +72,8 @@
 	ln -sf $shlib $target
 done
 popd
+# Add soname symlink.
+/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_lib}/
 rm -f $RPM_BUILD_ROOT/root_marker
 
 %clean
@@ -107,6 +109,10 @@
 %{_infodir}/gcrypt.info*
 
 %changelog
+* Tue Oct 16 2007 Nalin Dahyabhai <nalin at redhat.com> - 1.2.4-6
+- use ldconfig to build the soname symlink for packaging along with the
+  shared library (#334731)
+
 * Wed Aug 22 2007 Nalin Dahyabhai <nalin at redhat.com> - 1.2.4-5
 - add missing gawk buildrequirement
 - switch from explicitly specifying the /dev/random RNG to just verifying




More information about the scm-commits mailing list