Accepting request 757282 from Java:packages

Avoid too many compatibility symlinks

OBS-URL: https://build.opensuse.org/request/show/757282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/groovy18?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2019-12-16 14:20:49 +00:00 committed by Git OBS Bridge
commit f69f6d1f7f
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 16 09:21:49 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Avoid too many compatibility symlinks, since this is already
build in compatibility mode
-------------------------------------------------------------------
Mon Dec 2 06:38:42 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -153,10 +153,10 @@ for s in src/main/groovy/transform/NotYetImplemented.java\
iconv -f UTF-8 -t ASCII//TRANSLIT -o ${s}.tmp ${s} && mv ${s}.tmp ${s}
done
%{mvn_package} : %{name}-lib
%{mvn_file} : groovy %{name}
%{mvn_package} : lib
%{mvn_file} : groovy
%{mvn_alias} : :groovy-all :%{name}-all :%{name}
%{mvn_alias} : :groovy-all
%{mvn_compat_version} : "1.8" "1.8.9"
%build
@ -201,7 +201,7 @@ install -p -m644 %{SOURCE2} \
%doc README.md
%license LICENSE.txt LICENSE-2.0.txt NOTICE.txt
%files lib -f .mfiles-%{name}-lib
%files lib -f .mfiles-lib
%license LICENSE.txt LICENSE-2.0.txt NOTICE.txt
%files javadoc