Update to upstream version 1.3
This commit is contained in:
parent
6931cb43c7
commit
05f08da4e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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@redhat.com> - 1.3-1
|
||||
- Update to upstream version 1.3
|
||||
|
||||
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.2.1-13
|
||||
- Use Requires: java-headless rebuild (#1067528)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user