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

Bryan O'Sullivan (bos) fedora-extras-commits at redhat.com
Sun Sep 30 03:19:26 UTC 2007


Author: bos

Update of /cvs/extras/rpms/ghc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17348

Modified Files:
	ghc.spec 
Log Message:
Work around rpm braindamage: you can't have "%" in comments!?



Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ghc.spec	30 Sep 2007 03:06:57 -0000	1.22
+++ ghc.spec	30 Sep 2007 03:18:21 -0000	1.23
@@ -9,10 +9,10 @@
 # the misery, do a complete build once using "rpmbuild -bc", then copy
 # your built tree to a directory of the same name suffixed with
 # ".built", using "cp -al".  Finally, set this variable, and it will
-# copy the already-built tree into place during %build instead of
+# copy the already-built tree into place during build instead of
 # actually doing the build.
 #
-# Obviously, this can only work if you leave the %build section
+# Obviously, this can only work if you leave the build section
 # completely untouched between builds.
 %define package_debugging 0
 




More information about the fedora-extras-commits mailing list