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
|
/exec-maven-plugin-1.2.1-source-release.zip
|
||||||
/LICENSE-2.0.txt
|
/LICENSE-2.0.txt
|
||||||
/exec-maven-plugin-1.3-source-release.zip
|
/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
|
Name: exec-maven-plugin
|
||||||
Version: 1.3
|
Version: 1.3.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Exec Maven Plugin
|
Summary: Exec Maven Plugin
|
||||||
|
|
||||||
# The license is ASL 2.0, see: http://jira.codehaus.org/browse/MEXEC-134
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://mojo.codehaus.org/exec-maven-plugin
|
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
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
@ -44,8 +41,6 @@ API documentation for %{name}.
|
|||||||
sed -i 's/\r$//' LICENSE.txt
|
sed -i 's/\r$//' LICENSE.txt
|
||||||
find . -name *.jar -delete
|
find . -name *.jar -delete
|
||||||
|
|
||||||
cp -p %{SOURCE1} .
|
|
||||||
|
|
||||||
%pom_remove_plugin :animal-sniffer-maven-plugin
|
%pom_remove_plugin :animal-sniffer-maven-plugin
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -56,13 +51,16 @@ cp -p %{SOURCE1} .
|
|||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%doc LICENSE-2.0.txt
|
%doc LICENSE.txt
|
||||||
%dir %{_javadir}/%{name}
|
%dir %{_javadir}/%{name}
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%doc LICENSE-2.0.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user