rpms/eclipse-pydev/F-10 eclipse-pydev.spec,1.17,1.18

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Dec 15 10:34:00 UTC 2008


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-pydev/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11181/F-10

Modified Files:
	eclipse-pydev.spec 
Log Message:
Make it arch package and require python-psyco only on x86.


Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/F-10/eclipse-pydev.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- eclipse-pydev.spec	11 Dec 2008 08:20:16 -0000	1.17
+++ eclipse-pydev.spec	15 Dec 2008 10:33:30 -0000	1.18
@@ -8,7 +8,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,7 +21,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
@@ -35,8 +38,8 @@
 BuildRequires:    junit >= 3.8.1
 BuildRequires:    commons-codec >= 1.3
 BuildRequires:    jython >= 2.2
-
-BuildArch:        noarch
+# This package can not be noarch due to psyco not available on other platforms than x86.
+#BuildArch:        noarch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -173,6 +176,9 @@
 %endif 
 
 %changelog
+* Thu Dec 11 2008 Alexander Kurtakov <akurtako at redhat.com> 1:1.3.24-3
+- Make it arch package and require python-psyco only on x86.
+
 * Thu Dec 11 2008 Alexander Kurtakov <akurtako at redhat.com> 1:1.3.24-2
 - Require python-psyco to speed up debugging.
 




More information about the fedora-extras-commits mailing list