Update to upstream version 3.0.1
- Enable tests
This commit is contained in:
parent
7bd6a17fe2
commit
994686f4dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ maven-source-plugin-2.1.2.tar.xz
|
||||
/maven-source-plugin-2.3-source-release.zip
|
||||
/maven-source-plugin-2.4-source-release.zip
|
||||
/maven-source-plugin-3.0.0-source-release.zip
|
||||
/maven-source-plugin-3.0.1-source-release.zip
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: maven-source-plugin
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Plugin creating source JAR
|
||||
License: ASL 2.0
|
||||
@ -12,9 +12,10 @@ BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.maven:maven-archiver)
|
||||
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||
BuildRequires: mvn(org.apache.maven:maven-compat)
|
||||
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.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||
@ -22,7 +23,7 @@ BuildRequires: mvn(org.codehaus.plexus:plexus-archiver)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
|
||||
%description
|
||||
The Maven Source Plugin creates a JAR archive of the
|
||||
The Maven Source Plugin creates a JAR archive of the
|
||||
source files of the current project.
|
||||
|
||||
%package javadoc
|
||||
@ -32,11 +33,11 @@ Summary: Javadoc for %{name}
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%mvn_file : %{name}
|
||||
%mvn_build -f
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -48,6 +49,10 @@ API documentation for %{name}.
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Jun 23 2016 Michael Simacek <msimacek@redhat.com> - 3.0.1-1
|
||||
- Update to upstream version 3.0.1
|
||||
- Enable tests
|
||||
|
||||
* Mon May 02 2016 Michael Simacek <msimacek@redhat.com> - 3.0.0-1
|
||||
- Update to upstream version 3.0.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user