This commit is contained in:
parent
b61fdd5eb9
commit
5c5ea4ad76
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gradle-bootstrap
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
This package is useful only for bootstrapping a repository that does
|
||||||
not have yet gradle, groovy and gpars built.
|
not have yet gradle, groovy and gpars built.
|
||||||
|
|
||||||
|
|
||||||
%package -n gpars-bootstrap
|
%package -n gpars-bootstrap
|
||||||
Version: %{gpars_version}
|
Version: %{gpars_version}
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -315,8 +314,8 @@ install -p -m 755 gradle.sh %{buildroot}%{_bindir}/%{short_name}
|
|||||||
install -d -m 755 %{buildroot}%{_mandir}/man1/
|
install -d -m 755 %{buildroot}%{_mandir}/man1/
|
||||||
install -p -m 644 man/%{short_name}.1 %{buildroot}%{_mandir}/man1/%{short_name}.1
|
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 $(find %{buildroot}%{_datadir}/%{short_name} -type f -name \*.jar)
|
||||||
xmvn-subst -R %{buildroot} $(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
|
%files -f .mfiles
|
||||||
%{_bindir}/%{short_name}
|
%{_bindir}/%{short_name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user