Temporarily disable xmvn-subst in order to fix incompatibility with system libraries

OBS-URL: https://build.opensuse.org/package/show/Java:packages/gradle-bootstrap?expand=0&rev=6
This commit is contained in:
Fridrich Strba 2019-11-25 11:17:44 +00:00 committed by Git OBS Bridge
parent cc64e7dcea
commit 2ac9bdc670

View File

@ -1,7 +1,7 @@
#
# spec file for package gradle-bootstrap
#
# Copyright (c) 2019 SUSE LLC.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -315,8 +315,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}