[tesla-tycho-support] Don't inject feclipse-maven-plugin any longer

Mikolaj Izdebski mizdebsk at fedoraproject.org
Tue Sep 9 12:37:52 UTC 2014


commit 51d511bd3a653dab9b397d436eb51f854cf4376b
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Tue Sep 9 14:37:37 2014 +0200

    Don't inject feclipse-maven-plugin any longer

 tesla-tycho-support-feclipse-maven-plugin.patch |   27 -----------------------
 tesla-tycho-support.spec                        |   13 +++-------
 2 files changed, 4 insertions(+), 36 deletions(-)
---
diff --git a/tesla-tycho-support.spec b/tesla-tycho-support.spec
index 3692939..1f67717 100644
--- a/tesla-tycho-support.spec
+++ b/tesla-tycho-support.spec
@@ -1,6 +1,6 @@
 Name:           tesla-tycho-support
 Version:        0.0.7
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Tesla Tycho Base
 License:        EPL
 URL:            https://github.com/tesla/tycho-support/
@@ -11,18 +11,11 @@ Source0:        https://github.com/tesla/tycho-support/archive/tycho-support-%{v
 # https://github.com/tesla/tycho-support/pull/1
 Source1:        http://www.eclipse.org/legal/epl-v10.html
 
-# Run feclipse-maven-plugin during build
-Patch0:         %{name}-feclipse-maven-plugin.patch
-
 BuildRequires:  maven-local
 BuildRequires:  mvn(io.tesla:tesla:pom:)
 BuildRequires:  mvn(org.eclipse.tycho:target-platform-configuration)
 BuildRequires:  mvn(org.eclipse.tycho:tycho-maven-plugin)
 
-# feclipse-maven-plugin is in a profile which is activated
-# conditionally, so auto-requires are not generated for it.
-Requires:       mvn(org.fedoraproject:feclipse-maven-plugin)
-
 %description
 Tesla is a next generation development infrastructure framework.  This
 package provides Maven POM file which serves as the base of Tycho
@@ -33,7 +26,6 @@ specifying properties in the host POM.
 %prep
 %setup -q -n tycho-support-tycho-support-%{version}
 cp -p %{SOURCE1} .
-%patch0
 
 # Remove plugins which are not useful in Fedora.
 %pom_remove_plugin :maven-upload-plugin
@@ -49,6 +41,9 @@ cp -p %{SOURCE1} .
 %doc epl-v10.html
 
 %changelog
+* Tue Sep  9 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 0.0.7-3
+- Don't inject feclipse-maven-plugin any longer
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list