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 name: libquvi-scripts
Version: 0.9.20131130 Version: 0.9.20131130
Release: 17 Release: 18
Summary: Lua scripts for parsing the media properties Summary: Lua scripts for parsing the media properties
License: AGPLv3+ License: AGPLv3+
URL: http://quvi.sourceforge.net URL: http://quvi.sourceforge.net
Source0: https://netix.dl.sourceforge.net/project/quvi/0.9/%{name}/%{name}-%{version}.tar.xz 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 Requires: lua-expat lua-socket lua-json
%description %description
@ -24,7 +24,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 --with-nsfw %configure --with-nsfw
@ -51,6 +51,9 @@ The %{name}-help package contains doc files for %{name}.
%{_mandir}/*/* %{_mandir}/*/*
%changelog %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 * Fri Jul 23 2021 shangyibin<shangyibin1@huawei.com> - 0.9.20131130-17
- Type:bugfix - Type:bugfix
- ID: NA - ID: NA