From 76f36660efbb3cf0cd360a2366c477fd8003927e Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Sat, 31 Jul 2021 15:05:07 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- qgnomeplatform.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/qgnomeplatform.spec b/qgnomeplatform.spec index 28c5da6..780830f 100644 --- a/qgnomeplatform.spec +++ b/qgnomeplatform.spec @@ -1,12 +1,12 @@ Name: qgnomeplatform Version: 0.5 -Release: 8 +Release: 9 Summary: The module provides Qt Theme aimed to accommodate Gnome settings License: LGPLv2+ URL: https://github.com/MartinBriza/QGnomePlatform Source0: https://github.com/MartinBriza/QGnomePlatform/archive/%{version}/QGnomePlatform-%{version}.tar.gz BuildRequires: pkgconfig(gio-2.0) pkgconfig(udev) pkgconfig(xkbcommon) gtk3-devel libinput-devel -BuildRequires: libXrender-devel qt5-qtbase-devel qt5-qtbase-static qt5-qtbase-private-devel git +BuildRequires: libXrender-devel qt5-qtbase-devel qt5-qtbase-static qt5-qtbase-private-devel Requires: adwaita-qt5 %description @@ -15,7 +15,7 @@ GNOME settings.The utilize Qt applications without modify this them could use the them as well as possible. %prep -%autosetup -n QGnomePlatform-%{version} -p1 -S git +%autosetup -n QGnomePlatform-%{version} -p1 %build install -d %{_target_platform} @@ -32,6 +32,9 @@ cd - %{_qt5_libdir}/qt5/plugins/platformthemes/libqgnomeplatform.so %changelog +* Sat Jul 31 2021 chenyanpanHW - 0.5-9 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Mon May 31 2021 huanghaitao - 0.5-8 - Completing build dependencies to fix git commands missing error