[maven-processor-plugin] Update to upstream version 2.2.4

Michal Srb msrb at fedoraproject.org
Fri May 9 05:51:24 UTC 2014


commit 182670981f5b5feb8f532df9301f03668b3221d6
Author: Michal Srb <msrb at redhat.com>
Date:   Fri May 9 07:51:00 2014 +0200

    Update to upstream version 2.2.4
    
    - Fix license tag

 .gitignore                  |    1 +
 maven-processor-plugin.spec |   30 +++++++++++++-----------------
 sources                     |    2 +-
 3 files changed, 15 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75de351..4854118 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /maven-processor-plugin-2.0.5-src-svn.tar.gz
 /maven-processor-plugin-2.0.7-src-git.tar.xz
 /maven-processor-plugin-2.1.1-src-git.tar.xz
+/maven-processor-plugin-2.2.4-src-git.tar.xz
diff --git a/maven-processor-plugin.spec b/maven-processor-plugin.spec
index 7d7f48a..5ddec2c 100644
--- a/maven-processor-plugin.spec
+++ b/maven-processor-plugin.spec
@@ -1,30 +1,22 @@
 Name:          maven-processor-plugin
-Version:       2.1.1
-Release:       5%{?dist}
+Version:       2.2.4
+Release:       1%{?dist}
 Summary:       Maven Processor Plugin
-# some classes and pom file are annotated with ASL 2.0
-# and the site here it is hosted says "GNU Lesser GPL"
-# contacted the project owner (available in POM) and clarified the license status in LGPLv3
-License:       LGPLv3 and ASL 2.0
+License:       LGPLv3+
 Url:           http://code.google.com/p/maven-annotation-plugin/
-# git clone https://code.google.com/p/maven-annotation-plugin/ maven-processor-plugin-2.1.1
-# (cd maven-processor-plugin-2.1.1/ && git archive --format=tar --prefix=maven-processor-plugin-2.1.1/ maven-processor-plugin-2.1.1 | xz > ../maven-processor-plugin-2.1.1-src-git.tar.xz)
+# sh generate-tarball.sh
 Source0:       %{name}-%{version}-src-git.tar.xz
 
-BuildRequires: java-devel
-
+BuildRequires: maven-local
 # main deps
 BuildRequires: mvn(org.apache.maven:maven-core)
 BuildRequires: mvn(org.apache.maven:maven-plugin-api)
+BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
+BuildRequires: mvn(org.apache.maven.plugins:maven-site-plugin)
 BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
 BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
-
 # test deps
-BuildRequires: junit
-
-BuildRequires: maven-local
-BuildRequires: maven-plugin-plugin
-BuildRequires: maven-surefire-provider-junit4
+BuildRequires: mvn(junit:junit)
 
 BuildArch:     noarch
 
@@ -51,7 +43,7 @@ cp -p src/main/resources/COPYING.LESSER .
 
 %build
 
-%mvn_file :%{name} %{name}
+%mvn_file :%{name} %{name}/%{name} %{name}
 %mvn_build -- -Dproject.build.sourceEncoding=UTF-8
 
 %install
@@ -64,6 +56,10 @@ cp -p src/main/resources/COPYING.LESSER .
 %doc COPYING.LESSER
 
 %changelog
+* Fri May 09 2014 Michal Srb <msrb at redhat.com> - 2.2.4-1
+- Update to upstream version 2.2.4
+- Fix license tag
+
 * Fri Mar 28 2014 Michael Simacek <msimacek at redhat.com> - 2.1.1-5
 - Use Requires: java-headless rebuild (#1067528)
 
diff --git a/sources b/sources
index 6557686..3be4171 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af945f3ff64031e378285bc9c9f98164  maven-processor-plugin-2.1.1-src-git.tar.xz
+d572b8a06fa2943a09b0fa2620672538  maven-processor-plugin-2.2.4-src-git.tar.xz


More information about the scm-commits mailing list