Compare commits

...

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

@ -1,22 +1,16 @@
%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: 34%{?dist} Release: 25%{?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-1.1-or-later AND GPL-1.0-or-later License: GFDL and GPL+
BuildArch: noarch BuildArch: noarch
Requires: hunspell-filesystem Requires: hunspell
Supplements: (hunspell and langpacks-ms) Supplements: (hunspell and langpacks-ms)
%description %description
@ -29,10 +23,10 @@ Malay hunspell dictionaries.
chmod -x * chmod -x *
%install %install
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
pushd $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/ pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
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
@ -42,43 +36,15 @@ done
%files %files
%doc README_ms_MY.txt %doc README_ms_MY.txt
%{_datadir}/%{dict_dirname}/* %{_datadir}/myspell/*
%changelog %changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.20050117-34 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.20050117-25
- Bump release for October 2024 mass rebuild: - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Resolves: RHEL-64018 Related: rhbz#1991688
* 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
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20050117-24 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.20050117-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* 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
@ -144,8 +110,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 Caolán McNamara <caolanm@redhat.com> - 0.20050117-2 * Fri Aug 03 2007 Caolan 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 Caolán McNamara <caolanm@redhat.com> - 0.20050117-1 * Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 0.20050117-1
- initial version - initial version

Loading…
Cancel
Save