[maven-plugin-build-helper] - Update to 1.5. - Use newer maven packages' names.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Sep 16 11:29:54 UTC 2010


commit 91fc06c9470589db51b929f25bba63982ec9cc03
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Sep 16 14:29:12 2010 +0300

    - Update to 1.5.
    - Use newer maven packages' names.

 add-junit-dependency.patch     |   15 +++++++++++++++
 add-junit-dependency.patch~    |   14 ++++++++++++++
 maven-plugin-build-helper.spec |   32 ++++++++++++++++++++------------
 sources                        |    2 +-
 4 files changed, 50 insertions(+), 13 deletions(-)
---
diff --git a/add-junit-dependency.patch b/add-junit-dependency.patch
new file mode 100644
index 0000000..818b8c5
--- /dev/null
+++ b/add-junit-dependency.patch
@@ -0,0 +1,15 @@
+--- pom.xml.sav	2010-02-15 23:32:14.000000000 +0200
++++ pom.xml	2010-09-08 15:42:18.415394116 +0300
+@@ -80,6 +80,12 @@
+       <artifactId>plexus-utils</artifactId>
+       <version>1.5.8</version>
+     </dependency>
++    <dependency>
++      <groupId>junit</groupId>
++      <artifactId>junit</artifactId>
++      <version>4.6</version>
++      <scope>test</scope>
++    </dependency>
+   </dependencies>
+ 
+   <reporting>
diff --git a/add-junit-dependency.patch~ b/add-junit-dependency.patch~
new file mode 100644
index 0000000..ed7e673
--- /dev/null
+++ b/add-junit-dependency.patch~
@@ -0,0 +1,14 @@
+--- pom.xml.sav	2010-02-15 23:32:14.000000000 +0200
++++ pom.xml	2010-09-08 15:42:18.415394116 +0300
+@@ -80,6 +80,11 @@
+       <artifactId>plexus-utils</artifactId>
+       <version>1.5.8</version>
+     </dependency>
++    <dependency>
++      <groupId>org.junit</groupId>
++      <artifactId>junit</artifactId>
++      <version>4.6</version>
++    </dependency>
+   </dependencies>
+ 
+   <reporting>
diff --git a/maven-plugin-build-helper.spec b/maven-plugin-build-helper.spec
index 6f11d57..36a17e7 100644
--- a/maven-plugin-build-helper.spec
+++ b/maven-plugin-build-helper.spec
@@ -1,5 +1,5 @@
 Name:           maven-plugin-build-helper
-Version:        1.4
+Version:        1.5
 Release:        1%{?dist}
 Summary:        Build Helper Maven Plugin
 
@@ -9,24 +9,27 @@ URL:            http://mojo.codehaus.org/build-helper-maven-plugin/
 # The source tarball has been generated from upstream VCS:
 # svn export https://svn.codehaus.org/mojo/tags/build-helper-maven-plugin-%{version} 
 #            %{name}-%{version}
-# tar cjvf %{name}-%{version}.tar.bz2 %{name}-%{version}
-Source0:        maven-plugin-build-helper-1.4.tar.bz2
+# tar caf %{name}-%{version}.tar.xz %{name}-%{version}
+Source0:        %{name}-%{version}.tar.xz
+Patch0:         add-junit-dependency.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
 
 BuildRequires: plexus-utils
 BuildRequires: maven-plugin-cobertura
-BuildRequires: maven2-plugin-plugin
-BuildRequires: maven2-plugin-resources
-BuildRequires: maven2-plugin-compiler
-BuildRequires: maven2-plugin-install
-BuildRequires: maven2-plugin-jar
-BuildRequires: maven2-plugin-javadoc
-BuildRequires: maven2-plugin-enforcer
-BuildRequires: maven-surefire-maven-plugin
-BuildRequires: maven-surefire-provider-junit
+BuildRequires: maven-plugin-plugin
+BuildRequires: maven-resources-plugin
+BuildRequires: maven-compiler-plugin
+BuildRequires: maven-install-plugin
+BuildRequires: maven-jar-plugin
+BuildRequires: maven-javadoc-plugin
+BuildRequires: maven-enforcer-plugin
+BuildRequires: maven-surefire-plugin
+BuildRequires: maven-surefire-provider-junit4
 BuildRequires: maven-doxia-sitetools
+BuildRequires: mojo-parent
+BuildRequires: junit4
 Requires: plexus-utils
 Requires(post): jpackage-utils
 Requires(postun): jpackage-utils
@@ -44,6 +47,7 @@ API documentation for %{name}.
 
 %prep
 %setup -q 
+%patch0
 
 %build
 export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
@@ -100,5 +104,9 @@ rm -rf target/site/api*
 %{_javadocdir}/%{name}
 
 %changelog
+* Thu Sep 16 2010 Alexander Kurtakov <akurtako at redhat.com> 1.5-1
+- Update to 1.5.
+- Use newer maven packages' names.
+
 * Thu Sep 10 2009 Alexander Kurtakov <akurtako at gmail.com> 1.4-1
 - Initial package.
diff --git a/sources b/sources
index 093a73f..c1bee47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-61c11643828eb9027168e2b55534bed6  maven-plugin-build-helper-1.4.tar.bz2
+f4b1178631285af09cfb669602c751fe  maven-plugin-build-helper-1.5.tar.xz


More information about the scm-commits mailing list