Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glassfish-activation for openSUSE:Factory checked in at 2024-10-03 18:00:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glassfish-activation (Old) and /work/SRC/openSUSE:Factory/.glassfish-activation.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "glassfish-activation" Thu Oct 3 18:00:17 2024 rev:5 rq:1205250 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/glassfish-activation/glassfish-activation.changes 2022-07-18 18:33:02.821681502 +0200 +++ /work/SRC/openSUSE:Factory/.glassfish-activation.new.19354/glassfish-activation.changes 2024-10-03 18:00:24.078240307 +0200 @@ -1,0 +2,5 @@ +Wed Oct 2 15:39:44 UTC 2024 - Fridrich Strba <fstrba@suse.com> + +- Spec file cleanup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glassfish-activation.spec ++++++ --- /var/tmp/diff_new_pack.t0tw53/_old 2024-10-03 18:00:24.862272949 +0200 +++ /var/tmp/diff_new_pack.t0tw53/_new 2024-10-03 18:00:24.866273115 +0200 @@ -1,7 +1,7 @@ # # spec file for package glassfish-activation # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ Source1: activation-build.xml BuildRequires: ant BuildRequires: fdupes -BuildRequires: javapackages-local +BuildRequires: javapackages-local >= 6 Obsoletes: gnu-jaf < %{version} Obsoletes: jaf BuildArch: noarch @@ -70,9 +70,6 @@ # maven-dependency-plugin doesn't work correctly without access to remote repos %pom_remove_plugin :maven-dependency-plugin activationapi -%pom_remove_parent activation activationapi -%pom_xpath_inject pom:project "<version>%{version}</version>" activation activationapi - %pom_remove_plugin org.codehaus.mojo:build-helper-maven-plugin %pom_remove_plugin -r :maven-javadoc-plugin %pom_remove_plugin -r :maven-source-plugin @@ -88,21 +85,21 @@ %install # jar -install -d -m 755 %{buildroot}%{_javadir}/ -install -m 644 activation/target/javax.activation-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar -install -m 644 activation/target/javax.activation-api-%{version}.jar %{buildroot}%{_javadir}/%{name}-api.jar +install -d -m 0755 %{buildroot}%{_javadir}/ +install -m 0644 activation/target/javax.activation-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar +install -m 0644 activation/target/javax.activation-api-%{version}.jar %{buildroot}%{_javadir}/%{name}-api.jar ln -sf %{name}-api.jar %{buildroot}%{_javadir}/activation.jar ln -sf %{name}-api.jar %{buildroot}%{_javadir}/jaf.jar # pom -install -d -m 755 %{buildroot}%{_mavenpomdir}/%{name} -install -pm 644 activation/pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom -install -pm 644 activationapi/pom.xml %{buildroot}%{_mavenpomdir}/%{name}-api.pom +install -d -m 0755 %{buildroot}%{_mavenpomdir}/%{name} +%{mvn_install_pom} activation/pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom +%{mvn_install_pom} activationapi/pom.xml %{buildroot}%{_mavenpomdir}/%{name}-api.pom %add_maven_depmap %{name}.pom %{name}.jar %add_maven_depmap %{name}-api.pom %{name}-api.jar -a javax.activation:activation -f api # javadoc -install -d -m 755 %{buildroot}%{_javadocdir}/%{name} +install -d -m 0755 %{buildroot}%{_javadocdir}/%{name} cp -r activation/target/site/apidocs/* %{buildroot}/%{_javadocdir}/%{name} %fdupes -s %{buildroot}%{_javadocdir}