- Obsolete maven-shared-test-tools.
This commit is contained in:
parent
8064b329a6
commit
2751ec984c
@ -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 provides mechanisms to manage tests on Mojo.
|
||||
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 = %{version}-%{release}
|
||||
|
||||
%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@redhat.com> 1.2-3
|
||||
- Obsolete maven-shared-test-tools.
|
||||
|
||||
* Thu May 27 2010 Yong Yang <yyang@redhat.com> 1:1.2-2.8
|
||||
- Fix parent pom install
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user