!7 geocode-glib delete -S git from %autosetup, and delete BuildRequires git

From: @chenyanpanHW
Reviewed-by: @yanan-rock
Signed-off-by: @yanan-rock
This commit is contained in:
openeuler-ci-bot 2021-08-03 07:41:26 +00:00 committed by Gitee
commit 835b3bc47a

View File

@ -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 <chenyanpan@huawei.com> - 3.26.2-3
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Thu Jul 20 2021 liuyumeng <liuyumeng5@huawei.com> - 3.26.2-2
- delete gdb in buildrequires