rpms/libgpg-error/devel libgpg-error.spec,1.20,1.21

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Mon Oct 15 17:55:31 UTC 2007


Author: nalin

Update of /cvs/pkgs/rpms/libgpg-error/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28323

Modified Files:
	libgpg-error.spec 
Log Message:
- use ldconfig to make the soname symlink so that it gets packaged (#331241)


Index: libgpg-error.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgpg-error/devel/libgpg-error.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libgpg-error.spec	22 Aug 2007 20:29:08 -0000	1.20
+++ libgpg-error.spec	15 Oct 2007 17:54:58 -0000	1.21
@@ -1,7 +1,7 @@
 Summary: libgpg-error
 Name: libgpg-error
 Version: 1.5
-Release: 5
+Release: 6
 URL: ftp://ftp.gnupg.org/gcrypt/libgpg-error/
 Source0: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2
 Source1: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2.sig
@@ -69,6 +69,8 @@
 	ln -sf $shlib $target
 done
 popd
+# Add the soname symlink.
+/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_lib}/
 rm -f $RPM_BUILD_ROOT/root_marker
 
 %clean
@@ -92,6 +94,9 @@
 %{_datadir}/aclocal/gpg-error.m4
 
 %changelog
+* Mon Oct 15 2007 Nalin Dahyabhai <nalin at redhat.com> - 1.5-6
+- use ldconfig to make the soname symlink so that it gets packaged (#331241)
+
 * Wed Aug 22 2007 Nalin Dahyabhai <nalin at redhat.com> - 1.5-5
 - add missing gawk buildrequirement
 




More information about the fedora-extras-commits mailing list