rpms/gpgme/devel .cvsignore, 1.9, 1.10 gpgme.spec, 1.26, 1.27 sources, 1.9, 1.10

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Jan 4 16:49:12 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/gpgme/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2279

Modified Files:
	.cvsignore gpgme.spec sources 
Log Message:
* Fri Jan 04 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.6-1
- gpgme-1.1.6
- multiarch conflicts in gpgme (#341351)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gpgme/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	9 Jul 2007 17:32:12 -0000	1.9
+++ .cvsignore	4 Jan 2008 16:48:27 -0000	1.10
@@ -1,7 +1,3 @@
 clog
-gpgme-1.1.3.tar.bz2
-gpgme-1.1.3.tar.bz2.sig
-gpgme-1.1.4.tar.bz2
-gpgme-1.1.4.tar.bz2.sig
-gpgme-1.1.5.tar.bz2
-gpgme-1.1.5.tar.bz2.sig
+gpgme-1.1.6.tar.bz2
+gpgme-1.1.6.tar.bz2.sig


Index: gpgme.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpgme/devel/gpgme.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- gpgme.spec	25 Aug 2007 12:36:10 -0000	1.26
+++ gpgme.spec	4 Jan 2008 16:48:27 -0000	1.27
@@ -1,8 +1,8 @@
 
 Name:    gpgme
 Summary: GnuPG Made Easy - high level crypto API
-Version: 1.1.5
-Release: 4%{?dist}
+Version: 1.1.6
+Release: 1%{?dist}
 
 License: LGPLv2+
 Group:   Applications/System
@@ -49,6 +49,10 @@
 
 %patch1 -p1 -b .config_extras
 
+## HACK ALERT
+# The config script already suppresses the -L if it's /usr/lib, so cheat and
+# set it to a value which we know will be suppressed.
+sed -i -e 's|^libdir=@libdir@$|libdir=@exec_prefix@/lib|g' gpgme/gpgme-config.in
 
 %build
 %configure \
@@ -94,18 +98,22 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING* ChangeLog NEWS README* THANKS TODO VERSION
-%{_libdir}/lib*.so.*
+%{_libdir}/libgpgme*.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %{_bindir}/gpgme-config
 %{_includedir}/*
-%{_libdir}/lib*.so
+%{_libdir}/libgpgme*.so
 %{_datadir}/aclocal/gpgme.m4
 %{_infodir}/gpgme.info*
 
 
 %changelog
+* Fri Jan 04 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.6-1
+- gpgme-1.1.6
+- multiarch conflicts in gpgme (#341351)
+
 * Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.5-4
 - BR: gawk
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gpgme/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	9 Jul 2007 17:32:12 -0000	1.9
+++ sources	4 Jan 2008 16:48:27 -0000	1.10
@@ -1,2 +1,2 @@
-db7d7dfc10edcc20e8a15a7a8fdc1080  gpgme-1.1.5.tar.bz2
-9329f48a489f797a686d5322f9169c9d  gpgme-1.1.5.tar.bz2.sig
+daddf775ace2594da834f15c8ebb045e  gpgme-1.1.6.tar.bz2
+c387e5671dac9b04c74a4d1818980360  gpgme-1.1.6.tar.bz2.sig




More information about the fedora-extras-commits mailing list