From d87716ef2fc95ba2fbd9272c6c2fe90678377225 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Fri, 9 May 2014 06:15:55 +0200 Subject: [PATCH] Fix license tag --- exec-maven-plugin.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/exec-maven-plugin.spec b/exec-maven-plugin.spec index 6400194..c919a7e 100644 --- a/exec-maven-plugin.spec +++ b/exec-maven-plugin.spec @@ -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 - 1.3-2 +- Fix license tag + * Wed May 07 2014 Michal Srb - 1.3-1 - Update to upstream version 1.3