From 8d3cf159dec0222c0aafa86647ebc0e959560387 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:51:22 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- hunspell-ky.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hunspell-ky.spec b/hunspell-ky.spec index b2e0ec2..498b606 100644 --- a/hunspell-ky.spec +++ b/hunspell-ky.spec @@ -1,12 +1,12 @@ Name: hunspell-ky Summary: Kirghiz hunspell dictionaries for hunspell used of OpenOffice Version: 0.20090415 -Release: 18 +Release: 19 Source: http://ftp.gnu.org/gnu/aspell/dict/ky/aspell6-ky-0.01-0.tar.bz2 URL: https://aur.archlinux.org/packages/aspell6-ky/ License: GPLv2+ BuildArch: noarch -BuildRequires: aspell, hunspell-devel, git +BuildRequires: aspell, hunspell-devel, Requires: hunspell Supplements: (hunspell and langpacks-ky) @@ -14,7 +14,7 @@ Supplements: (hunspell and langpacks-ky) Kirghiz hunspell dictionaries for hunspell used of OpenOffice. %prep -%autosetup -n aspell6-ky-0.01-0 -p1 -S git +%autosetup -n aspell6-ky-0.01-0 -p1 %build export LANG=ky_KG.utf8 @@ -32,6 +32,9 @@ install -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell %{_datadir}/myspell/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.20090415-19 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Thu Jun 01 2021 wulei - 0.20090415-18 - fixes failed: git no such file or directory -- Gitee