- Replace maven BuildRequires with maven-local
This commit is contained in:
Stanislav Ochotnicky 2013-02-06 19:45:23 +01:00
parent 59501f6630
commit cc64feabc4

View File

@ -3,7 +3,7 @@
Name: felix-utils
Version: 1.1.0
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Utility classes for OSGi
License: ASL 2.0
Group: Development/Libraries
@ -16,7 +16,7 @@ Patch0: felix-utils-changing-target-from-jsr14-to-1.5.patch
BuildArch: noarch
BuildRequires: java-devel
BuildRequires: maven
BuildRequires: maven-local
BuildRequires: jpackage-utils
BuildRequires: felix-osgi-compendium
BuildRequires: maven-surefire-provider-junit4
@ -70,6 +70,10 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
%doc %{_javadocdir}/%{name}
%changelog
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.1.0-8
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
- Replace maven BuildRequires with maven-local
* Thu Jan 03 2013 Jaromir Capik <jcapik@redhat.com> - 1.1.0-7
- Changing target from jsr14 to 1.5 (#842593)