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

Ben Konrath (bkonrath) fedora-extras-commits at redhat.com
Wed Aug 29 14:22:43 UTC 2007


Author: bkonrath

Update of /cvs/pkgs/rpms/eclipse-pydev/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9449

Modified Files:
	eclipse-pydev.spec 
Log Message:
fix ppc64 arch string



Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/eclipse-pydev.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- eclipse-pydev.spec	29 Aug 2007 13:56:52 -0000	1.5
+++ eclipse-pydev.spec	29 Aug 2007 14:22:11 -0000	1.6
@@ -38,7 +38,7 @@
 BuildRequires:    eclipse-pde
 # no xmlrpc3 -> no mylyn on ppc64 due to:
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123
-%ifnarch ppc4
+%ifnarch ppc64
 BuildRequires:    eclipse-mylyn
 BuildRequires:    eclipse-mylyn-ide
 %endif
@@ -141,7 +141,7 @@
 
 # no xmlrpc3 -> no mylyn on ppc64 due to:
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123
-%ifnarch ppc4
+%ifnarch ppc64
 # build the pydev mylyn feature
 java -cp $SDK/startup.jar                              \
      -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration  \
@@ -168,7 +168,7 @@
 
 # no xmlrpc3 -> no mylyn on ppc64 due to:
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123
-%ifnarch ppc4
+%ifnarch ppc64
 # pydev mylyn feature
 unzip -q -d $RPM_BUILD_ROOT%{_datadir}/eclipse/.. \
             build/rpmBuild/org.python.pydev.mylyn.feature.zip
@@ -214,7 +214,11 @@
 %{_datadir}/eclipse/plugins/org.python.pydev.templates*
 %{_datadir}/eclipse/plugins/org.python.pydev.jython*
 %{_datadir}/eclipse/plugins/org.python.pydev.refactoring*
+# no xmlrpc3 -> no mylyn on ppc64 due to:
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123
+%ifnarch ppc64
 %{_datadir}/eclipse/plugins/org.python.pydev.mylyn*
+%endif 
 
 %if %{gcj_support}
 %{_libdir}/gcj/%{name}




More information about the fedora-extras-commits mailing list