- Replace maven BuildRequires with maven-local
This commit is contained in:
parent
4e93a36716
commit
afe8f271f0
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Internet protocol suite Java library
|
Summary: Internet protocol suite Java library
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -12,7 +12,7 @@ URL: http://commons.apache.org/%{base_name}/
|
|||||||
Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: xmvn >= 0.2.3
|
BuildRequires: maven-local >= 0.2.3
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
BuildRequires: jpackage-utils
|
BuildRequires: jpackage-utils
|
||||||
BuildRequires: maven-doxia-sitetools
|
BuildRequires: maven-doxia-sitetools
|
||||||
@ -67,6 +67,10 @@ sed -i 's/\r//' NOTICE.txt LICENSE.txt
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 3.2-3
|
||||||
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||||
|
- Replace maven BuildRequires with maven-local
|
||||||
|
|
||||||
* Wed Jan 16 2013 Michal Srb <msrb@redhat.com> - 3.2-2
|
* Wed Jan 16 2013 Michal Srb <msrb@redhat.com> - 3.2-2
|
||||||
- Build with xmvn
|
- Build with xmvn
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user