forked from pool/javapackages-tools
Accepting request 1034837 from Java:packages
Removal of gradle-local sub-package that is not needed and does not have dependencies OBS-URL: https://build.opensuse.org/request/show/1034837 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/javapackages-tools?expand=0&rev=34
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 08:50:08 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Reflect the removal of gradle from repositories
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 7 06:50:09 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@@ -94,16 +94,6 @@ This package provides some basic directories into which Java packages
|
||||
install their content.
|
||||
|
||||
%if %{with python}
|
||||
%package -n javapackages-gradle
|
||||
Summary: Local mode for Gradle (files)
|
||||
Group: Development/Languages/Java
|
||||
Requires: javapackages-local = %{version}
|
||||
Requires: javapackages-tools = %{version}
|
||||
|
||||
%description -n javapackages-gradle
|
||||
This package contains files needed by local mode for Gradle, which
|
||||
allows artifact resolution using XMvn resolver.
|
||||
|
||||
%package -n javapackages-ivy
|
||||
Summary: Local mode for Apache Ivy (files)
|
||||
Group: Development/Languages/Java
|
||||
@@ -207,6 +197,9 @@ files="
|
||||
%{_mandir}/man1/find-jar.1
|
||||
%{_datadir}/maven-metadata/javapackages-metadata.xml
|
||||
%{_datadir}/xmvn/configuration.xml
|
||||
%{_bindir}/gradle-local
|
||||
%{_datadir}/gradle-local
|
||||
%{_mandir}/man7/gradle_build.7
|
||||
"
|
||||
for i in $files; do
|
||||
rm -rf %{buildroot}/$i
|
||||
@@ -248,9 +241,6 @@ popd
|
||||
%files -n javapackages-local -f files-common -f files-extra -f files-compat -f files-generators
|
||||
%dir %{_datadir}/java-utils
|
||||
|
||||
%files -n javapackages-gradle -f files-gradle
|
||||
%dir %{_datadir}/gradle-local
|
||||
|
||||
%files -n javapackages-ivy -f files-ivy
|
||||
%dir %{_sysconfdir}/ant.d
|
||||
|
||||
|
Reference in New Issue
Block a user