rpms/eclipse-rpm-editor/devel eclipse-rpm-editor.spec,1.1,1.2

Alphonse Van Assche (alcapcom) fedora-extras-commits at redhat.com
Sun Sep 2 10:40:02 UTC 2007


Author: alcapcom

Update of /cvs/pkgs/rpms/eclipse-rpm-editor/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24648

Modified Files:
	eclipse-rpm-editor.spec 
Log Message:
- Only build the plugin where the changelog plugin can be build, only
  x86 x86_64 ppc and ia64 arches are supported by the changelog plugin because
  of dependencies on the cdt plugin.



Index: eclipse-rpm-editor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-rpm-editor/devel/eclipse-rpm-editor.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eclipse-rpm-editor.spec	1 Sep 2007 14:01:35 -0000	1.1
+++ eclipse-rpm-editor.spec	2 Sep 2007 10:39:28 -0000	1.2
@@ -4,7 +4,7 @@
 
 Name:           eclipse-rpm-editor
 Version:        0.1.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        RPM Specfile editor for Eclipse
 Group:          Development/Tools
 License:        EPL
@@ -38,6 +38,14 @@
 Requires: rpmlint >= 0.80
 Requires: rpmdevtools
 
+# These plugins are really noarch but they the changelog plugin need cdt which 
+# we only build on these architectures.
+%if %{gcj_support}
+ExclusiveArch: %{ix86} x86_64 ppc ia64
+%else
+ExclusiveArch: %{ix86} x86_64 ppc ia64
+%endif
+
 %description
 The Eclipse Specfile Editor package contains Eclipse plugins that are
 useful for maintenance of RPM specfiles within the Eclipse IDE.
@@ -109,6 +117,11 @@
 %endif
 
 %changelog
+* Sun Sep 2 2007 Alphonse Van Assche <alcapcom at fedoraproject.org> 0.1.0-5
+- Only build the plugin where the changelog plugin can be build, only
+  x86 x86_64 ppc and ia64 arches are supported by the changelog plugin because
+  of dependencies on the cdt plugin.
+
 * Sat Sep 1 2007 Alphonse Van Assche <alcapcom at fedoraproject.org> 0.1.0-4
 - Disable temporarily rpmlint Plug-In because rpmlint 0.80 is not supported. 
 




More information about the fedora-extras-commits mailing list