2024-04-30 12:23:42 +00:00
committed by Git OBS Bridge
parent 2802b131aa
commit ffdd8ff035
2 changed files with 7 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 30 12:23:31 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Simplify the spec file: remove old macros
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 20 14:48:04 UTC 2024 - Fridrich Strba <fstrba@suse.com> Tue Feb 20 14:48:04 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@@ -147,18 +147,12 @@ update-alternatives --remove jaxp_parser_impl %{_javadir}/%{name}.jar >/dev/null
# it deletes the link, set it up again # it deletes the link, set it up again
ln -sf %{name}.jar %{_javadir}/jaxp_parser_impl.jar ln -sf %{name}.jar %{_javadir}/jaxp_parser_impl.jar
%files %files -f .mfiles
%license LICENSE %license LICENSE
%doc NOTICE README %doc NOTICE README
%{_bindir}/* %{_bindir}/*
%{_javadir}/*
%{_mandir}/*/* %{_mandir}/*/*
%{_mavenpomdir}/* %{_javadir}/jaxp_parser_impl.jar
%if %{defined _maven_repository}
%{_mavendepmapfragdir}/%{name}
%else
%{_datadir}/maven-metadata/%{name}.xml*
%endif
%files javadoc %files javadoc
%{_javadocdir}/%{name} %{_javadocdir}/%{name}