rpms/maven-install-plugin/devel maven-install-plugin.spec,1.4,1.5

Alexander Kurtakov akurtakov at fedoraproject.org
Fri May 21 06:44:40 UTC 2010


Author: akurtakov

Update of /cvs/pkgs/rpms/maven-install-plugin/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7695/devel

Modified Files:
	maven-install-plugin.spec 
Log Message:
Requires: plexus-digest.


Index: maven-install-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maven-install-plugin/devel/maven-install-plugin.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- maven-install-plugin.spec	19 May 2010 16:22:23 -0000	1.4
+++ maven-install-plugin.spec	21 May 2010 06:44:39 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           maven-install-plugin
 Version:        2.3
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Maven Install Plugin
 
 Group:          Development/Libraries
@@ -16,7 +16,7 @@ BuildArch: noarch
 BuildRequires: java-devel >= 1:1.6.0
 BuildRequires: maven2
 BuildRequires: maven2-plugin-plugin
-BuildRequires: maven2-plugin-jar
+BuildRequires: maven-jar-plugin
 BuildRequires: maven2-plugin-install
 BuildRequires: maven2-plugin-resources
 BuildRequires: maven-compiler-plugin
@@ -30,11 +30,11 @@ BuildRequires: junit
 BuildRequires: maven-archiver
 BuildRequires: maven-shared-reporting-impl
 
-Requires: junit
 Requires: maven2
-Requires:       jpackage-utils
-Requires:       java
+Requires: jpackage-utils
+Requires: java
 Requires: maven-archiver
+Requires: plexus-digest
 Requires(post):       jpackage-utils
 Requires(postun):     jpackage-utils
 
@@ -109,6 +109,9 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}
 
 %changelog
+* Fri May 21 2010 Alexander Kurtakov <akurtako at redhat.com> 2.3-6
+- Requires: plexus-digest.
+
 * Wed May 19 2010 Hui Wang <huwang at redhat.com> - 2.3-5
 - Added missing BR : maven-shared-reporting-impl
 
@@ -122,4 +125,4 @@ rm -rf %{buildroot}
 - Fixed install -pm 644 pom.xml
 
 * Fri May 14 2010 Hui Wang <huwang at redhat.com> - 2.3-1
-- Initial version of the package
\ No newline at end of file
+- Initial version of the package



More information about the scm-commits mailing list