Hello community, here is the log from the commit of package slf4j for openSUSE:Factory checked in at 2019-03-01 20:26:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/slf4j (Old) and /work/SRC/openSUSE:Factory/.slf4j.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "slf4j" Fri Mar 1 20:26:43 2019 rev:18 rq:679899 version:1.7.25 Changes: -------- --- /work/SRC/openSUSE:Factory/slf4j/slf4j.changes 2018-11-08 09:41:53.341562916 +0100 +++ /work/SRC/openSUSE:Factory/.slf4j.new.28833/slf4j.changes 2019-03-01 20:26:44.670050121 +0100 @@ -1,0 +2,5 @@ +Tue Feb 26 09:24:00 UTC 2019 - Fridrich Strba <[email protected]> + +- Clean up the maven pom installation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ slf4j.spec ++++++ --- /var/tmp/diff_new_pack.DdP5Bk/_old 2019-03-01 20:26:45.254049979 +0100 +++ /var/tmp/diff_new_pack.DdP5Bk/_new 2019-03-01 20:26:45.258049979 +0100 @@ -1,7 +1,7 @@ # # spec file for package slf4j # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2000-2009, JPackage Project # # All modifications and additions to the file contributed by third parties @@ -137,6 +137,8 @@ # pom install -d -m 755 %{buildroot}%{_mavenpomdir} +install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom +%add_maven_depmap %{name}.pom for i in api ext jcl jdk14 log4j12 migrator nop simple; do install -pm 644 slf4j-$i/pom.xml %{buildroot}%{_mavenpomdir}/%{name}-$i.pom %add_maven_depmap %{name}-$i.pom %{name}/$i.jar @@ -145,8 +147,6 @@ install -pm 644 $i/pom.xml %{buildroot}%{_mavenpomdir}/%{name}-$i.pom %add_maven_depmap %{name}-$i.pom %{name}/$i.jar done -install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom -%add_maven_depmap %{name}.pom # manual install -d -m 0755 %{buildroot}%{_docdir}/%{name}-%{version} @@ -159,16 +159,9 @@ cp -pr target/site/* %{buildroot}%{_javadocdir}/%{name}/ rm -rf target/site -%files +%files -f .mfiles %dir %{_docdir}/%{name}-%{version} %license %{_docdir}/%{name}-%{version}/LICENSE.txt -%{_javadir}/%{name} -%{_mavenpomdir}/* -%if %{defined _maven_repository} -%{_mavendepmapfragdir}/%{name} -%else -%{_datadir}/maven-metadata/%{name}.xml* -%endif %files javadoc %{_javadocdir}/%{name}
