Hello community,

here is the log from the commit of package xml-im-exporter for openSUSE:Factory 
checked in at 2017-05-22 10:47:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xml-im-exporter (Old)
 and      /work/SRC/openSUSE:Factory/.xml-im-exporter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xml-im-exporter"

Mon May 22 10:47:27 2017 rev:16 rq:496678 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/xml-im-exporter/xml-im-exporter.changes  
2015-04-02 15:59:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xml-im-exporter.new/xml-im-exporter.changes     
2017-05-22 10:48:37.399274804 +0200
@@ -1,0 +2,5 @@
+Fri May 19 11:22:59 UTC 2017 - vsis...@suse.com
+
+- Add BuildRequires: javapackages-local (for maven conversions) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xml-im-exporter.spec ++++++
--- /var/tmp/diff_new_pack.aGwjU2/_old  2017-05-22 10:48:38.347141206 +0200
+++ /var/tmp/diff_new_pack.aGwjU2/_new  2017-05-22 10:48:38.347141206 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xml-im-exporter
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -29,10 +29,11 @@
 Patch1:         encoding.patch
 BuildRequires:  ant >= 1.6
 BuildRequires:  ant-junit
+# Needed for maven conversions
+BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 XML Im-/Exporter is a low level library to assist you in the straight
@@ -40,8 +41,6 @@
 classes. All of this is designed having performance and simplicity in
 mind.
 
-
-
 %package javadoc
 Summary:        XML Im-/Exporter
 Group:          Development/Libraries/Java
@@ -52,8 +51,6 @@
 classes. All of this is designed having performance and simplicity in
 mind.
 
-
-
 %prep
 %setup -q -n %{name}
 # remove all binary libs
@@ -73,17 +70,17 @@
 
 %install
 # jars
-install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
+install -d -m 755 %{buildroot}%{_javadir}
 install -m 644 build/lib/%{name}%{version}.jar \
-  $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
+  %{buildroot}%{_javadir}/%{name}.jar
 
 # javadoc
-install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
-cp -pr doc/javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
+cp -pr doc/javadoc/* %{buildroot}%{_javadocdir}/%{name}
 
 # maven
-install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}/
-install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
+install -d -m 755 %{buildroot}%{_mavenpomdir}/
+install -pm 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 %add_maven_depmap JPP-%{name}.pom %{name}.jar
 
 %files


Reply via email to