rpms/gvfs/devel gvfs.spec,1.22,1.23

Alexander Larsson (alexl) fedora-extras-commits at redhat.com
Tue Feb 26 13:44:43 UTC 2008


Author: alexl

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

Modified Files:
	gvfs.spec 
Log Message:
Fix patch apply to not cause configure regeneration



Index: gvfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gvfs/devel/gvfs.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- gvfs.spec	26 Feb 2008 13:28:02 -0000	1.22
+++ gvfs.spec	26 Feb 2008 13:44:02 -0000	1.23
@@ -43,8 +43,12 @@
 %prep
 %setup -q
 
+# Don't trigger autoregen:
+touch -r configure time1
+touch -r configure.ac time2
 %patch1 -p1 -b .libxml
-
+touch -r time1 configure
+touch -r time2 configure.ac 
 
 %build
 %configure 




More information about the fedora-extras-commits mailing list