public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/google-gson] epel10: remove unnecessary dependency on parent POM
@ 2026-08-17 12:38 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-08-17 12:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/google-gson
Branch : epel10
Commit : a5fd3afaf158d67c45686556dc183fc00504a8c6
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2019-11-22T21:23:31+01:00
Stats : +7/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/google-gson/c/a5fd3afaf158d67c45686556dc183fc00504a8c6?branch=epel10
Log:
remove unnecessary dependency on parent POM
---
diff --git a/google-gson.spec b/google-gson.spec
index 61ac218..c4f3fe6 100644
--- a/google-gson.spec
+++ b/google-gson.spec
@@ -1,6 +1,6 @@
Name: google-gson
Version: 2.8.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Java lib for conversion of Java objects into JSON representation
License: ASL 2.0
URL: https://github.com/google/gson
@@ -18,7 +18,6 @@ BuildArch: noarch
BuildRequires: maven-local
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
-BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
%description
Gson is a Java library that can be used to convert a Java object into its
@@ -38,6 +37,9 @@ This package contains the API documentation for %{name}.
%patch1 -p1
%patch2 -p1
+# remove unnecessary dependency on parent POM
+%pom_remove_parent
+
# presence of these files breaks builds with Java 8
find -name "module-info.java" -print -delete
@@ -70,6 +72,9 @@ find -name "module-info.java" -print -delete
%license LICENSE
%changelog
+* Thu Nov 21 2019 Fabio Valentini <decathorpe@gmail.com> - 2.8.6-2
+- Remove unnecessary dependency on parent POM.
+
* Fri Nov 01 2019 Fabio Valentini <decathorpe@gmail.com> - 2.8.6-1
- Update to version 2.8.6.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-17 12:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 12:38 [rpms/google-gson] epel10: remove unnecessary dependency on parent POM Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox