|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: exec-maven-plugin
|
|
|
|
|
Version: 1.6.0
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Exec Maven Plugin
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
@ -24,6 +24,7 @@ BuildRequires: mvn(org.codehaus.plexus:plexus-component-annotations)
|
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
|
|
|
|
|
|
|
|
|
Obsoletes: maven-plugin-exec < %{version}-%{release}
|
|
|
|
|
Provides: maven-plugin-exec = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -52,17 +53,12 @@ find . -name *.jar -delete
|
|
|
|
|
|
|
|
|
|
%files -f .mfiles
|
|
|
|
|
%doc LICENSE.txt
|
|
|
|
|
%dir %{_javadir}/%{name}
|
|
|
|
|
|
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
|
|
|
%doc LICENSE.txt
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6.0-5
|
|
|
|
|
- Mass rebuild for javapackages-tools 201902
|
|
|
|
|
|
|
|
|
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6.0-4
|
|
|
|
|
- Mass rebuild for javapackages-tools 201901
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|