rpms/eclipse-pydev/devel eclipse-pydev.spec,1.14,1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 9 21:14:04 UTC 2006


Author: overholt

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

Modified Files:
	eclipse-pydev.spec 
Log Message:
Build against SDK 3.1.2.


Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse-pydev/devel/eclipse-pydev.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- eclipse-pydev.spec	16 Dec 2005 23:24:14 -0000	1.14
+++ eclipse-pydev.spec	9 Feb 2006 21:14:01 -0000	1.15
@@ -21,7 +21,7 @@
 Summary: 	%{pkg_summary} 
 Name: 		%{eclipse_name}-pydev
 Version: 	%{version_majmin}.%{version_micro}_fc
-Release:	13
+Release:	14
 License:	Common Public License v1.0 <http://www.eclipse.org/legal/cpl-v10.html>
 Group:		Text Editors/Integrated Development Environments (IDE)
 #URL:		
@@ -90,7 +90,7 @@
     -DjavacFailOnError=false \
     -DdontUnzip=true \
     -DbaseLocation=$SDK \
-    -Dpde.build.scripts=$SDK/plugins/org.eclipse.pde.build_3.1.0/scripts \
+    -Dpde.build.scripts=$SDK/plugins/org.eclipse.pde.build_3.1.2/scripts \
     -DdontFetchAnything=true 
 popd
 
@@ -104,7 +104,7 @@
   case $file in
     *org.python.pydev*)
       # The ".." is needed since the zip files contain "eclipse/foo".
-      (cd $RPM_BUILD_ROOT/%{eclipse_base}/.. && tar zxf $file)
+      (cd $RPM_BUILD_ROOT/%{eclipse_base}/.. && unzip $file)
       ;;
   esac
 done
@@ -133,6 +133,9 @@
 %endif
 
 %changelog
+* Thu Feb 09 2006 Andrew Overholt <overholt at redhat.com> 0.9.3_fc-14
+- Build against 3.1.2.
+
 * Fri Dec 16 2005 Andrew Overholt <overholt at redhat.com> 0.9.3_fc-13
 - Build against gcc 4.1.
 




More information about the fedora-cvs-commits mailing list