Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package plexus-interpolation for
openSUSE:Factory checked in at 2024-10-02 21:36:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plexus-interpolation (Old)
and /work/SRC/openSUSE:Factory/.plexus-interpolation.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plexus-interpolation"
Wed Oct 2 21:36:06 2024 rev:5 rq:1205279 version:1.27.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/plexus-interpolation/plexus-interpolation.changes
2024-06-14 19:06:19.780796189 +0200
+++
/work/SRC/openSUSE:Factory/.plexus-interpolation.new.19354/plexus-interpolation.changes
2024-10-02 21:36:25.945984768 +0200
@@ -1,0 +2,5 @@
+Wed Oct 2 15:58:55 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Spec file cleanup
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plexus-interpolation.spec ++++++
--- /var/tmp/diff_new_pack.UyhajN/_old 2024-10-02 21:36:26.498007728 +0200
+++ /var/tmp/diff_new_pack.UyhajN/_new 2024-10-02 21:36:26.502007894 +0200
@@ -28,7 +28,7 @@
Source1: %{name}-build.xml
BuildRequires: ant
BuildRequires: fdupes
-BuildRequires: javapackages-local
+BuildRequires: javapackages-local >= 6
BuildArch: noarch
%if %{with tests}
BuildRequires: ant-junit
@@ -50,14 +50,9 @@
%prep
%setup -q -n %{name}-%{name}-%{version}
cp %{SOURCE1} build.xml
-%pom_remove_plugin :maven-release-plugin
-
-%pom_remove_parent
-
-%pom_xpath_inject "pom:project" "<groupId>org.codehaus.plexus</groupId>"
%build
-%{ant} \
+ant \
%if %{without tests}
-Dtest.skip=true \
%endif
@@ -69,7 +64,7 @@
install -pm 0644 target/%{name}-%{version}.jar
%{buildroot}%{_javadir}/plexus/interpolation.jar
# pom
install -dm 0755 %{buildroot}%{_mavenpomdir}/plexus
-install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/plexus/interpolation.pom
+%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/plexus/interpolation.pom
%add_maven_depmap plexus/interpolation.pom plexus/interpolation.jar
# javadoc
install -dm 0755 %{buildroot}%{_javadocdir}/%{name}