| |
@@ -1,13 +1,14 @@
|
| |
Name: maven-assembly-plugin
|
| |
- Version: 3.1.0
|
| |
- Release: 6%{?dist}
|
| |
Summary: Maven Assembly Plugin
|
| |
+ Version: 3.1.1
|
| |
+ Release: 1%{?dist}
|
| |
License: ASL 2.0
|
| |
- URL: http://maven.apache.org/plugins/maven-assembly-plugin/
|
| |
- BuildArch: noarch
|
| |
|
| |
+ URL: http://maven.apache.org/plugins/maven-assembly-plugin/
|
| |
Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
| |
|
| |
+ BuildArch: noarch
|
| |
+
|
| |
BuildRequires: maven-local
|
| |
BuildRequires: mvn(com.google.code.findbugs:jsr305)
|
| |
BuildRequires: mvn(commons-codec:commons-codec)
|
| |
@@ -36,30 +37,39 @@
|
| |
A Maven plugin to create archives of your project's sources, classes,
|
| |
dependencies etc. from flexible assembly descriptors.
|
| |
|
| |
- %package javadoc
|
| |
+
|
| |
+ %package javadoc
|
| |
Summary: API documentation for %{name}
|
| |
|
| |
- %description javadoc
|
| |
+ %description javadoc
|
| |
This package provides %{summary}.
|
| |
|
| |
+
|
| |
%prep
|
| |
%setup -q
|
| |
|
| |
+
|
| |
%build
|
| |
# Tests need easymockclassextension version 2.x, which is incompatible
|
| |
# with easymockclassextension version 3.x we have in Fedora.
|
| |
%mvn_build -f
|
| |
|
| |
+
|
| |
%install
|
| |
%mvn_install
|
| |
|
| |
+
|
| |
%files -f .mfiles
|
| |
%license LICENSE NOTICE
|
| |
|
| |
%files javadoc -f .mfiles-javadoc
|
| |
%license LICENSE NOTICE
|
| |
|
| |
+
|
| |
%changelog
|
| |
+ * Wed Aug 14 2019 Fabio Valentini <decathorpe@gmail.com> - 3.1.1-1
|
| |
+ - Update to version 3.1.1.
|
| |
+
|
| |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-6
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
| |
|
| |
@@ -231,3 +241,4 @@
|
| |
|
| |
* Thu May 20 2010 Yong Yang <yyang@redhat.com> - 2.2-0.1.beta5
|
| |
- Initial build
|
| |
+
|
| |
This PR updates the package to upstream version 3.1.1.
It's required for compatibility with plexus-archiver version 4.1.0.