add BuildRequires git

This commit is contained in:
linz 2021-05-25 12:15:56 +08:00
parent 69f21e6a70
commit 8beb25092d

View File

@ -1,6 +1,6 @@
Name: gcab
Version: 1.1
Release: 4
Release: 5
Summary: A GObject library to create cabinet files
License: LGPLv2+
URL: http://ftp.gnome.org/pub/GNOME/sources/gcab
@ -10,6 +10,7 @@ Patch1: 0001-gcab-Fix-regression-from-commit-a15d91073fd5d6be25.patch
BuildRequires: meson zlib-devel gobject-introspection-devel glib2-devel
BuildRequires: gettext gtk-doc vala
BuildRequires: git
Obsoletes: libgcab1 < %{version}-%{release}
Provides: libgcab1 = %{version}-%{release}
@ -66,5 +67,8 @@ This package contains the development files for %{name}.
%{_mandir}/man1/gcab.1*
%changelog
* Tue May 18 2021 lin.zhang <lin.zhang@turbolinux.com.cn> - 1.1-5
- add BuildRequires git
* Mon Nov 25 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1-4
- Package init