- Replace maven BuildRequires with maven-local
This commit is contained in:
parent
7e1ec7cf58
commit
f41a655480
@ -1,6 +1,6 @@
|
|||||||
Name: plexus-cipher
|
Name: plexus-cipher
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Summary: Plexus Cipher: encryption/decryption Component
|
Summary: Plexus Cipher: encryption/decryption Component
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -20,7 +20,7 @@ Patch1: 0001-Improve-randomness-of-PBECipher-salt.patch
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: java-devel >= 1:1.6.0
|
BuildRequires: java-devel >= 1:1.6.0
|
||||||
BuildRequires: maven
|
BuildRequires: maven-local
|
||||||
BuildRequires: maven-plugin-plugin
|
BuildRequires: maven-plugin-plugin
|
||||||
BuildRequires: maven-compiler-plugin
|
BuildRequires: maven-compiler-plugin
|
||||||
BuildRequires: maven-install-plugin
|
BuildRequires: maven-install-plugin
|
||||||
@ -91,6 +91,10 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/plexus/%{name}/
|
|||||||
%{_javadocdir}/plexus/%{name}
|
%{_javadocdir}/plexus/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.5-13
|
||||||
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||||
|
- Replace maven BuildRequires with maven-local
|
||||||
|
|
||||||
* Wed Jan 02 2013 Michal Srb <msrb@redhat.com> - 1.5-12
|
* Wed Jan 02 2013 Michal Srb <msrb@redhat.com> - 1.5-12
|
||||||
- Fixed URL (Resolves: #880322)
|
- Fixed URL (Resolves: #880322)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user