rpms/file-roller/devel file-roller.spec,1.167,1.168

Matthias Clasen mclasen at fedoraproject.org
Tue Dec 22 20:27:11 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/file-roller/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14825

Modified Files:
	file-roller.spec 
Log Message:
fix build



Index: file-roller.spec
===================================================================
RCS file: /cvs/pkgs/rpms/file-roller/devel/file-roller.spec,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -p -r1.167 -r1.168
--- file-roller.spec	22 Dec 2009 17:52:36 -0000	1.167
+++ file-roller.spec	22 Dec 2009 20:27:11 -0000	1.168
@@ -48,10 +48,12 @@ such as tar or zip files.
 %setup -q
 
 %build
-%configure --disable-scrollkeeper --disable-static
+%configure 	--disable-scrollkeeper 		\
+		--disable-static 		\
+		--enable-nautilus-actions	\
+		--enable-packagekit
+
 export tagname=CC
-# https://bugzilla.gnome.org/show_bug.cgi?id=603492
-sed -i -e 's/DBUS_LIBS = /DBUS_LIBS = -ldbus-glib-1/' src/Makefile
 make LIBTOOL=/usr/bin/libtool
 
 %install




More information about the scm-commits mailing list