diff --git a/libquvi.spec b/libquvi.spec index 21257e3..12708ae 100644 --- a/libquvi.spec +++ b/libquvi.spec @@ -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 - 0.9.4-19 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Fri Jul 23 2021 shangyibin - 0.9.4-18 - delete gdb build dependency