Proper obsoletes.
This commit is contained in:
parent
ea68c30805
commit
73bb52a6e9
@ -1,6 +1,6 @@
|
||||
Name: maven-plugin-testing
|
||||
Version: 1.2
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Maven Plugin Testing
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -51,7 +51,7 @@ Summary: Maven Plugin Testing Mechanism
|
||||
Group: Development/Libraries
|
||||
Requires: maven-plugin-testing = %{version}-%{release}
|
||||
Obsoletes: maven-shared-plugin-testing-harness <= 0:1.2
|
||||
Provides : maven-shared-plugin-testing-harness = 1:%{version}-%{release}
|
||||
Provides: maven-shared-plugin-testing-harness = 1:%{version}-%{release}
|
||||
|
||||
%description harness
|
||||
The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojo.
|
||||
@ -61,7 +61,7 @@ Summary: Maven Plugin Testing Tools
|
||||
Group: Development/Libraries
|
||||
Requires: maven-plugin-testing = %{version}-%{release}
|
||||
Obsoletes: maven-shared-plugin-testing-tools <= 0:%{version}-%{release}
|
||||
Provides : maven-shared-plugin-testing-tools = 1:%{version}-%{release}
|
||||
Provides: maven-shared-plugin-testing-tools = 1:%{version}-%{release}
|
||||
|
||||
%description tools
|
||||
A set of useful tools to help the Maven Plugin testing.
|
||||
@ -70,11 +70,11 @@ A set of useful tools to help the Maven Plugin testing.
|
||||
Summary: Maven Testing Tool
|
||||
Group: Development/Libraries
|
||||
Requires: maven-plugin-testing = %{version}-%{release}
|
||||
Obsoletes: maven-shared-test-tools <= 0:%{version}-%{release}
|
||||
Provides: maven-shared-test-tools = 1:%{version}-%{release}
|
||||
|
||||
%description -n maven-test-tools
|
||||
Framework to test Maven Plugins with Easymock objects.
|
||||
Obsoletes: maven-shared-test-tools <= 0:%{version}-%{release}
|
||||
Provides: maven-shared-test-tools = 1:%{version}-%{release}
|
||||
|
||||
%prep
|
||||
%setup -q #You may need to update this according to your Source0
|
||||
@ -164,6 +164,9 @@ rm -rf %{buildroot}
|
||||
%{_javadir}/%{name}/maven-test-tools*
|
||||
|
||||
%changelog
|
||||
* Mon May 31 2010 Alexander Kurtakov <akurtako@redhat.com> 1.2-6
|
||||
- Proper obsolete for maven-shared-test-tools.
|
||||
|
||||
* Mon May 31 2010 Alexander Kurtakov <akurtako@redhat.com> 1.2-5
|
||||
- One more item to the depmap.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user