- Replace maven BuildRequires with maven-local
This commit is contained in:
Stanislav Ochotnicky 2013-02-06 19:32:04 +01:00
parent 016af29136
commit 618917fc5e

View File

@ -4,7 +4,7 @@
Name: apache-%{short_name}
Version: 1.1.1
Release: 21%{?dist}
Release: 22%{?dist}
Summary: Apache Commons Logging
License: ASL 2.0
Group: Development/Libraries
@ -17,7 +17,7 @@ Patch0: %{short_name}-avalon-update.patch
Patch1: %{short_name}-eclipse-manifest.patch
BuildArch: noarch
BuildRequires: maven
BuildRequires: maven-local
BuildRequires: java-devel >= 1:1.6.0
BuildRequires: jpackage-utils >= 0:1.6
BuildRequires: avalon-framework >= 4.3
@ -131,6 +131,10 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
# -----------------------------------------------------------------------------
%changelog
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.1.1-22
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
- Replace maven BuildRequires with maven-local
* Thu Nov 22 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.1-21
- Install NOTICE file
- Resolves: rhbz#879581