rpms/vala/devel vala.spec,1.19,1.20

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Tue Dec 4 23:21:55 UTC 2007


Author: salimma

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

Modified Files:
	vala.spec 
Log Message:
Build process fix



Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/devel/vala.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- vala.spec	4 Dec 2007 22:28:35 -0000	1.19
+++ vala.spec	4 Dec 2007 23:21:22 -0000	1.20
@@ -83,6 +83,9 @@
 %prep
 %setup -q
 %patch0 -p1 -b .gen-project
+# touch the file, otherwise the build process will try to regenerate
+# the .{c,h} files using an installed vala compiler
+touch gen-project/vala-gen-project.vala.stamp
 
 
 %build




More information about the fedora-extras-commits mailing list