- Replace maven BuildRequires with maven-local
This commit is contained in:
parent
be8b142ee5
commit
ddab33533b
@ -2,7 +2,7 @@
|
||||
|
||||
Name: maven-%{pkgname}
|
||||
Version: 1.2.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
# Maven-shared defines file-management version as 1.2.2
|
||||
Epoch: 1
|
||||
Summary: Maven File Management API
|
||||
@ -20,7 +20,7 @@ BuildArch: noarch
|
||||
|
||||
BuildRequires: java-devel >= 1:1.6.0
|
||||
BuildRequires: jpackage-utils
|
||||
BuildRequires: maven
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-surefire-plugin
|
||||
BuildRequires: maven-surefire-provider-junit
|
||||
BuildRequires: modello
|
||||
@ -90,6 +90,10 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1:1.2.1-4
|
||||
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||
- Replace maven BuildRequires with maven-local
|
||||
|
||||
* Fri Jan 18 2013 Tomas Radej <tradej@redhat.com> - 1:1.2.1-3
|
||||
- Added proper Provides/Obsoletes in javadoc
|
||||
- Fixed changelog entries
|
||||
|
||||
Loading…
Reference in New Issue
Block a user