Add gradle-local subpackage
This commit is contained in:
parent
0eb74855f2
commit
83ac9b37de
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: javapackages-tools
|
Name: javapackages-tools
|
||||||
Version: 4.3.2
|
Version: 4.3.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
Summary: Macros and scripts for Java packaging support
|
Summary: Macros and scripts for Java packaging support
|
||||||
|
|
||||||
@ -33,6 +33,7 @@ BuildRequires: python-setuptools
|
|||||||
BuildRequires: python-nose
|
BuildRequires: python-nose
|
||||||
BuildRequires: PyXB = 1.2.4
|
BuildRequires: PyXB = 1.2.4
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: scl-utils-build
|
BuildRequires: scl-utils-build
|
||||||
@ -101,6 +102,17 @@ Requires: maven-surefire-provider-testng
|
|||||||
%description -n maven-local
|
%description -n maven-local
|
||||||
This package provides macros and scripts to support packaging Maven artifacts.
|
This package provides macros and scripts to support packaging Maven artifacts.
|
||||||
|
|
||||||
|
%package -n gradle-local
|
||||||
|
Summary: Local mode for Gradle
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: javapackages-local = %{version}-%{release}
|
||||||
|
Requires: gradle >= 2.2.1-2
|
||||||
|
Requires: xmvn-connector-gradle >= 2
|
||||||
|
|
||||||
|
%description -n gradle-local
|
||||||
|
This package implements local mode fow Gradle, which allows artifact
|
||||||
|
resolution using XMvn resolver.
|
||||||
|
|
||||||
%package -n ivy-local
|
%package -n ivy-local
|
||||||
Summary: Local mode for Apache Ivy
|
Summary: Local mode for Apache Ivy
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
@ -197,6 +209,8 @@ popd
|
|||||||
|
|
||||||
%files -n maven-local -f files-maven
|
%files -n maven-local -f files-maven
|
||||||
|
|
||||||
|
%files -n gradle-local
|
||||||
|
|
||||||
%files -n ivy-local -f files-ivy
|
%files -n ivy-local -f files-ivy
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
@ -216,6 +230,9 @@ popd
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.3.2-4
|
||||||
|
- Add gradle-local subpackage
|
||||||
|
|
||||||
* Mon Jan 19 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.3.2-3
|
* Mon Jan 19 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.3.2-3
|
||||||
- Port to lua 5.3.0
|
- Port to lua 5.3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user