rpms/dconf/devel dconf-libs.patch,NONE,1.1 dconf.spec,1.3,1.4

Matthias Clasen mclasen at fedoraproject.org
Tue May 25 04:25:06 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/dconf/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28896

Modified Files:
	dconf.spec 
Added Files:
	dconf-libs.patch 
Log Message:
fix pedantic linking


dconf-libs.patch:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE dconf-libs.patch ---
diff -up dconf-0.3.1/bin/Makefile.am.pedantic-linker dconf-0.3.1/bin/Makefile.am
--- dconf-0.3.1/bin/Makefile.am.pedantic-linker	2010-05-25 00:22:12.837474369 -0400
+++ dconf-0.3.1/bin/Makefile.am	2010-05-25 00:22:25.043736206 -0400
@@ -3,4 +3,4 @@ INCLUDES = -I$(top_srcdir)/{common,engin
 
 bin_PROGRAMS = dconf
 
-dconf_LDADD = ../client/libdconf.la
+dconf_LDADD = ../client/libdconf.la $(gio_LIBS)


Index: dconf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dconf/devel/dconf.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- dconf.spec	25 May 2010 04:06:42 -0000	1.3
+++ dconf.spec	25 May 2010 04:25:06 -0000	1.4
@@ -11,13 +11,18 @@ Source0:        http://download.gnome.or
 BuildRequires:  glib2-devel >= 2.25.7
 Requires:       dbus
 
+Patch0:         dconf-libs.patch
+BuildRequires:  automake autoconf libtool
+
 %description
 dconf is a low-level configuration system. Its main purpose is to provide a
 backend to the GSettings API in GLib.
 
 %prep
 %setup -q
+%patch0 -p1 -b .libs
 
+autoreconf -i -f
 
 %build
 %configure



More information about the scm-commits mailing list