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>

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
ln -sf %{name}.jar %{_javadir}/jaxp_parser_impl.jar
%files
%files -f .mfiles
%license LICENSE
%doc NOTICE README
%{_bindir}/*
%{_javadir}/*
%{_mandir}/*/*
%{_mavenpomdir}/*
%if %{defined _maven_repository}
%{_mavendepmapfragdir}/%{name}
%else
%{_datadir}/maven-metadata/%{name}.xml*
%endif
%{_javadir}/jaxp_parser_impl.jar
%files javadoc
%{_javadocdir}/%{name}