- Replace maven BuildRequires with maven-local
This commit is contained in:
parent
053a3e4008
commit
9be560a46f
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: testng
|
Name: testng
|
||||||
Version: 6.0.1
|
Version: 6.0.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Java-based testing framework
|
Summary: Java-based testing framework
|
||||||
# .../remote/strprotocol/AbstractRemoteTestRunnerClient.java is CPL
|
# .../remote/strprotocol/AbstractRemoteTestRunnerClient.java is CPL
|
||||||
License: ASL 2.0 and CPL
|
License: ASL 2.0 and CPL
|
||||||
@ -20,7 +20,7 @@ BuildArch: noarch
|
|||||||
|
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
BuildRequires: jpackage-utils
|
BuildRequires: jpackage-utils
|
||||||
BuildRequires: maven
|
BuildRequires: maven-local
|
||||||
BuildRequires: beust-jcommander
|
BuildRequires: beust-jcommander
|
||||||
BuildRequires: snakeyaml
|
BuildRequires: snakeyaml
|
||||||
|
|
||||||
@ -110,6 +110,10 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
|
|||||||
%doc %{_javadocdir}/%{name}
|
%doc %{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 6.0.1-6
|
||||||
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||||
|
- Replace maven BuildRequires with maven-local
|
||||||
|
|
||||||
* Thu Nov 08 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 6.0.1-5
|
* Thu Nov 08 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 6.0.1-5
|
||||||
- Part of testng is CPL, add it to license tag
|
- Part of testng is CPL, add it to license tag
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user