- Replace maven BuildRequires with maven-local
This commit is contained in:
Stanislav Ochotnicky 2013-02-06 19:29:56 +01:00
parent 3fb5455439
commit e4aa458dbd

View File

@ -3,7 +3,7 @@
Name: apache-%{short_name} Name: apache-%{short_name}
Version: 1.4.1 Version: 1.4.1
Release: 4%{?dist} Release: 5%{?dist}
Summary: Java API for working with compressed files and archivers Summary: Java API for working with compressed files and archivers
Group: Development/Libraries Group: Development/Libraries
License: ASL 2.0 License: ASL 2.0
@ -11,7 +11,7 @@ URL: http://commons.apache.org/%{base_name}/
Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: xmvn >= 0.2.1 BuildRequires: maven-local >= 0.2.1
BuildRequires: javapackages-tools >= 0.10.0 BuildRequires: javapackages-tools >= 0.10.0
BuildRequires: apache-commons-parent BuildRequires: apache-commons-parent
BuildRequires: maven-surefire-provider-junit BuildRequires: maven-surefire-provider-junit
@ -53,6 +53,10 @@ This package provides %{summary}.
%changelog %changelog
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.4.1-5
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
- Replace maven BuildRequires with maven-local
* Wed Jan 9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.1-4 * Wed Jan 9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.1-4
- Bump release tag - Bump release tag