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

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

View File

@ -2,13 +2,13 @@
name: libquvi-scripts
Version: 0.9.20131130
Release: 17
Release: 18
Summary: Lua scripts for parsing the media properties
License: AGPLv3+
URL: http://quvi.sourceforge.net
Source0: https://netix.dl.sourceforge.net/project/quvi/0.9/%{name}/%{name}-%{version}.tar.xz
BuildRequires: gcc git asciidoc
BuildRequires: gcc asciidoc
Requires: lua-expat lua-socket lua-json
%description
@ -24,7 +24,7 @@ Requires: man
The %{name}-help package contains doc files for %{name}.
%prep
%autosetup -n %{name}-%{version} -p1 -S git
%autosetup -n %{name}-%{version} -p1
%build
%configure --with-nsfw
@ -51,6 +51,9 @@ The %{name}-help package contains doc files for %{name}.
%{_mandir}/*/*
%changelog
* Mon Aug 02 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.9.20131130-18
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Fri Jul 23 2021 shangyibin<shangyibin1@huawei.com> - 0.9.20131130-17
- Type:bugfix
- ID: NA