Sync from SUSE:SLFO:Main saxpath revision f4fba32a55e736d5d18edfeae6aeb87c

This commit is contained in:
Adrian Schröter 2025-02-25 19:39:40 +01:00
parent e8a7ac43b3
commit eb8c2f2e46
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 2 16:01:17 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Spec file cleanup
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 23 19:45:51 UTC 2023 - Fridrich Strba <fstrba@suse.com> Wed Aug 23 19:45:51 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package saxpath # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 Source1: https://repo1.maven.org/maven2/%{name}/%{name}/%{version}-FCS/%{name}-%{version}-FCS.pom
Source2: LICENSE Source2: LICENSE
BuildRequires: ant BuildRequires: ant
BuildRequires: javapackages-local BuildRequires: javapackages-local >= 6
Requires: jpackage-utils Requires: jpackage-utils
BuildArch: noarch BuildArch: noarch
@ -65,7 +65,7 @@ install -d -m 755 %{buildroot}/%{_javadir}
install -p -m 644 build/%{name}.jar %{buildroot}/%{_javadir}/ install -p -m 644 build/%{name}.jar %{buildroot}/%{_javadir}/
# pom # pom
install -d -m 755 %{buildroot}/%{_mavenpomdir} 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 %add_maven_depmap %{name}.pom %{name}.jar
# javadoc # javadoc
install -d -m 755 %{buildroot}/%{_javadocdir}/%{name} install -d -m 755 %{buildroot}/%{_javadocdir}/%{name}