- Replace maven BuildRequires with maven-local
This commit is contained in:
parent
5f20f06951
commit
8b87ef92d4
@ -1,6 +1,6 @@
|
||||
Name: maven-shared-utils
|
||||
Version: 0.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Maven shared utility classes
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/shared/maven-shared-utils
|
||||
@ -13,7 +13,7 @@ BuildRequires: apache-rat
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: jpackage-utils
|
||||
BuildRequires: junit
|
||||
BuildRequires: maven
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-shade-plugin
|
||||
BuildRequires: maven-surefire-provider-junit
|
||||
Requires: apache-commons-io
|
||||
@ -72,6 +72,10 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0.2-2
|
||||
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||
- Replace maven BuildRequires with maven-local
|
||||
|
||||
* Wed Jan 16 2013 Tomas Radej <tradej@redhat.com> - 0.2-1
|
||||
- Initial version
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user