From 7b253a6e65e98f68f837addeaf5839131e91a880 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 02 2021 21:23:20 +0000 Subject: import mythes-eo-0.20180330-8.el9 --- 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..403d56b --- /dev/null +++ b/SPECS/mythes-eo.spec @@ -0,0 +1,71 @@ +Name: mythes-eo +Summary: Esperanto thesaurus +%global upstreamid 20180330 +Version: 0.%{upstreamid} +Release: 8%{?dist} +Source: http://esperanto.mv.ru/Download/dict-eo.oxt +URL: http://esperanto.mv.ru/Download/ +License: GPLv3+ +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/ + +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 + +%files +%doc description/desc_en.txt +%license licenses/license-en.txt +%{_datadir}/mythes/* + +%files -n hyphen-eo +%doc description/desc_en.txt +%license licenses/license-en.txt +%{_datadir}/hyphen/* + +%changelog +* Mon Aug 09 2021 Mohan Boddu - 0.20180330-8 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 0.20180330-7 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* 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 +