rpms/eclipse-rpm-editor/FC-6 eclipse-rpm-editor.spec, 1.2, 1.3 eclipse-rpm-editor-remove-rpmlint-plugin.patch, 1.1, NONE

Alphonse Van Assche (alcapcom) fedora-extras-commits at redhat.com
Mon Sep 3 18:36:44 UTC 2007


Author: alcapcom

Update of /cvs/pkgs/rpms/eclipse-rpm-editor/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18239

Modified Files:
	eclipse-rpm-editor.spec 
Removed Files:
	eclipse-rpm-editor-remove-rpmlint-plugin.patch 
Log Message:
* Mon Sep 3 2007 Alphonse Van Assche <alcapcom at fedoraproject.org> 0.1.0-6
- Remove rpmlint-remove-rpmlint-plugin.patch because rpmlint 0.81 is out.



Index: eclipse-rpm-editor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-rpm-editor/FC-6/eclipse-rpm-editor.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eclipse-rpm-editor.spec	2 Sep 2007 10:47:44 -0000	1.2
+++ eclipse-rpm-editor.spec	3 Sep 2007 18:36:12 -0000	1.3
@@ -4,7 +4,7 @@
 
 Name:           eclipse-rpm-editor
 Version:        0.1.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        RPM Specfile editor for Eclipse
 Group:          Development/Tools
 License:        EPL
@@ -13,9 +13,6 @@
 #   sh ./fetch-specfile-editor.sh %{svn_rev}
 Source0:        specfile-editor-fetched-src-%{svn_rev}.tar.bz2
 Source1:        fetch-specfile-editor.sh
-# The current rawhide rpmlint version (0.80) is not compatible with the plugin.
-# So this patch remove the rpmlint plugin temporarily 
-Patch0:         %{name}-remove-rpmlint-plugin.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if %{gcj_support}
@@ -37,7 +34,8 @@
 # the rpmlint plugin
 Requires: rpmlint >= 0.80
 Requires: rpmdevtools
-# These plugins are really noarch but they the changelog plugin need cdt which
+
+# 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
@@ -51,7 +49,6 @@
 
 %prep
 %setup -q -n specfile-editor-fetched-src-%{svn_rev}
-%patch0
 
 %build
 # See comments in the script to understand this.
@@ -105,7 +102,7 @@
 %files
 %defattr(-,root,root,-)
 %{eclipse_base}/plugins/org.eclipse.linuxtools.rpm.ui.editor_*.jar
-#%{eclipse_base}/plugins/org.eclipse.linuxtools.rpm.rpmlint_*.jar
+%{eclipse_base}/plugins/org.eclipse.linuxtools.rpm.rpmlint_*.jar
 %dir %{eclipse_base}/features/org.eclipse.linuxtools.rpm.ui.editor_*/
 %doc %{eclipse_base}/features/org.eclipse.linuxtools.rpm.ui.editor_*/*.html
 %{eclipse_base}/features/org.eclipse.linuxtools.rpm.ui.editor_*/*.xml
@@ -116,6 +113,9 @@
 %endif
 
 %changelog
+* Mon Sep 3 2007 Alphonse Van Assche <alcapcom at fedoraproject.org> 0.1.0-6
+- Remove rpmlint-remove-rpmlint-plugin.patch because rpmlint 0.81 is out.
+
 * 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


--- eclipse-rpm-editor-remove-rpmlint-plugin.patch DELETED ---




More information about the fedora-extras-commits mailing list