Hello community,

here is the log from the commit of package relaxngDatatype for openSUSE:Factory 
checked in at 2018-11-08 09:39:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/relaxngDatatype (Old)
 and      /work/SRC/openSUSE:Factory/.relaxngDatatype.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "relaxngDatatype"

Thu Nov  8 09:39:50 2018 rev:18 rq:644928 version:2011.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/relaxngDatatype/relaxngDatatype.changes  
2017-12-06 08:53:49.711441118 +0100
+++ /work/SRC/openSUSE:Factory/.relaxngDatatype.new/relaxngDatatype.changes     
2018-11-08 09:39:51.457704029 +0100
@@ -1,0 +2,6 @@
+Fri Oct 19 17:44:43 UTC 2018 - Fridrich Strba <[email protected]>
+
+- Install the provided pom file in order to generate correctly
+  the mvn(...) dependencies
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ relaxngDatatype.spec ++++++
--- /var/tmp/diff_new_pack.4RuAXG/_old  2018-11-08 09:39:51.969703437 +0100
+++ /var/tmp/diff_new_pack.4RuAXG/_new  2018-11-08 09:39:51.973703433 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package relaxngDatatype
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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/
 #
 
 
@@ -28,6 +28,7 @@
 Source1:        copying.txt
 BuildRequires:  ant
 BuildRequires:  java-devel
+BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 Obsoletes:      %{name}-javadoc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -52,9 +53,20 @@
   %{buildroot}%{_javadir}/%{name}-%{version}.jar
 ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
 
+# pom
+install -d -m 755 %{buildroot}%{_mavenpomdir}
+install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom
+%add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar -a 
relaxngDatatype:relaxngDatatype
+
 %files
 %defattr(-,root,root,-)
 %doc copying.txt
 %{_javadir}/*.jar
+%{_mavenpomdir}/*
+%if %{defined _maven_repository}
+%{_mavendepmapfragdir}/%{name}
+%else
+%{_datadir}/maven-metadata/%{name}.xml*
+%endif
 
 %changelog


Reply via email to