commit e997bd5242b619729baf96b777aa9262543c629e Author: CentOS Sources Date: Thu Aug 1 16:57:42 2019 -0400 import mythes-pl-1.5-20.el8 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f722571 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/OOo2-Thesaurus-1.5.zip diff --git a/.mythes-pl.metadata b/.mythes-pl.metadata new file mode 100644 index 0000000..7e544c0 --- /dev/null +++ b/.mythes-pl.metadata @@ -0,0 +1 @@ +1677e7ed23c9eba7a0fd6cb657978413509ae1f4 SOURCES/OOo2-Thesaurus-1.5.zip diff --git a/SPECS/mythes-pl.spec b/SPECS/mythes-pl.spec new file mode 100644 index 0000000..97e0ec6 --- /dev/null +++ b/SPECS/mythes-pl.spec @@ -0,0 +1,104 @@ +Name: mythes-pl +Summary: Polish thesaurus +Version: 1.5 +Release: 20%{?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 +* 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