public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/google-gson] epel10: Remove dependency on cobertura
@ 2026-08-17 12:38 Michael Simacek
0 siblings, 0 replies; only message in thread
From: Michael Simacek @ 2026-08-17 12:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/google-gson
Branch : epel10
Commit : 6855a63db202fa75e26e582a2044f6d0f6d48f5e
Author : Michael Simacek <msimacek@redhat.com>
Date : 2015-03-30T14:19:19+02:00
Stats : +11/-13 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/google-gson/c/6855a63db202fa75e26e582a2044f6d0f6d48f5e?branch=epel10
Log:
Remove dependency on cobertura
---
diff --git a/google-gson.spec b/google-gson.spec
index 15bf86f..fb8e75b 100644
--- a/google-gson.spec
+++ b/google-gson.spec
@@ -4,10 +4,9 @@
Name: google-%{short_name}
Version: 2.2.4
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Java lib for conversion of Java objects into JSON representation
License: ASL 2.0
-Group: Development/Libraries
URL: http://code.google.com/p/%{name}
# request for tarball: http://code.google.com/p/google-gson/issues/detail?id=283
# svn export http://google-gson.googlecode.com/svn/tags/gson-%{version} google-gson-%{version}
@@ -16,15 +15,13 @@ Source0: %{name}-%{version}.tar.xz
BuildArch: noarch
-BuildRequires: java-devel
-BuildRequires: jpackage-utils
-BuildRequires: maven-local
-BuildRequires: maven-surefire-provider-junit
-BuildRequires: maven-plugin-cobertura
-BuildRequires: maven-enforcer-plugin
-BuildRequires: maven-install-plugin
-
-Requires: jpackage-utils
+BuildRequires: maven-local
+BuildRequires: mvn(junit:junit)
+BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
+BuildRequires: mvn(org.apache.maven.plugins:maven-eclipse-plugin)
+BuildRequires: mvn(org.apache.maven.plugins:maven-release-plugin)
+BuildRequires: mvn(org.apache.maven.plugins:maven-source-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
@@ -34,8 +31,6 @@ pre-existing objects that you do not have source-code of.
%package javadoc
Summary: API documentation for %{name}
-Group: Documentation
-Requires: jpackage-utils
%description javadoc
This package contains the API documentation for %{name}.
@@ -60,6 +55,9 @@ sed -i 's/\r//g' LICENSE
%doc LICENSE
%changelog
+* Mon Mar 30 2015 Michael Simacek <msimacek@redhat.com> - 2.2.4-7
+- Remove dependency on cobertura
+
* Tue Jun 10 2014 Severin Gehwolf <sgehwolf@redhat.com> - 2.2.4-6
- Move to xmvn style packaging.
- Fix FTBFS. Resolves RHBZ#1106707.
^ 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 dependency on cobertura Michael Simacek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox