Add BR on maven-surefire-provider-junit
This commit is contained in:
parent
78db1d6709
commit
110e08fd2d
1 changed files with 5 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
Name: voms-api-java
|
||||
Version: 2.0.10
|
||||
%global tagver %(tr . _ <<< %{version})
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Virtual Organization Membership Service Java API
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -61,7 +61,7 @@ BuildRequires: maven-javadoc-plugin
|
|||
BuildRequires: maven-release-plugin
|
||||
BuildRequires: maven-resources-plugin
|
||||
BuildRequires: maven-surefire-plugin
|
||||
BuildRequires: junit4
|
||||
BuildRequires: maven-surefire-provider-junit
|
||||
%else
|
||||
BuildRequires: ant
|
||||
BuildRequires: ant-junit
|
||||
|
|
@ -154,6 +154,9 @@ rm -rf %{buildroot}
|
|||
%doc %{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Feb 12 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.0.10-2
|
||||
- Add BR on maven-surefire-provider-junit
|
||||
|
||||
* Mon Feb 11 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.0.10-1
|
||||
- Update to version 2.0.10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue