- Replace maven BuildRequires with maven-local
This commit is contained in:
parent
83e4b639f4
commit
7c5cdad562
@ -1,6 +1,6 @@
|
||||
Name: maven-resources-plugin
|
||||
Version: 2.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Maven Resources Plugin
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -11,7 +11,7 @@ Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: java-devel >= 1:1.6.0
|
||||
BuildRequires: maven
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-plugin-plugin
|
||||
BuildRequires: maven-resources-plugin
|
||||
BuildRequires: maven-jar-plugin
|
||||
@ -90,6 +90,10 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.6-2
|
||||
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||
- Replace maven BuildRequires with maven-local
|
||||
|
||||
* Tue Oct 23 2012 Alexander Kurtakov <akurtako@redhat.com> 2.6-1
|
||||
- Update to latest upstream.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user