Update to upstream version 1.3.1
This commit is contained in:
parent
165375492f
commit
b3c0b2c355
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/exec-maven-plugin-1.2.1-source-release.zip
|
||||
/LICENSE-2.0.txt
|
||||
/exec-maven-plugin-1.3-source-release.zip
|
||||
/exec-maven-plugin-1.3.1-source-release.zip
|
||||
|
@ -1,14 +1,11 @@
|
||||
Name: exec-maven-plugin
|
||||
Version: 1.3
|
||||
Release: 3%{?dist}
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Exec Maven Plugin
|
||||
|
||||
# The license is ASL 2.0, see: http://jira.codehaus.org/browse/MEXEC-134
|
||||
License: ASL 2.0
|
||||
URL: http://mojo.codehaus.org/exec-maven-plugin
|
||||
Source0: http://repo1.maven.org/maven2/org/codehaus/mojo/exec-maven-plugin/%{version}/exec-maven-plugin-%{version}-source-release.zip
|
||||
# This can be removed if version > 1.3
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
@ -44,8 +41,6 @@ API documentation for %{name}.
|
||||
sed -i 's/\r$//' LICENSE.txt
|
||||
find . -name *.jar -delete
|
||||
|
||||
cp -p %{SOURCE1} .
|
||||
|
||||
%pom_remove_plugin :animal-sniffer-maven-plugin
|
||||
|
||||
%build
|
||||
@ -56,13 +51,16 @@ cp -p %{SOURCE1} .
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE-2.0.txt
|
||||
%doc LICENSE.txt
|
||||
%dir %{_javadir}/%{name}
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE-2.0.txt
|
||||
%doc LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Mon Jun 09 2014 Michal Srb <msrb@redhat.com> - 1.3.1-1
|
||||
- Update to upstream version 1.3.1
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user