From bc20f38e879905058c211f0b14e384166d40d772 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 15 Feb 2023 14:10:29 +0800 Subject: [PATCH] fix build with rpm 4.18.0 (cherry picked from commit ef177d5d353fb977971c555814da5d176bf78608) --- hunspell-sl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hunspell-sl.spec b/hunspell-sl.spec index abd701e..0e06749 100644 --- a/hunspell-sl.spec +++ b/hunspell-sl.spec @@ -1,6 +1,6 @@ Name: hunspell-sl Version: 0.20120104 -Release: 1 +Release: 2 Summary: Hunspell dictionaries for Slovenian License: GPL+ or LGPLv2+ URL: https://extensions.libreoffice.org @@ -15,7 +15,7 @@ Hunspell dictionaries for Slovenian. %autosetup -c -n hunspell-sl %build -chmod -x * +chmod -x *.txt *.xcu *.dic *.aff *.dat *.idx %install mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell @@ -26,5 +26,8 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell %{_datadir}/myspell/* %changelog +* Wed Feb 15 2023 wulei - 0.20120104-2 +- fix build with rpm 4.18.0 + * Wed Apr 22 2020 huanghaitao - 0.20120104-1 - package init