|
|
|
@ -1,21 +1,15 @@
|
|
|
|
|
%if 0%{?fedora} >= 36 || 0%{?rhel} > 9
|
|
|
|
|
%global dict_dirname hunspell
|
|
|
|
|
%else
|
|
|
|
|
%global dict_dirname myspell
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: hunspell-lt
|
|
|
|
|
Summary: Lithuanian hunspell dictionaries
|
|
|
|
|
Version: 1.2.1
|
|
|
|
|
Release: 35%{?dist}
|
|
|
|
|
Release: 26%{?dist}
|
|
|
|
|
## Note that upstream is dead and there is no download link available
|
|
|
|
|
## so please don't report FTBFS bugs for this package.
|
|
|
|
|
Source: ftp://ftp.akl.lt/ispell-lt/lt_LT-%{version}.zip
|
|
|
|
|
URL: ftp://ftp.akl.lt/ispell-lt/
|
|
|
|
|
License: BSD-3-Clause
|
|
|
|
|
License: BSD
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
Requires: hunspell-filesystem
|
|
|
|
|
Requires: hunspell
|
|
|
|
|
Supplements: (hunspell and langpacks-lt)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -33,52 +27,21 @@ for i in INSTRUKCIJOS.txt; do
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}
|
|
|
|
|
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
|
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc README.EN INSTRUKCIJOS.txt
|
|
|
|
|
%{_datadir}/%{dict_dirname}/*
|
|
|
|
|
%{_datadir}/myspell/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.2.1-35
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.2.1-34
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.2.1-34
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-33
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-32
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-31
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Feb 22 2023 Caolán McNamara <caolanm@redhat.com> - 1.2.1-30
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-29
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-28
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Mar 22 2022 Parag Nemade <pnemade AT redhat DOT com> - 1.2.1-27
|
|
|
|
|
- Add conditional for new hunspell dir path and update to Requires:
|
|
|
|
|
hunspell-filesystem
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-26
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.1-26
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-25
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.1-25
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-24
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
@ -141,23 +104,23 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}
|
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 11 2009 Caolán McNamara <caolanm@redhat.com> - 1.2.1-4
|
|
|
|
|
* Sat Jul 11 2009 Caolan McNamara <caolanm@redhat.com> - 1.2.1-4
|
|
|
|
|
- clean spec
|
|
|
|
|
|
|
|
|
|
* Fri Jul 10 2009 Caolán McNamara <caolanm@redhat.com> - 1.2.1-3
|
|
|
|
|
* Fri Jul 10 2009 Caolan McNamara <caolanm@redhat.com> - 1.2.1-3
|
|
|
|
|
- clean spec
|
|
|
|
|
|
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Feb 20 2008 Caolán McNamara <caolanm@redhat.com> - 1.2.1-1
|
|
|
|
|
* Wed Feb 20 2008 Caolan McNamara <caolanm@redhat.com> - 1.2.1-1
|
|
|
|
|
- latest version
|
|
|
|
|
|
|
|
|
|
* Sat Feb 16 2008 Caolán McNamara <caolanm@redhat.com> - 1.2-1
|
|
|
|
|
* Sat Feb 16 2008 Caolan McNamara <caolanm@redhat.com> - 1.2-1
|
|
|
|
|
- next version
|
|
|
|
|
|
|
|
|
|
* Tue Jun 05 2007 Caolán McNamara <caolanm@redhat.com> - 1.1-1.20070510cvs
|
|
|
|
|
* Tue Jun 05 2007 Caolan McNamara <caolanm@redhat.com> - 1.1-1.20070510cvs
|
|
|
|
|
- next version
|
|
|
|
|
|
|
|
|
|
* Thu Dec 07 2006 Caolán McNamara <caolanm@redhat.com> - 1.1-1.20061127cvs
|
|
|
|
|
* Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 1.1-1.20061127cvs
|
|
|
|
|
- initial version
|
|
|
|
|