17
0

7 Commits

Author SHA256 Message Date
8d2173c552 Merge branch 'factory' into 161_branch_20260205 2026-02-05 19:21:37 +08:00
9be3d90825 Accepting request 1290179 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1290179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/s2-geometry-library-java?expand=0&rev=3
2025-07-06 15:06:50 +00:00
fdc975d329 OBS-URL: https://build.opensuse.org/package/show/Java:packages/s2-geometry-library-java?expand=0&rev=5 2025-07-03 09:59:30 +00:00
eca6e42c50 Accepting request 1273823 from Java:packages
Explicite jsr305 requirement

OBS-URL: https://build.opensuse.org/request/show/1273823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/s2-geometry-library-java?expand=0&rev=2
2025-05-01 13:23:44 +00:00
c3bbc7661e OBS-URL: https://build.opensuse.org/package/show/Java:packages/s2-geometry-library-java?expand=0&rev=3 2025-05-01 07:51:48 +00:00
c9626eed71 Accepting request 1218934 from Java:packages
new package

OBS-URL: https://build.opensuse.org/request/show/1218934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/s2-geometry-library-java?expand=0&rev=1
2024-10-29 13:36:11 +00:00
6928f16981 Accepting request 1159824 from home:urbic:java
Submitting a new package

OBS-URL: https://build.opensuse.org/request/show/1159824
OBS-URL: https://build.opensuse.org/package/show/Java:packages/s2-geometry-library-java?expand=0&rev=1
2024-03-21 08:36:11 +00:00
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jul 3 09:57:47 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Specify the right version in pom file
-------------------------------------------------------------------
Thu May 1 07:51:04 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Explicitely declare jsr305 build requirement
-------------------------------------------------------------------
Fri Nov 3 23:15:46 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package s2-geometry-library-java
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@ URL: http://s2geometry.io/
Source0: https://github.com/google/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: maven-local
BuildRequires: mvn(com.google.code.findbugs:jsr305)
BuildRequires: mvn(com.google.errorprone:error_prone_annotations)
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
BuildArch: noarch
@@ -46,6 +47,8 @@ API documentation for %{name}.
%prep
%setup -q
%pom_xpath_set pom:project/pom:version %{version}
%pom_remove_plugin org.sonatype.plugins:nexus-staging-maven-plugin
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :maven-javadoc-plugin