rpms/libuser/devel libuser-0.54-gmodule-no-export.patch, NONE, 1.1 libuser.spec, 1.40, 1.41

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Oct 5 15:53:45 UTC 2005


Author: mclasen

Update of /cvs/dist/rpms/libuser/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20719

Modified Files:
	libuser.spec 
Added Files:
	libuser-0.54-gmodule-no-export.patch 
Log Message:
Use gmodule-no-export in the .pc file


libuser-0.54-gmodule-no-export.patch:
 libuser.pc.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE libuser-0.54-gmodule-no-export.patch ---
--- libuser-0.54/libuser.pc.in.gmodule-no-export	2005-10-05 11:40:34.083922000 -0400
+++ libuser-0.54/libuser.pc.in	2005-10-05 11:40:07.474558000 -0400
@@ -7,5 +7,5 @@
 Description: A user and group account administration library.
 Version: @VERSION@
 Libs: -L${libdir} -luser @CRYPT_LIBS@
-Requires: glib-2.0 gobject-2.0 gmodule-2.0
+Requires: glib-2.0 gobject-2.0 gmodule-no-export-2.0
 Cflags: -I${includedir}


Index: libuser.spec
===================================================================
RCS file: /cvs/dist/rpms/libuser/devel/libuser.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- libuser.spec	13 Sep 2005 00:28:51 -0000	1.40
+++ libuser.spec	5 Oct 2005 15:53:42 -0000	1.41
@@ -5,10 +5,11 @@
 
 Name: libuser
 Version: 0.54
-Release: 1
+Release: 2
 Group: System Environment/Base
 License: LGPL
 Source: libuser-%{version}.tar.gz
+Patch0: libuser-0.54-gmodule-no-export.patch
 BuildRoot: %{_tmppath}/%{name}-root
 BuildRequires: pam-devel, popt, python-devel
 BuildRequires: glib2-devel, gtk-doc, linuxdoc-tools
@@ -38,6 +39,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .gmodule-no-export
 
 %build
 %configure --enable-gtk-doc \
@@ -95,6 +97,9 @@
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Wed Oct  5 2005 Matthias Clasen <mclasen at redhat.com> - 0.54-2
+- Use gmodule-no-export in the .pc file
+
 * Tue Sep 13 2005 Miloslav Trmac <mitr at redhat.com> - 0.54-1
 - Make sure attributes with no values can never appear
 - Fix crash in the "files" module when an attribute is missing




More information about the fedora-cvs-commits mailing list