Hello community, here is the log from the commit of package cal10n for openSUSE:Factory checked in at 2018-11-06 14:12:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cal10n (Old) and /work/SRC/openSUSE:Factory/.cal10n.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cal10n" Tue Nov 6 14:12:47 2018 rev:11 rq:644575 version:0.7.7 Changes: -------- --- /work/SRC/openSUSE:Factory/cal10n/cal10n.changes 2018-07-24 17:31:46.600015825 +0200 +++ /work/SRC/openSUSE:Factory/.cal10n.new/cal10n.changes 2018-11-06 14:12:50.914785293 +0100 @@ -1,0 +2,6 @@ +Thu Oct 18 09:14:38 UTC 2018 - Fridrich Strba <[email protected]> + +- Install the maven pom files in order to generate correctly the + mvn(...) provides. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cal10n.spec ++++++ --- /var/tmp/diff_new_pack.lH3mhX/_old 2018-11-06 14:12:51.518784494 +0100 +++ /var/tmp/diff_new_pack.lH3mhX/_new 2018-11-06 14:12:51.522784488 +0100 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -29,6 +29,8 @@ BuildRequires: ant BuildRequires: fdupes BuildRequires: java-devel >= 1.8 +BuildRequires: javapackages-local +BuildRequires: javapackages-tools BuildRequires: junit BuildRequires: xz Requires: java @@ -90,6 +92,13 @@ install -m 644 cal10n-api/target/cal10n-api-%{version}.jar \ %{buildroot}%{_javadir}/%{name}/cal10n-api-%{version}.jar +# pom +install -d -m 755 %{buildroot}%{_mavenpomdir} +install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom +%add_maven_depmap %{name}.pom +install -pm 644 %{name}-api/pom.xml %{buildroot}%{_mavenpomdir}/%{name}-api.pom +%add_maven_depmap %{name}-api.pom %{name}/cal10n-api-%{version}.jar + # javadoc pushd cal10n-api install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version} @@ -103,6 +112,12 @@ %doc README.SUSE %dir %{_javadir}/%{name} %{_javadir}/%{name}/%{name}*.jar +%{_mavenpomdir}/* +%if %{defined _maven_repository} +%{_mavendepmapfragdir}/%{name} +%else +%{_datadir}/maven-metadata/%{name}.xml* +%endif %files javadoc %defattr(-,root,root,-)
