- Replace maven BuildRequires with maven-local
This commit is contained in:
parent
77c7b56310
commit
46710f81e3
@ -1,6 +1,6 @@
|
|||||||
Name: javaparser
|
Name: javaparser
|
||||||
Version: 1.0.8
|
Version: 1.0.8
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Java 1.5 Parser and AST
|
Summary: Java 1.5 Parser and AST
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPLv3+ and LGPLv3+
|
License: GPLv3+ and LGPLv3+
|
||||||
@ -17,7 +17,7 @@ BuildRequires: jpackage-utils
|
|||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
|
|
||||||
BuildRequires: javacc
|
BuildRequires: javacc
|
||||||
BuildRequires: maven
|
BuildRequires: maven-local
|
||||||
BuildRequires: maven-compiler-plugin
|
BuildRequires: maven-compiler-plugin
|
||||||
BuildRequires: maven-install-plugin
|
BuildRequires: maven-install-plugin
|
||||||
BuildRequires: maven-jar-plugin
|
BuildRequires: maven-jar-plugin
|
||||||
@ -96,5 +96,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
|
|||||||
%doc COPYING COPYING.LESSER readme.txt
|
%doc COPYING COPYING.LESSER readme.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.0.8-2
|
||||||
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||||
|
- Replace maven BuildRequires with maven-local
|
||||||
|
|
||||||
* Thu Jul 26 2012 gil cattaneo <puntogil@libero.it> 1.0.8-1
|
* Thu Jul 26 2012 gil cattaneo <puntogil@libero.it> 1.0.8-1
|
||||||
- initial rpm
|
- initial rpm
|
Loading…
Reference in New Issue
Block a user