rpms/eclipse-cdt/devel eclipse-cdt.spec,1.63,1.64

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 16 21:54:47 UTC 2006


Author: jjohnstn

Update of /cvs/dist/rpms/eclipse-cdt/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26469

Modified Files:
	eclipse-cdt.spec 
Log Message:

* Mon Oct 16 2006 Jeff Johnston  <jjohnstn at redhat.com> 3.1.1-2
- Replace build patches with sed commands
- Resolves: #208622





Index: eclipse-cdt.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse-cdt/devel/eclipse-cdt.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- eclipse-cdt.spec	16 Oct 2006 20:01:52 -0000	1.63
+++ eclipse-cdt.spec	16 Oct 2006 21:54:45 -0000	1.64
@@ -90,11 +90,11 @@
 # Only build for the platform on which we're building
 pushd platform
 sed --in-place -e "74,82d" build.properties
-sed --in-place -e "s:configs=\\\:configs=linux,gtk,%{_arch}:" build.properties
+sed --in-place -e "s:configs=\\\:configs=linux,gtk,%{eclipse_arch}:" build.properties
 popd
 pushd sdk
 sed --in-place -e "74,82d" build.properties
-sed --in-place -e "s:configs=\\\:configs=linux,gtk,%{_arch}:" build.properties
+sed --in-place -e "s:configs=\\\:configs=linux,gtk,%{eclipse_arch}:" build.properties
 popd
 %patch4 -p0
 %patch5 -p0




More information about the fedora-cvs-commits mailing list