Fridrich Strba 2022-07-13 14:12:59 +00:00 committed by Git OBS Bridge
parent d29ca48b18
commit a212d2dade
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 13 14:11:54 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Avoid missing symlink %_javadir/jaf.jar, by recreating it when
gnu-jaf is uninstalled
-------------------------------------------------------------------
Tue Jul 12 09:28:43 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -106,6 +106,15 @@ install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -r activation/target/site/apidocs/* %{buildroot}/%{_javadocdir}/%{name}
%fdupes -s %{buildroot}%{_javadocdir}
%triggerpostun -- gnu-jaf
if [ -f %{_javadir}/%{name}-api.jar ] then
if [ -f %{_javadir}/jaf.jar ] then
rm -f %{_javadir}/jaf.jar
fi
ln -sf %{name}-api.jar %{_javadir}/jaf.jar
fi
exit 0
%files -f .mfiles
%license LICENSE.txt
%doc README.md