- Replace maven BuildRequires with maven-local
This commit is contained in:
parent
d32870945b
commit
b76f3fd789
@ -9,7 +9,7 @@ Name: xbean
|
||||
Version: 3.12
|
||||
BuildArch: noarch
|
||||
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Java plugin based web server
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -30,7 +30,7 @@ BuildRequires: objectweb-asm
|
||||
BuildRequires: ant
|
||||
BuildRequires: qdox
|
||||
BuildRequires: slf4j
|
||||
BuildRequires: maven
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-plugin-bundle
|
||||
BuildRequires: maven-antrun-plugin
|
||||
BuildRequires: maven-compiler-plugin
|
||||
@ -286,6 +286,10 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 3.12-5
|
||||
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||
- Replace maven BuildRequires with maven-local
|
||||
|
||||
* Mon Dec 17 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.12-4
|
||||
- Enable xbean-spring, resolves rhbz#887496
|
||||
- Disable xbean-blueprint due to FTBFS
|
||||
|
Loading…
Reference in New Issue
Block a user