Fix license tag

This commit is contained in:
Michal Srb 2014-05-09 06:15:55 +02:00
parent 05f08da4e2
commit d87716ef2f

View File

@ -1,15 +1,13 @@
Name: exec-maven-plugin
Version: 1.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Exec Maven Plugin
# Most of the files are under ASL 2.0 license, but there are some files
# with no license specified. The project contains MIT license text,
# but there is no file which uses such a license.
# Reported upstream: http://jira.codehaus.org/browse/MEXEC-134
License: ASL 2.0 and MIT
# 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
@ -58,13 +56,16 @@ cp -p %{SOURCE1} .
%mvn_install
%files -f .mfiles
%doc LICENSE.txt LICENSE-2.0.txt
%doc LICENSE-2.0.txt
%dir %{_javadir}/%{name}
%files javadoc -f .mfiles-javadoc
%doc LICENSE.txt LICENSE-2.0.txt
%doc LICENSE-2.0.txt
%changelog
* Fri May 09 2014 Michal Srb <msrb@redhat.com> - 1.3-2
- Fix license tag
* Wed May 07 2014 Michal Srb <msrb@redhat.com> - 1.3-1
- Update to upstream version 1.3