Compare commits

...

No commits in common. 'c9' and 'cs10' have entirely different histories.
c9 ... cs10

@ -1,16 +1,22 @@
%if 0%{?fedora} >= 36 || 0%{?rhel} > 9
%global dict_dirname hunspell
%else
%global dict_dirname myspell
%endif
Name: hunspell-ms Name: hunspell-ms
Summary: Malay hunspell dictionaries Summary: Malay hunspell dictionaries
%global upstreamid 20050117 %global upstreamid 20050117
Version: 0.%{upstreamid} Version: 0.%{upstreamid}
Release: 25%{?dist} Release: 34%{?dist}
Source: http://download.services.openoffice.org/contrib/dictionaries/ms_MY.zip Source: http://download.services.openoffice.org/contrib/dictionaries/ms_MY.zip
URL: https://wiki.openoffice.org/wiki/Dictionaries URL: https://wiki.openoffice.org/wiki/Dictionaries
# affix file is under GPL+ # affix file is under GPL+
# rest package under GFDL # rest package under GFDL
License: GFDL and GPL+ License: GFDL-1.1-or-later AND GPL-1.0-or-later
BuildArch: noarch BuildArch: noarch
Requires: hunspell Requires: hunspell-filesystem
Supplements: (hunspell and langpacks-ms) Supplements: (hunspell and langpacks-ms)
%description %description
@ -23,10 +29,10 @@ Malay hunspell dictionaries.
chmod -x * chmod -x *
%install %install
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ pushd $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/
ms_MY_aliases="ms_BN" ms_MY_aliases="ms_BN"
for lang in $ms_MY_aliases; do for lang in $ms_MY_aliases; do
ln -s ms_MY.aff $lang.aff ln -s ms_MY.aff $lang.aff
@ -36,15 +42,43 @@ done
%files %files
%doc README_ms_MY.txt %doc README_ms_MY.txt
%{_datadir}/myspell/* %{_datadir}/%{dict_dirname}/*
%changelog %changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.20050117-25 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.20050117-34
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Bump release for October 2024 mass rebuild:
Related: rhbz#1991688 Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.20050117-33
- Bump release for June 2024 mass rebuild
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.20050117-32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.20050117-31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.20050117-30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Feb 22 2023 Caolán McNamara <caolanm@redhat.com> - 0.20050117-29
- migrated to SPDX license
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.20050117-28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20050117-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Mar 22 2022 Parag Nemade <pnemade AT redhat DOT com> - 0.20050117-26
- Add conditional for new hunspell dir path and update to Requires:
hunspell-filesystem
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20050117-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.20050117-24 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20050117-24
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20050117-23 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20050117-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
@ -110,8 +144,8 @@ done
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050117-3 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050117-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Fri Aug 03 2007 Caolan McNamara <caolanm@redhat.com> - 0.20050117-2 * Fri Aug 03 2007 Caolán McNamara <caolanm@redhat.com> - 0.20050117-2
- clarify license, the .aff apparently is GPL+ while the wordlist is GFDL - clarify license, the .aff apparently is GPL+ while the wordlist is GFDL
* Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 0.20050117-1 * Thu Dec 07 2006 Caolán McNamara <caolanm@redhat.com> - 0.20050117-1
- initial version - initial version

Loading…
Cancel
Save