[buildnumber-maven-plugin] Updated to v1.1

Stanislav Ochotnicky sochotni at fedoraproject.org
Thu Jul 26 08:18:05 UTC 2012


commit b59e6aae5958888f1730b887a31e5310d6d3ebb7
Author: Tomas Radej <tradej at redhat.com>
Date:   Wed Jul 25 15:36:26 2012 +0200

    Updated to v1.1

 .gitignore                                         |    1 +
 ...dd-source-and-target-version-for-compiler.patch |   32 ------------------
 ...ove-maven-scm-provider-svnjava-dependency.patch |   34 -------------------
 0003-Remove-svnkit-dependency.patch                |   35 --------------------
 buildnumber-maven-plugin.spec                      |   28 ++++++++--------
 sources                                            |    2 +-
 6 files changed, 16 insertions(+), 116 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d08522b..7f87b85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 buildnumber-maven-plugin-1.0-beta-4.tgz
 /buildnumber-maven-plugin-1.0.tar.xz
+/buildnumber-maven-plugin-1.1.tar.xz
diff --git a/buildnumber-maven-plugin.spec b/buildnumber-maven-plugin.spec
index 46be0c8..63e6bf5 100644
--- a/buildnumber-maven-plugin.spec
+++ b/buildnumber-maven-plugin.spec
@@ -1,21 +1,17 @@
 Name:           buildnumber-maven-plugin
-Version:        1.0
-Release:        6%{?dist}
+Version:        1.1
+Release:        1%{?dist}
 Summary:        Build Number Maven Plugin
 
 Group:          Development/Libraries
 License:        MIT
-# svn export http://svn.codehaus.org/mojo/tags/buildnumber-maven-plugin-1.0 buildnumber-maven-plugin
-URL:            http://svn.codehaus.org/mojo/tags/buildnumber-maven-plugin-1.0
+URL:            http://svn.codehaus.org/mojo/tags/buildnumber-maven-plugin-1.1
 
-# tar caf buildnumber-maven-plugin-1.0.tar.xz buildnumber-maven-plugin
-Source0:        buildnumber-maven-plugin-1.0.tar.xz
+# svn export http://svn.codehaus.org/mojo/tags/buildnumber-maven-plugin-1.1 buildnumber-maven-plugin
+# tar caf buildnumber-maven-plugin-1.1.tar.xz buildnumber-maven-plugin
+Source0:        buildnumber-maven-plugin-1.1.tar.xz
 Source1:	%{name}-depmap.xml
 
-Patch0:  	0001-Add-source-and-target-version-for-compiler.patch
-Patch1:		0002-Remove-maven-scm-provider-svnjava-dependency.patch
-Patch2:         0003-Remove-svnkit-dependency.patch
-
 BuildArch: 	noarch
 
 # Basic stuff
@@ -89,16 +85,16 @@ API documentation for %{name}.
 %prep
 %setup -q -n %{name}
 
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%pom_remove_dep com.google.code.maven-scm-provider-svnjava:maven-scm-provider-svnjava
+%pom_remove_dep org.tmatesoft.svnkit:svnkit
 
 %build
 
 # tests skipped due to invoker problems with local repository tests
 mvn-rpmbuild -DskipTests=true \
         -Dmaven.test.skip=true \
-        install javadoc:javadoc
+        -Dmaven.compile.target=1.5 \
+        install javadoc:aggregate
 
 %install
 
@@ -134,6 +130,10 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed Jul 25 2012 Tomas Radej <tradej at redhat.com> - 1.1-1
+- Updated to latest upstream version
+- Replaced patches with pom macros
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 045fe13..148075e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-be727309edb29d5ba1e79a3a7c1c4227  buildnumber-maven-plugin-1.0.tar.xz
+df943f77ebce98a2afc9ce7f0b2f44fa  buildnumber-maven-plugin-1.1.tar.xz


More information about the scm-commits mailing list