- Replace maven BuildRequires with maven-local
This commit is contained in:
parent
e95c60d842
commit
ab4080bd77
@ -1,6 +1,6 @@
|
||||
Name: maven-shared-io
|
||||
Version: 1.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
# Maven-shared defines maven-shared-io version as 1.2
|
||||
Epoch: 1
|
||||
Summary: API for I/O support like logging, download or file scanning.
|
||||
@ -17,7 +17,7 @@ BuildArch: noarch
|
||||
BuildRequires: easymock
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: jpackage-utils
|
||||
BuildRequires: maven
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-surefire-provider-junit
|
||||
Requires: java
|
||||
Requires: jpackage-utils
|
||||
@ -85,6 +85,10 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1:1.1-2
|
||||
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||
- Replace maven BuildRequires with maven-local
|
||||
|
||||
* Tue Jan 15 2013 Tomas Radej <tradej@redhat.com> - 1:1.1-1
|
||||
- Initial version
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user