update to version 3.1.0
This commit is contained in:
parent
64aa511ad6
commit
48db909302
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,7 +1,11 @@
|
||||
maven-source-plugin-2.1.2.tar.xz
|
||||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/maven-source-plugin-2.1.2.tar.xz
|
||||
/maven-source-plugin-2.1.2-source-release.zip
|
||||
/maven-source-plugin-2.2.1-source-release.zip
|
||||
/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
|
||||
/maven-source-plugin-3.1.0-source-release.zip
|
||||
|
||||
@ -1,54 +1,63 @@
|
||||
Name: maven-source-plugin
|
||||
Version: 3.0.1
|
||||
Release: 6%{?dist}
|
||||
Summary: Plugin creating source JAR
|
||||
Version: 3.1.0
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/plugins/maven-source-plugin/
|
||||
BuildArch: noarch
|
||||
|
||||
URL: http://maven.apache.org/plugins/maven-source-plugin/
|
||||
Source0: http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
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.plugins:maven-plugin-plugin)
|
||||
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)
|
||||
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
|
||||
source files of the current project.
|
||||
|
||||
%package javadoc
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
%description javadoc
|
||||
API documentation for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%mvn_file : %{name}
|
||||
%mvn_build
|
||||
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
|
||||
%files -f .mfiles
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license LICENSE NOTICE
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 29 2019 Fabio Valentini <decathorpe@gmail.com> - 3.1.0-1
|
||||
- Update to version 3.1.0.
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
@ -142,3 +151,4 @@ API documentation for %{name}.
|
||||
|
||||
* Thu May 27 2010 Alexander Kurtakov <akurtako@redhat.com> 2.1.2-1
|
||||
- Initial package.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user