From 2844bf20849db89b4297bfdb78efd768a8140c32 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 18 2021 09:47:52 +0000 Subject: import hyphen-pl-0.20060726-17.module+el8.4.0+10375+644ee9c3 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..84bc47f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hyph_pl_PL.zip diff --git a/.hyphen-pl.metadata b/.hyphen-pl.metadata new file mode 100644 index 0000000..8e0c731 --- /dev/null +++ b/.hyphen-pl.metadata @@ -0,0 +1 @@ +bea6ff4c81a6bfaa950fee8a309db50857f17f79 SOURCES/hyph_pl_PL.zip diff --git a/SPECS/hyphen-pl.spec b/SPECS/hyphen-pl.spec new file mode 100644 index 0000000..e8d4c53 --- /dev/null +++ b/SPECS/hyphen-pl.spec @@ -0,0 +1,91 @@ +Name: hyphen-pl +Summary: Polish hyphenation rules +%global upstreamid 20060726 +Version: 0.%{upstreamid} +Release: 17%{?dist} +Source: http://download.services.openoffice.org/contrib/dictionaries/hyph_pl_PL.zip +URL: http://wiki.services.openoffice.org/wiki/Dictionaries +License: LGPLv2+ +BuildArch: noarch +Requires: hyphen +Supplements: (hyphen and langpacks-pl) + +%description +Polish hyphenation rules. + +%prep +%autosetup -c -n hyphen-pl + +%build +for i in README_hyph_pl_PL.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}/hyphen +cp -p hyph_pl_PL.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen + + +%files +%doc README_hyph_pl_PL.txt +%{_datadir}/hyphen/* + +%changelog +* Sun Jul 01 2018 Parag Nemade - 0.20060726-17 +- Update the Source URL + +* Wed Feb 07 2018 Fedora Release Engineering - 0.20060726-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.20060726-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.20060726-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 0.20060726-13 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Thu Feb 04 2016 Fedora Release Engineering - 0.20060726-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.20060726-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.20060726-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 0.20060726-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.20060726-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20060726-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20060726-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20060726-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20060726-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 11 2009 Caolan McNamara - 0.20060726-3 +- tidy spec + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20060726-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Nov 23 2007 Caolan McNamara - 0.20060726-1 +- initial version