- Replace maven BuildRequires with maven-local
This commit is contained in:
parent
07f5ae0672
commit
2b520103eb
1 changed files with 6 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
Name: voms-api-java
|
||||
Version: 2.0.9
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Virtual Organization Membership Service Java API
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -56,7 +56,7 @@ BuildRequires: java-devel >= 1:1.6.0
|
|||
BuildRequires: jpackage-utils
|
||||
|
||||
%if %maven
|
||||
BuildRequires: maven
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-compiler-plugin
|
||||
BuildRequires: maven-install-plugin
|
||||
BuildRequires: maven-jar-plugin
|
||||
|
|
@ -156,6 +156,10 @@ rm -rf %{buildroot}
|
|||
%doc %{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.0.9-3
|
||||
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||
- Replace maven BuildRequires with maven-local
|
||||
|
||||
* Sun Dec 02 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.0.9-2
|
||||
- Correct runtime requires and URL tag
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue