rpms/maven-plugin-testing/devel maven-plugin-testing.spec,1.7,1.8

Alexander Kurtakov akurtakov at fedoraproject.org
Fri May 28 21:42:18 UTC 2010


Author: akurtakov

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

Modified Files:
	maven-plugin-testing.spec 
Log Message:
- Obsolete maven-shared-test-tools.



Index: maven-plugin-testing.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maven-plugin-testing/devel/maven-plugin-testing.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- maven-plugin-testing.spec	27 May 2010 12:33:08 -0000	1.7
+++ maven-plugin-testing.spec	28 May 2010 21:42:18 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           maven-plugin-testing
 Version:        1.2
-Release:        2.8%{?dist}
+Release:        3%{?dist}
 Summary:        Maven Plugin Testing
 
 Group:          Development/Libraries
@@ -40,6 +40,7 @@ to be able to test Maven Plugins.
 %package javadoc
 Group:          Documentation
 Summary:        Javadoc for %{name}
+Requires:       jpackage-utils
 
 %description javadoc
 API documentation for %{name}.
@@ -58,7 +59,7 @@ The Maven Plugin Testing Harness provide
 Summary: Maven Plugin Testing Tools
 Group: Development/Libraries
 Requires: maven-plugin-testing = %{version}-%{release}
-Obsoletes: maven-shared-plugin-testing-tools <= 0:1.0
+Obsoletes: maven-shared-plugin-testing-tools <= 0:%{version}-%{release}
 Provides : maven-shared-plugin-testing-tools = 1:%{version}-%{release}
 
 %description tools
@@ -71,6 +72,8 @@ Requires: maven-plugin-testing = %{versi
 
 %description -n maven-test-tools
 Framework to test Maven Plugins with Easymock objects.
+Obsoletes: maven-shared-test-tools <= 0:1.0
+Provides : maven-shared-test-tools = 1:%{version}-%{release}
 
 %prep
 %setup -q #You may need to update this according to your Source0
@@ -158,6 +161,9 @@ rm -rf %{buildroot}
 %{_javadir}/%{name}/maven-test-tools*
 
 %changelog
+* Sat May 29 2010 Alexander Kurtakov <akurtako at redhat.com> 1.2-3
+- Obsolete maven-shared-test-tools.
+
 * Thu May 27 2010 Yong Yang <yyang at redhat.com> 1:1.2-2.8
 - Fix parent pom install
 



More information about the scm-commits mailing list