From 5ca2b444935de9709c8719f8863bb51e533cca28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 20:47:11 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/mythes-pl#1e58fb64a0695f2ecb5dbcf1705b654a6e0b3d89 --- .gitignore | 1 + mythes-pl.spec | 119 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 121 insertions(+) create mode 100644 mythes-pl.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..190c8a8 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +OOo2-Thesaurus-1.5.zip diff --git a/mythes-pl.spec b/mythes-pl.spec new file mode 100644 index 0000000..abcbe43 --- /dev/null +++ b/mythes-pl.spec @@ -0,0 +1,119 @@ +Name: mythes-pl +Summary: Polish thesaurus +Version: 1.5 +Release: 25%{?dist} +Source: httip://downloads.sourceforge.net/synonimy/OOo2-Thesaurus-%{version}.zip +# URL is dead now, please don't file bugs to fix it +URL: http://synonimy.ux.pl/ +License: LGPLv2 +BuildArch: noarch +Requires: mythes +Supplements: (mythes and langpacks-pl) + +%description +Polish thesaurus. + +%prep +%autosetup -c + +%build +for i in README_th_pl_PL_v2.txt; do + if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then + iconv -f ISO-8859-2 -t UTF-8 $i > $i.new + touch -r $i $i.new + mv -f $i.new $i + fi + tr -d '\r' < $i > $i.new + touch -r $i $i.new + mv -f $i.new $i +done + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes +cp -p th_pl_PL_v2.* $RPM_BUILD_ROOT/%{_datadir}/mythes + + +%files +%doc README_th_pl_PL_v2.txt +%{_datadir}/mythes/* + +%changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1.5-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jan 29 2020 Fedora Release Engineering - 1.5-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 1.5-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 1.5-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.5-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sun Jul 01 2018 Parag Nemade - 1.5-20 +- Remove unneeded BuildRequires: + +* Mon Mar 19 2018 Iryna Shcherbina - 1.5-19 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Thu Feb 08 2018 Fedora Release Engineering - 1.5-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.5-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 1.5-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 1.5-15 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Thu Feb 04 2016 Fedora Release Engineering - 1.5-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1.5-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1.5-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 1.5-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 1.5-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Nov 06 2012 Caolán McNamara - 1.5-9 +- clarify license + +* Fri Jul 20 2012 Fedora Release Engineering - 1.5-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 1.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sun Apr 04 2010 Caolán McNamara - 1.5-5 +- mythes now owns /usr/share/mythes + +* Sat Jul 25 2009 Fedora Release Engineering - 1.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Jul 10 2009 Caolán McNamara - 1.5-3 +- clean spec + +* Wed Feb 25 2009 Fedora Release Engineering - 1.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue May 13 2008 Caolán McNamara - 1.5-1 +- latest version + +* Wed Nov 28 2007 Caolán McNamara - 1.4-1 +- initial version diff --git a/sources b/sources new file mode 100644 index 0000000..2707949 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +c5ff330768241baf2d61f15fbb9be1b9 OOo2-Thesaurus-1.5.zip