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

This commit is contained in:
chenyanpanHW 2021-08-02 10:14:58 +08:00
parent b0f111ee26
commit 94d2e45116
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,11 +1,11 @@
Name: libquvi
Version: 0.9.4
Release: 18
Release: 19
Summary: A cross-platform library for parsing flash media stream
License: AGPLv3+
URL: http://quvi.sourceforge.net
Source0: https://master.dl.sourceforge.net/project/quvi/0.9/%{name}/%{name}-%{version}.tar.xz
BuildRequires: gcc git asciidoc lua-devel libproxy-devel
BuildRequires: gcc asciidoc lua-devel libproxy-devel
BuildRequires: libcurl-devel glib2-devel libquvi-scripts libgcrypt-devel
Requires: libquvi-scripts
@ -31,7 +31,7 @@ Buildarch: noarch
The %{name}-help package contains doc files for %{name}.
%prep
%autosetup -n %{name}-%{version} -p1 -S git
%autosetup -n %{name}-%{version} -p1
%build
%configure --disable-rpath --enable-static
@ -68,6 +68,9 @@ rm -f %{buildroot}/%{_libdir}/%{name}-0.9.la
%{_mandir}/man7/quvi-object.7.gz
%changelog
* Mon Aug 02 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.9.4-19
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Fri Jul 23 2021 shangyibin <shangyibin1@huawei.com> - 0.9.4-18
- delete gdb build dependency