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

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Nov 1 17:48:30 UTC 2006


Author: spot

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

Modified Files:
	gambas.spec 
Log Message:

Clean up examples files.



Index: gambas.spec
===================================================================
RCS file: /cvs/extras/rpms/gambas/devel/gambas.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gambas.spec	31 Oct 2006 22:35:57 -0000	1.19
+++ gambas.spec	1 Nov 2006 17:48:00 -0000	1.20
@@ -1,7 +1,7 @@
 Name:		gambas
 Summary: 	IDE based on a basic interpreter with object extensions
 Version: 	1.0.17
-Release: 	4%{?dist}
+Release: 	5%{?dist}
 License: 	GPL
 Group: 		Development/Tools
 URL: 		http://gambas.sourceforge.net/
@@ -251,6 +251,12 @@
   --add-category X-Fedora				\
   debian/gambas.desktop
 
+# Pull buildroot out of the examples files
+for i in `grep -lr "$RPM_BUILD_ROOT" $RPM_BUILD_ROOT%{_datadir}/%{name}/examples/`; 
+do
+  sed -i 's|$RPM_BUILD_ROOT||g' $i; 
+done
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -416,6 +422,9 @@
 %{_datadir}/gambas/info/gb.xml.libxml.xslt.*
 
 %changelog
+* Wed Nov  1 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.17-5
+- pull buildroot out of the examples files
+
 * Tue Oct 31 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.17-4
 - a spoooky halloween bump for development
 




More information about the scm-commits mailing list