From 6a89556eabb280137adcc840c9bc69d555dcfe6d Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Tue, 30 Jul 2024 21:39:15 +0530 Subject: [PATCH] Resolves:RHEL-52302 - Add conditional for RHEL for using hunspell directory Add tmt CI tests --- hunspell-pa.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hunspell-pa.spec b/hunspell-pa.spec index 7c293f9..65b0f73 100644 --- a/hunspell-pa.spec +++ b/hunspell-pa.spec @@ -1,12 +1,13 @@ -%if 0%{?fedora} > 35 +%if 0%{?fedora} >= 36 || 0%{?rhel} > 9 %global dict_dirname hunspell %else %global dict_dirname myspell %endif + Name: hunspell-pa Summary: Punjabi hunspell dictionaries Version: 1.0.0 -Release: 25%{?dist} +Release: 26%{?dist} Epoch: 1 Source: http://anishpatil.fedorapeople.org/pa_in.%{version}.tar.gz URL: https://gitorious.org/hunspell_dictionaries/hunspell_dictionaries.git @@ -36,6 +37,10 @@ cp -p pa_IN/*.dic pa_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} %{_datadir}/%{dict_dirname}/* %changelog +* Sat Aug 03 2024 Parag Nemade - 1:1.0.0-26 +- Resolves:RHEL-52302 - Add conditional for RHEL for using hunspell directory +- Add tmt CI tests + * Mon Jun 24 2024 Troy Dawson - 1:1.0.0-25 - Bump release for June 2024 mass rebuild