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

This commit is contained in:
chenyanpanHW 2021-07-30 22:34:55 +08:00
parent 3498c8c85b
commit adc7211edc
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,13 +1,13 @@
Name: dbus-glib Name: dbus-glib
Version: 0.110 Version: 0.110
Release: 5 Release: 6
Summary: GLib bindings for DBUS Summary: GLib bindings for DBUS
License: AFL and GPLv2+ License: AFL and GPLv2+
URL: http://www.freedesktop.org/software/dbus/ URL: http://www.freedesktop.org/software/dbus/
Source0: https://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz Source0: https://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz
Patch6000: 0001-Fix-double-free-for-data.channel.patch Patch6000: 0001-Fix-double-free-for-data.channel.patch
BuildRequires: gcc git gettext chrpath BuildRequires: gcc gettext chrpath
BuildRequires: pkgconfig(dbus-1) >= 1.8 pkgconfig(glib-2.0) >= 2.40.0 expat-devel >= 1.95.5 BuildRequires: pkgconfig(dbus-1) >= 1.8 pkgconfig(glib-2.0) >= 2.40.0 expat-devel >= 1.95.5
%description %description
@ -30,7 +30,7 @@ Requires: man
The %{name}-help package contains doc files for %{name}. The %{name}-help package contains doc files for %{name}.
%prep %prep
%autosetup -n %{name}-%{version} -p1 -S git %autosetup -n %{name}-%{version} -p1
%build %build
%configure --enable-tests --enable-asserts --disable-gtk-doc --disable-static %configure --enable-tests --enable-asserts --disable-gtk-doc --disable-static
@ -74,6 +74,9 @@ make check
%{_datadir}/gtk-doc/html/%{name} %{_datadir}/gtk-doc/html/%{name}
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.110-6
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Mon Sep 30 2019 luhuaxin <luhuaxin@huawei.com> - 0.110-5 * Mon Sep 30 2019 luhuaxin <luhuaxin@huawei.com> - 0.110-5
- Type: enhancement - Type: enhancement
- ID: NA - ID: NA