From eb8c2f2e465af011bade55714274cdc27790d42e6082903ea7eedad836c562d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 25 Feb 2025 19:39:40 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main saxpath revision f4fba32a55e736d5d18edfeae6aeb87c --- saxpath.changes | 5 +++++ saxpath.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/saxpath.changes b/saxpath.changes index c6e4541..2f376b0 100644 --- a/saxpath.changes +++ b/saxpath.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 2 16:01:17 UTC 2024 - Fridrich Strba + +- Spec file cleanup + ------------------------------------------------------------------- Wed Aug 23 19:45:51 UTC 2023 - Fridrich Strba diff --git a/saxpath.spec b/saxpath.spec index c4d4551..5b6b12f 100644 --- a/saxpath.spec +++ b/saxpath.spec @@ -1,7 +1,7 @@ # # spec file for package saxpath # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar. Source1: https://repo1.maven.org/maven2/%{name}/%{name}/%{version}-FCS/%{name}-%{version}-FCS.pom Source2: LICENSE BuildRequires: ant -BuildRequires: javapackages-local +BuildRequires: javapackages-local >= 6 Requires: jpackage-utils BuildArch: noarch @@ -65,7 +65,7 @@ install -d -m 755 %{buildroot}/%{_javadir} install -p -m 644 build/%{name}.jar %{buildroot}/%{_javadir}/ # pom install -d -m 755 %{buildroot}/%{_mavenpomdir} -install -p -m 644 %{SOURCE1} %{buildroot}/%{_mavenpomdir}/%{name}.pom +%{mvn_install_pom} %{SOURCE1} %{buildroot}/%{_mavenpomdir}/%{name}.pom %add_maven_depmap %{name}.pom %{name}.jar # javadoc install -d -m 755 %{buildroot}/%{_javadocdir}/%{name}