From a773e7f68ad8e734a306930390da5981a12fd768 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:38:16 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- totem-pl-parser.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/totem-pl-parser.spec b/totem-pl-parser.spec index 1e51a5c..ce6e194 100644 --- a/totem-pl-parser.spec +++ b/totem-pl-parser.spec @@ -1,12 +1,12 @@ Name: totem-pl-parser Version: 3.26.5 -Release: 1 +Release: 2 Summary: Library fot Totem Playlist Parser License: LGPLv2+ URL: https://wiki.gnome.org/Apps/Videos Source0: https://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz -BuildRequires: git meson gtk-doc gettext glib2-devel libxslt +BuildRequires: meson gtk-doc gettext glib2-devel libxslt BuildRequires: gmime30-devel libxml2-devel libsoup-devel gobject-introspection-devel BuildRequires: libquvi-devel libarchive-devel libgcrypt-devel @@ -30,7 +30,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 %meson -Denable-gtk-doc=true @@ -65,6 +65,9 @@ The %{name}-help package contains doc files for %{name}. %{_datadir}/gtk-doc/html/%{name} %changelog +* Fri Jul 30 2021 chenyanpanHW - 3.26.5-2 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Thu Jan 28 2021 liudabo - 3.26.5-1 - upgrade version to 3.26.5 -- Gitee