From 06fb8b2713ef63e48241350a930c86eb94f5c179 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 26 Nov 2024 16:34:16 +0300 Subject: [PATCH] import hunspell-tr-1.1.0-8.el10 --- .gitignore | 1 + .hunspell-tr.metadata | 1 + SPECS/hunspell-tr.spec | 65 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 .gitignore create mode 100644 .hunspell-tr.metadata create mode 100644 SPECS/hunspell-tr.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c96cca7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hunspell-tr-v1.1.0.tar.gz diff --git a/.hunspell-tr.metadata b/.hunspell-tr.metadata new file mode 100644 index 0000000..fe37988 --- /dev/null +++ b/.hunspell-tr.metadata @@ -0,0 +1 @@ +6cdff41a081d488c3d49774f84d27595278042b1 SOURCES/hunspell-tr-v1.1.0.tar.gz diff --git a/SPECS/hunspell-tr.spec b/SPECS/hunspell-tr.spec new file mode 100644 index 0000000..ad00dc8 --- /dev/null +++ b/SPECS/hunspell-tr.spec @@ -0,0 +1,65 @@ +%if 0%{?fedora} >= 36 || 0%{?rhel} > 9 +%global dict_dirname hunspell +%else +%global dict_dirname myspell +%endif + +Name: hunspell-tr +Summary: Turkish hunspell dictionaries +Version: 1.1.0 +License: MIT +Release: 8%{?dist} + +URL: https://github.com/tdd-ai/hunspell-tr +Source: https://github.com/tdd-ai/hunspell-tr/archive/v%{version}/%{name}-v%{version}.tar.gz + + +BuildArch: noarch + +Requires: hunspell-filesystem +Supplements: (hunspell and langpacks-tr) + +%description +Turkish hunspell dictionaries. + +%prep +%autosetup -p1 +rm trspell10.csv + +%build +# nothing to see here + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} +cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} + + +%files +%doc README.md +%license LICENSE +%{_datadir}/%{dict_dirname}/* + +%changelog +* Mon Jun 24 2024 Troy Dawson - 1.1.0-8 +- Bump release for June 2024 mass rebuild + +* Wed Jan 24 2024 Fedora Release Engineering - 1.1.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jan 20 2024 Fedora Release Engineering - 1.1.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Jul 20 2023 Fedora Release Engineering - 1.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Fri Feb 24 2023 Caolán McNamara - 1.1.0-4 +- migrated to SPDX license + +* Thu Jan 19 2023 Fedora Release Engineering - 1.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Jul 21 2022 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Apr 14 2022 Onuralp Sezer - 1.1.0-1 +- Initial Package fixes (rhbz#2075521 , rhbz#1830582)