Resolves:RHEL-52302 - Add conditional for RHEL for using hunspell directory
Add tmt CI tests
This commit is contained in:
parent
c721217825
commit
6a89556eab
@ -1,12 +1,13 @@
|
|||||||
%if 0%{?fedora} > 35
|
%if 0%{?fedora} >= 36 || 0%{?rhel} > 9
|
||||||
%global dict_dirname hunspell
|
%global dict_dirname hunspell
|
||||||
%else
|
%else
|
||||||
%global dict_dirname myspell
|
%global dict_dirname myspell
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: hunspell-pa
|
Name: hunspell-pa
|
||||||
Summary: Punjabi hunspell dictionaries
|
Summary: Punjabi hunspell dictionaries
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 25%{?dist}
|
Release: 26%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Source: http://anishpatil.fedorapeople.org/pa_in.%{version}.tar.gz
|
Source: http://anishpatil.fedorapeople.org/pa_in.%{version}.tar.gz
|
||||||
URL: https://gitorious.org/hunspell_dictionaries/hunspell_dictionaries.git
|
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}/*
|
%{_datadir}/%{dict_dirname}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 03 2024 Parag Nemade <pnemade AT redhat DOT com> - 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 <tdawson@redhat.com> - 1:1.0.0-25
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1:1.0.0-25
|
||||||
- Bump release for June 2024 mass rebuild
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user