rpms/eclipse-pydev/devel eclipse-pydev.spec,1.6,1.7

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jul 5 19:40:18 UTC 2005


Author: jpound

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

Modified Files:
	eclipse-pydev.spec 
Log Message:
Apply patch to explicitly specify archive type.
Fix description.



Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse-pydev/devel/eclipse-pydev.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- eclipse-pydev.spec	26 Apr 2005 23:09:30 -0000	1.6
+++ eclipse-pydev.spec	5 Jul 2005 19:40:16 -0000	1.7
@@ -22,7 +22,7 @@
 Summary: 	%{pkg_summary} 
 Name: 		%{eclipse_name}-pydev
 Version: 	%{version_majmin}.%{version_micro}_fc
-Release:	7
+Release:	8
 License:	Common Public License v1.0 <http://www.eclipse.org/legal/cpl-v10.html>
 Group:		Text Editors/Integrated Development Environments (IDE)
 #URL:		
@@ -54,8 +54,8 @@
 BuildRoot: %{_tmppath}/%{name}-buildroot
 
 %description
-The eclipse-pydev package contains Eclipse features and plugins for
-Pydev bug tracking integration.
+The eclipse-pydev package contains Eclipse plugins for
+Python development.
 
 %prep
 %setup -q -c 
@@ -84,7 +84,8 @@
     -DdontUnzip=true \
     -DbaseLocation=$SDK \
     -Dpde.build.scripts=$SDK/plugins/org.eclipse.pde.build_3.1.0/scripts \
-    -DdontFetchAnything=true 
+    -DdontFetchAnything=true \
+    -DarchivesFormat=linux,gtk,x86-tar
 
 %if %{gcj_support}
   mkdir native
@@ -173,6 +174,10 @@
 %endif
 
 %changelog
+* Tue Jul 05 2005 Jeff Pound <jpound at redhat.com> 0.9.3_fc-8
+- Apply Robin Greens patch to explicitly specify archive format (bz#162517)
+- Fix spec file description.
+
 * Tue Apr 26 2005 Andrew Overholt <overholt at redhat.com> 0.9.3_fc-7
 - Re-organize and make use of scripts.
 - Remove old tarball from sources.




More information about the fedora-cvs-commits mailing list