rpms/eclipse-pydev/devel eclipse-pydev.spec,1.17,1.18

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Dec 11 08:10:27 UTC 2008


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-pydev/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22120/devel

Modified Files:
	eclipse-pydev.spec 
Log Message:
Require python-psyco to speedup debuging.


Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/eclipse-pydev.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- eclipse-pydev.spec	1 Dec 2008 15:00:20 -0000	1.17
+++ eclipse-pydev.spec	11 Dec 2008 08:09:57 -0000	1.18
@@ -1,6 +1,7 @@
 Epoch: 1
 
 %define eclipse_base        %{_libdir}/eclipse
+%define install_loc         %{_datadir}/eclipse/dropins
 
 %define major     1
 %define minor     3
@@ -8,7 +9,7 @@
 Summary:          Eclipse Python development plug-in
 Name:             eclipse-pydev
 Version:          %{major}.%{minor}.%{maint}
-Release:          2%{?dist}
+Release:          3%{?dist}
 License:          EPL
 URL:              http://pydev.sourceforge.net
 Group:            Development/Tools
@@ -21,6 +22,7 @@
 
 Requires:         eclipse-jdt
 Requires:         python
+Requires:         python-psyco
 Requires:         commons-codec >= 1.3
 Requires:         junit >= 3.8.1
 Requires:         jython >= 2.2
@@ -119,7 +121,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-installDir=${RPM_BUILD_ROOT}/%{_datadir}/eclipse/dropins/pydev
+installDir=${RPM_BUILD_ROOT}/%{install_loc}/pydev
 install -d -m755 $installDir
 install -d -m755 ${installDir}-mylyn
 
@@ -162,16 +164,19 @@
 
 %files
 %defattr(-,root,root,-)
-%{_datadir}/eclipse/dropins/pydev
+%{install_loc}/pydev
 # no xmlrpc3 -> no mylyn on ppc64 due to:
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123
 
 %ifnarch ppc64
 %files mylyn
-%{_datadir}/eclipse/dropins/pydev-mylyn
+%{install_loc}/pydev-mylyn
 %endif 
 
 %changelog
+* Thu Dec 11 2008 Alexander Kurtakov <akurtako at redhat.com> 1:1.3.24-3
+- Require python-psyco to speed up debuging.
+
 * Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1:1.3.24-2
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list