[exec-maven-plugin] Update to upstream version 1.3

Michal Srb msrb at fedoraproject.org
Wed May 7 05:41:50 UTC 2014


commit 05f08da4e2a95956ea5ded9476a26710d6d1704b
Author: Michal Srb <msrb at redhat.com>
Date:   Wed May 7 07:40:39 2014 +0200

    Update to upstream version 1.3

 .gitignore             |    1 +
 exec-maven-plugin.spec |   35 +++++++++++++++++++++++------------
 sources                |    2 +-
 3 files changed, 25 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 641315d..8a38b4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /exec-maven-plugin-1.2.1-source-release.zip
 /LICENSE-2.0.txt
+/exec-maven-plugin-1.3-source-release.zip
diff --git a/exec-maven-plugin.spec b/exec-maven-plugin.spec
index 73bd363..6400194 100644
--- a/exec-maven-plugin.spec
+++ b/exec-maven-plugin.spec
@@ -1,36 +1,45 @@
 Name:           exec-maven-plugin
-Version:        1.2.1
-Release:        13%{?dist}
+Version:        1.3
+Release:        1%{?dist}
 Summary:        Exec Maven Plugin
 
-Group:          Development/Libraries
 # Most of the files are under ASL 2.0 license, but there are some files
 # with no license specified. The project contains MIT license text,
 # but there is no file which uses such a license.
+# Reported upstream: http://jira.codehaus.org/browse/MEXEC-134
 License:        ASL 2.0 and MIT
 URL:            http://mojo.codehaus.org/exec-maven-plugin
-Source0:        http://repo1.maven.org/maven2/org/codehaus/mojo/exec-maven-plugin/1.2.1/exec-maven-plugin-1.2.1-source-release.zip
+Source0:        http://repo1.maven.org/maven2/org/codehaus/mojo/exec-maven-plugin/%{version}/exec-maven-plugin-%{version}-source-release.zip
 Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
 BuildArch:      noarch
 
 BuildRequires:  maven-local
-BuildRequires:  maven-invoker-plugin
-BuildRequires:  apache-commons-exec
+BuildRequires:  mvn(org.apache.commons:commons-exec)
+BuildRequires:  mvn(org.apache.maven:maven-artifact)
+BuildRequires:  mvn(org.apache.maven:maven-artifact-manager)
+BuildRequires:  mvn(org.apache.maven:maven-core)
+BuildRequires:  mvn(org.apache.maven:maven-model)
+BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
+BuildRequires:  mvn(org.apache.maven:maven-project)
+BuildRequires:  mvn(org.apache.maven:maven-toolchain)
+BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
+BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
+BuildRequires:  mvn(org.codehaus.mojo:mojo-parent:pom:)
+BuildRequires:  mvn(org.codehaus.plexus:plexus-interpolation)
+BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)
 
 Obsoletes:      maven-plugin-exec < %{version}-%{release}
 Provides:       maven-plugin-exec = %{version}-%{release}
 
 %description
-A plugin to allow execution of system and Java programs
+A plugin to allow execution of system and Java programs.
 
 %package javadoc
-Group:          Documentation
 Summary:        Javadoc for %{name}
 
 %description javadoc
 API documentation for %{name}.
 
-
 %prep
 %setup -q -n exec-maven-plugin-%{version}
 
@@ -39,11 +48,10 @@ find . -name *.jar -delete
 
 cp -p %{SOURCE1} .
 
-%pom_add_dep org.apache.maven:maven-compat pom.xml
-%pom_remove_plugin :animal-sniffer-maven-plugin pom.xml
+%pom_remove_plugin :animal-sniffer-maven-plugin
 
 %build
-# There are missing dependencies for tests
+# tests are disabled, see: rhbz#1095077
 %mvn_build -f
 
 %install
@@ -57,6 +65,9 @@ cp -p %{SOURCE1} .
 %doc LICENSE.txt LICENSE-2.0.txt
 
 %changelog
+* Wed May 07 2014 Michal Srb <msrb at redhat.com> - 1.3-1
+- Update to upstream version 1.3
+
 * Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.2.1-13
 - Use Requires: java-headless rebuild (#1067528)
 
diff --git a/sources b/sources
index 8f34dc3..650b3fd 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-e1cf1ddd8fbc456840269434b69f0bf1  exec-maven-plugin-1.2.1-source-release.zip
+e8ae0beb6db703c8fa3413d9c4d9f890  exec-maven-plugin-1.3-source-release.zip
 3b83ef96387f14655fc854ddc3c6bd57  LICENSE-2.0.txt


More information about the scm-commits mailing list