Hello community,

here is the log from the commit of package args4j for openSUSE:Factory checked 
in at 2019-09-21 17:30:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/args4j (Old)
 and      /work/SRC/openSUSE:Factory/.args4j.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "args4j"

Sat Sep 21 17:30:17 2019 rev:7 rq:732189 version:2.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/args4j/args4j.changes    2018-10-29 
14:58:42.746003504 +0100
+++ /work/SRC/openSUSE:Factory/.args4j.new.7948/args4j.changes  2019-09-21 
17:30:20.668736581 +0200
@@ -1,0 +2,6 @@
+Fri Sep 20 11:56:30 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Remove reference to the parent pom since we are not building
+  using maven
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ args4j.spec ++++++
--- /var/tmp/diff_new_pack.sxWJmK/_old  2019-09-21 17:30:21.380736589 +0200
+++ /var/tmp/diff_new_pack.sxWJmK/_new  2019-09-21 17:30:21.388736589 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package args4j
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -33,7 +33,6 @@
 BuildRequires:  fdupes
 BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
-BuildRequires:  javapackages-tools
 Requires:       java >= 1.8
 BuildArch:      noarch
 
@@ -56,6 +55,11 @@
 
 %prep
 %setup -q
+cp %{SOURCE1} pom.xml
+%pom_remove_parent
+%pom_xpath_inject pom:project "
+  <groupId>args4j</groupId>
+  <version>%{version}</version>"
 
 %build
 mkdir -p build/generated-sources
@@ -68,7 +72,7 @@
 
 # pom
 install -d -m 755 %{buildroot}%{_mavenpomdir}
-install -pm 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom
+install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}-%{version}.pom
 %add_maven_depmap %{name}-%{version}.pom %{name}-%{version}.jar
 
 # Java doc


Reply via email to