From 3ebee7c4d302e41041c3c91204cc3159b7f92ef5 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 25 Oct 2024 17:14:19 +0300 Subject: [PATCH] import mythes-eo-0.20180330-16.el10 --- .gitignore | 1 + .mythes-eo.metadata | 1 + SPECS/mythes-eo.spec | 107 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 109 insertions(+) create mode 100644 .gitignore create mode 100644 .mythes-eo.metadata create mode 100644 SPECS/mythes-eo.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..adf3d0c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/dict-eo.oxt diff --git a/.mythes-eo.metadata b/.mythes-eo.metadata new file mode 100644 index 0000000..7722ae8 --- /dev/null +++ b/.mythes-eo.metadata @@ -0,0 +1 @@ +9441a212a96cc59eb9005d2e41f7fd726eb3f652 SOURCES/dict-eo.oxt diff --git a/SPECS/mythes-eo.spec b/SPECS/mythes-eo.spec new file mode 100644 index 0000000..909b8af --- /dev/null +++ b/SPECS/mythes-eo.spec @@ -0,0 +1,107 @@ +%if 0%{?rhel} && 0%{?rhel} > 9 +%bcond_with mythes +%else +%bcond_without mythes +%endif + +Name: mythes-eo +Summary: Esperanto thesaurus +%global upstreamid 20180330 +Version: 0.%{upstreamid} +Release: 16%{?dist} +Source: http://esperanto.mv.ru/Download/dict-eo.oxt +URL: http://esperanto.mv.ru/Download/ +License: GPL-3.0-or-later +BuildArch: noarch + +%description +Esperanto thesaurus. + +%package -n hyphen-eo +Summary: Esperanto hyphen rules +Requires: hyphen +Supplements: (hyphen and langpacks-eo) + +%description -n hyphen-eo +Esperanto hyphenation rules. + +%prep +%autosetup -c + +%build + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen +cp -p dictionaries/hyph_eo.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/ + +%if %{with mythes} +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes +cp -p dictionaries/th_eo.dat $RPM_BUILD_ROOT/%{_datadir}/mythes/th_eo.dat +cp -p dictionaries/th_eo.idx $RPM_BUILD_ROOT/%{_datadir}/mythes/th_eo.idx +%endif + +%if %{with mythes} +%files +%doc description/desc_en.txt +%license licenses/license-en.txt +%{_datadir}/mythes/* +%endif + +%files -n hyphen-eo +%doc description/desc_en.txt +%license licenses/license-en.txt +%{_datadir}/hyphen/* + +%changelog +* Fri Oct 25 2024 MSVSphere Packaging Team - 0.20180330-16 +- Rebuilt for MSVSphere 10 + +* Tue Aug 13 2024 Parag Nemade - 0.20180330-16 +- Drop unwanted mythes-eo package + +* Mon Jun 24 2024 Troy Dawson - 0.20180330-15 +- Bump release for June 2024 mass rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 0.20180330-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 0.20180330-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Jul 20 2023 Fedora Release Engineering - 0.20180330-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Feb 23 2023 Caolán McNamara - 0.20180330-11 +- migrated to SPDX license + +* Thu Jan 19 2023 Fedora Release Engineering - 0.20180330-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 0.20180330-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jan 20 2022 Fedora Release Engineering - 0.20180330-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Jul 22 2021 Fedora Release Engineering - 0.20180330-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering - 0.20180330-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 0.20180330-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jan 29 2020 Fedora Release Engineering - 0.20180330-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 0.20180330-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Nov 23 2018 Carmen Bianca Bakker - 0.20180330-2 +- Renamed from super-eo to mythes-eo. +- Minor fixes according to package reviews. + +* Wed Oct 31 2018 Carmen Bianca Bakker - 0.20180330-1 +- Initial package +