Fridrich Strba 2021-02-10 06:03:01 +00:00 committed by Git OBS Bridge
parent b61fdd5eb9
commit 5c5ea4ad76

View File

@ -1,7 +1,7 @@
#
# spec file for package gradle-bootstrap
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -243,7 +243,6 @@ Bootstrap version of the groovy-all.jar needed by xmvn-connector-gradle
This package is useful only for bootstrapping a repository that does
not have yet gradle, groovy and gpars built.
%package -n gpars-bootstrap
Version: %{gpars_version}
Release: 0
@ -315,8 +314,8 @@ install -p -m 755 gradle.sh %{buildroot}%{_bindir}/%{short_name}
install -d -m 755 %{buildroot}%{_mandir}/man1/
install -p -m 644 man/%{short_name}.1 %{buildroot}%{_mandir}/man1/%{short_name}.1
xmvn-subst $(find %{buildroot}%{_datadir}/%{short_name} -type f -name \*.jar)
xmvn-subst -R %{buildroot} $(find %{buildroot}%{_datadir}/%{short_name} -type f -name \*.jar)
#xmvn-subst $(find %{buildroot}%{_datadir}/%{short_name} -type f -name \*.jar)
#xmvn-subst -R %{buildroot} $(find %{buildroot}%{_datadir}/%{short_name} -type f -name \*.jar)
%files -f .mfiles
%{_bindir}/%{short_name}