[maven-repository-plugin] BR: maven-shared-verifier, Add dep wagon-provider-api by patch

Yang Yong yyang at fedoraproject.org
Wed Sep 15 07:49:28 UTC 2010


commit 1e4657ba5ea8d6f67aad9d22e5cb1fc565f5e316
Author: Yong Yang <yyang at localhost.localdomain>
Date:   Wed Sep 15 15:50:21 2010 +0800

    BR: maven-shared-verifier, Add dep wagon-provider-api by patch

 maven-repository-plugin.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/maven-repository-plugin.spec b/maven-repository-plugin.spec
index 295af2f..5cc596a 100644
--- a/maven-repository-plugin.spec
+++ b/maven-repository-plugin.spec
@@ -1,6 +1,6 @@
 Name:           maven-repository-plugin
 Version:        2.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Plugin to create bundles of artifacts for manual uploaded to repository
 
 Group:          Development/Libraries
@@ -10,6 +10,9 @@ URL:            http://maven.apache.org/plugins/maven-repository-plugin/
 # tar jcf maven-repository-plugin-2.3.tar.bz2 maven-repository-plugin-2.3/
 Source0:        %{name}-%{version}.tar.bz2
 
+# add dep wagon-provider-api
+Patch0:         %{name}-pom.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
@@ -30,6 +33,7 @@ BuildRequires: maven-jar-plugin
 BuildRequires: maven-javadoc-plugin
 BuildRequires: jpackage-utils
 BuildRequires: junit4
+BuildRequires: maven-shared-verifier
 Requires: ant-nodeps
 Requires: maven2
 Requires: jpackage-utils
@@ -55,6 +59,7 @@ API documentation for %{name}.
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -b .sav0
 
 %build
 export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
@@ -112,6 +117,10 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed Sep 15 2010 Yong Yang <yyang at redhat.com> 2.3-3
+- BR: maven-shared-verifier
+- Add dep wagon-provider-api by patch
+
 * Mon Jun 07 2010 Yong Yang <yyang at redhat.com> 2.3-2
 - Update summary due to length issue
 - Add LICENSE.txt


More information about the scm-commits mailing list