delete -S git from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 22:39:03 +08:00
parent 3143cd176e
commit 025600a28d
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

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