rpms/OpenSceneGraph/devel OpenSceneGraph.spec,1.15,1.16

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Wed Jun 7 04:40:59 UTC 2006


Author: corsepiu

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

Modified Files:
	OpenSceneGraph.spec 
Log Message:
Use tighter pattern to detect GNUmakefiles needing libdefs


Index: OpenSceneGraph.spec
===================================================================
RCS file: /cvs/extras/rpms/OpenSceneGraph/devel/OpenSceneGraph.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- OpenSceneGraph.spec	7 Jun 2006 04:30:11 -0000	1.15
+++ OpenSceneGraph.spec	7 Jun 2006 04:40:59 -0000	1.16
@@ -91,7 +91,7 @@
     -e 's,then\\,then \\,g' \
     $dir/Make/*rules
 
-  find $dir -name GNUmakefile -exec grep -l 'LIB[ ]*=' {} \; | \
+  find $dir -name GNUmakefile -exec grep -l '^[ ]*LIB[ ]*=' {} \; | \
     xargs sed -i \
       -e 's,\(^include.*makedefs\)[ ]*$,\1\ninclude \$(TOPDIR)/Make/libdefs,'
 




More information about the fedora-extras-commits mailing list