From 025600a28dd6c13e43949bd9f29d9e9e899ebd42 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:39:03 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- geocode-glib.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/geocode-glib.spec b/geocode-glib.spec index 1b577a6..6f331fe 100644 --- a/geocode-glib.spec +++ b/geocode-glib.spec @@ -1,13 +1,13 @@ Name: geocode-glib Version: 3.26.2 -Release: 2 +Release: 3 Summary: %{name} is helpful for geocoding License: LGPLv2+ URL: http://www.gnome.org/ Source0: http://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz BuildRequires: gettext gtk-doc glib2-devel gobject-introspection-devel -BuildRequires: json-glib-devel libsoup-devel libxslt git meson +BuildRequires: json-glib-devel libsoup-devel libxslt meson Requires: json-glib %description @@ -25,7 +25,7 @@ This package contains development files needed to develop with the %{name} libra %package_help %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 %build %meson -Denable-installed-tests=false @@ -57,6 +57,9 @@ This package contains development files needed to develop with the %{name} libra %doc README NEWS %changelog +* Fri Jul 30 2021 chenyanpanHW - 3.26.2-3 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Thu Jul 20 2021 liuyumeng - 3.26.2-2 - delete gdb in buildrequires