From 38babacf6a94f0348e32cd82104660b77d617a43 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Sat, 31 Jul 2021 15:25:32 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- hunspell-ku.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hunspell-ku.spec b/hunspell-ku.spec index 4d92d4a..ae93971 100644 --- a/hunspell-ku.spec +++ b/hunspell-ku.spec @@ -1,12 +1,11 @@ Name: hunspell-ku Summary: Kurdish hunspell dictionaries for hunspell used in OpenOffice Version: 0.21 -Release: 21 +Release: 22 Source0: http://downloads.sourceforge.net/myspellkurdish/ku_TR-021.zip URL: https://sourceforge.net/projects/myspellkurdish/ License: GPLv3 or LGPLv3 or MPLv1.1 BuildArch: noarch -BuildRequires: git Requires: hunspell Supplements: (hunspell and langpacks-ku) @@ -14,7 +13,7 @@ Supplements: (hunspell and langpacks-ku) Kurdish hunspell dictionaries for hunspell used in OpenOffice. %prep -%autosetup -n ku_TR -p1 -S git +%autosetup -n ku_TR -p1 %build if ! iconv -f utf-8 -t utf-8 -o /dev/null README_ku_TR.txt > /dev/null 2>&1; then @@ -37,6 +36,9 @@ cd - %{_datadir}/myspell/* %changelog +* Sat Jul 31 2021 chenyanpanHW - 0.21-22 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Mon Jun 7 2021 baizhonggui - 0.21-21 - Fix building error: /usr/bin/git: No such file or directory - Add git in BuildRequires