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

Ben Konrath (bkonrath) fedora-extras-commits at redhat.com
Wed Aug 29 13:57:25 UTC 2007


Author: bkonrath

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

Modified Files:
	eclipse-pydev.spec 
Log Message:
* Tue Aug 28 2007 Ben Konrath <bkonrath at redhat.com> 1:1.3.8-2
- Add pydev mylyn feature to all archs except ppc64.



Index: eclipse-pydev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/eclipse-pydev.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- eclipse-pydev.spec	28 Aug 2007 22:46:17 -0000	1.4
+++ eclipse-pydev.spec	29 Aug 2007 13:56:52 -0000	1.5
@@ -36,8 +36,12 @@
 Requires:         junit >= 3.8.1
 Requires:         jython >= 2.2
 BuildRequires:    eclipse-pde
+# no xmlrpc3 -> no mylyn on ppc64 due to:
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123
+%ifnarch ppc4
 BuildRequires:    eclipse-mylyn
 BuildRequires:    eclipse-mylyn-ide
+%endif
 BuildRequires:    jpackage-utils >= 0:1.5
 BuildRequires:    junit >= 3.8.1
 BuildRequires:    commons-codec >= 1.3
@@ -135,6 +139,9 @@
      -f %{_datadir}/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml \
      -vmargs -Duser.home=$homedir
 
+# no xmlrpc3 -> no mylyn on ppc64 due to:
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123
+%ifnarch ppc4
 # build the pydev mylyn feature
 java -cp $SDK/startup.jar                              \
      -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration  \
@@ -149,6 +156,7 @@
      -Dbuilder=%{_datadir}/eclipse/plugins/org.eclipse.pde.build/templates/package-build \
      -f %{_datadir}/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml \
      -vmargs -Duser.home=$homedir
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -158,9 +166,13 @@
 unzip -q -d $RPM_BUILD_ROOT%{_datadir}/eclipse/.. \
             build/rpmBuild/org.python.pydev.feature.zip
 
+# no xmlrpc3 -> no mylyn on ppc64 due to:
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123
+%ifnarch ppc4
 # pydev mylyn feature
 unzip -q -d $RPM_BUILD_ROOT%{_datadir}/eclipse/.. \
             build/rpmBuild/org.python.pydev.mylyn.feature.zip
+%endif
 
 # deal with linked deps
 pushd $RPM_BUILD_ROOT%{_datadir}/eclipse/plugins
@@ -210,7 +222,7 @@
 
 %changelog
 * Tue Aug 28 2007 Ben Konrath <bkonrath at redhat.com> 1:1.3.8-2
-- Add pydev mylyn feature.
+- Add pydev mylyn feature to all archs except ppc64.
 
 * Fri Aug 24 2007 Ben Konrath <bkonrath at redhat.com> 1:1.3.8-1
 - 1.3.8




More information about the fedora-extras-commits mailing list