From c90a1315ed025bbc7754db8b7374c8172bb41ad4 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:49:19 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- grilo-plugins.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/grilo-plugins.spec b/grilo-plugins.spec index 69c46ef..174f659 100644 --- a/grilo-plugins.spec +++ b/grilo-plugins.spec @@ -1,6 +1,6 @@ Name: grilo-plugins Version: 0.3.13 -Release: 1 +Release: 2 Summary: Plugins for the Grilo framework License: LGPLv2+ URL: https://gitlab.gnome.org/GNOME/grilo-plugins @@ -10,7 +10,7 @@ BuildRequires: gcc meson avahi-gobject-devel avahi-gobject glib2-devel grilo-de BuildRequires: gom-devel gperf intltool gnome-online-accounts-devel >= 3.17.91 gettext BuildRequires: libgcrypt-devel libxml2-devel itstool libarchive-devel libmediaart-devel BuildRequires: libsoup-devel lua-devel rest-devel sqlite-devel libgdata-devel -BuildRequires: totem-pl-parser-devel tracker3-devel libdmapsharing-devel json-glib-devel git cmake liboauth-devel +BuildRequires: totem-pl-parser-devel tracker3-devel libdmapsharing-devel json-glib-devel cmake liboauth-devel Requires: dleyna-server gnome-online-accounts%{_isa} >= 3.17.91 grilo%{_isa} >= 0.3.8 %description @@ -21,7 +21,7 @@ iTunes Music Sharing,Jamendo,Last.fm,Local metadata,Metadata Store,Pocket,Podcas Radio France,Shoutcast,The Guardian Videos,Tracker,Vimeo,Youtube %prep -%autosetup -n grilo-plugins-%{version} -p1 -S git +%autosetup -n grilo-plugins-%{version} -p1 %build %meson -Denable-static=no -Denable-shoutcast=no -Denable-bookmarks=yes \ @@ -48,6 +48,9 @@ Radio France,Shoutcast,The Guardian Videos,Tracker,Vimeo,Youtube %exclude %{_bindir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.3.13-2 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Thu Jun 17 2021 weijin deng - 0.3.13-1 - Upgrade to 0.3.13 - Change meson configurations -- Gitee