rpms/GConf2/FC-6 GConf2.spec,1.47,1.48

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Oct 24 17:33:50 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/GConf2/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv8917

Modified Files:
	GConf2.spec 
Log Message:
- regenerate libtool to work around bug where rpaths were
  getting added to backend plugins



Index: GConf2.spec
===================================================================
RCS file: /cvs/dist/rpms/GConf2/FC-6/GConf2.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- GConf2.spec	12 Oct 2006 20:29:41 -0000	1.47
+++ GConf2.spec	24 Oct 2006 17:33:48 -0000	1.48
@@ -5,7 +5,7 @@
 Summary: A process-transparent configuration system
 Name: GConf2
 Version: 2.14.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: LGPL
 Group: System Environment/Base
 Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2
@@ -23,6 +23,7 @@
 BuildRequires: pkgconfig >= 0.14
 BuildRequires: gettext
 BuildRequires: openldap-devel
+BuildRequires: libtool
 
 Patch0: GConf2-2.8.1-reload.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=356573
@@ -56,6 +57,8 @@
 %patch2 -p1 -b .errors
 
 %build
+rm -f libtool
+libtoolize --force --copy
 %configure
 make
 
@@ -109,6 +112,10 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Oct 24 2006 Ray Strode <rstrode at redhat.com> - 2.14.0-6
+- regenerate libtool to work around bug where rpaths were
+  getting added to backend plugins
+
 * Thu Oct 12 2006 Matthias Clasen <mclasen at redhat.com> - 2.14.0-5
 - Require a new enough glib2 to fix upgrade issues (#203813)
 




More information about the fedora-cvs-commits mailing list