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

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Dec 15 10:07:23 UTC 2008


Author: akurtakov

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

Modified Files:
	eclipse-pydev.spec 
Log Message:
This package is not noarch due to python-psyco and mylyn issues on different platforms.


Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/eclipse-pydev.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- eclipse-pydev.spec	11 Dec 2008 08:09:57 -0000	1.18
+++ eclipse-pydev.spec	15 Dec 2008 10:06:52 -0000	1.19
@@ -9,7 +9,7 @@
 Summary:          Eclipse Python development plug-in
 Name:             eclipse-pydev
 Version:          %{major}.%{minor}.%{maint}
-Release:          3%{?dist}
+Release:          4%{?dist}
 License:          EPL
 URL:              http://pydev.sourceforge.net
 Group:            Development/Tools
@@ -22,7 +22,10 @@
 
 Requires:         eclipse-jdt
 Requires:         python
+# Psyco is available only on x86 
+%ifarch %{ix86}
 Requires:         python-psyco
+%endif
 Requires:         commons-codec >= 1.3
 Requires:         junit >= 3.8.1
 Requires:         jython >= 2.2
@@ -37,7 +40,8 @@
 BuildRequires:    commons-codec >= 1.3
 BuildRequires:    jython >= 2.2
 
-BuildArch:        noarch
+# This package can not be noarch due to mylyn and psyco issues on different platforms.
+#BuildArch:        noarch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -174,6 +178,9 @@
 %endif 
 
 %changelog
+* Mon Dec 15 2008 Alexander Kurtakov <akurtako at redhat.com> 1:1.3.24-4
+- This package is not noarch due to python-psyco and mylyn issues on different platforms.
+
 * Thu Dec 11 2008 Alexander Kurtakov <akurtako at redhat.com> 1:1.3.24-3
 - Require python-psyco to speed up debuging.
 




More information about the fedora-extras-commits mailing list