commit 40f39e85b1fe13d191f6c1c2e6a257aa90ce892b Author: CentOS Sources Date: Tue May 7 09:29:31 2019 -0400 import hyphen-is-0.20030920-19.el8 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..15d7be7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hyph_is_IS.zip diff --git a/.hyphen-is.metadata b/.hyphen-is.metadata new file mode 100644 index 0000000..69bb4d0 --- /dev/null +++ b/.hyphen-is.metadata @@ -0,0 +1 @@ +53c31ae8d0e414c4faa58dbe9f9c432784c4f5c5 SOURCES/hyph_is_IS.zip diff --git a/SOURCES/hyphen-is-lppl-license-fix.patch b/SOURCES/hyphen-is-lppl-license-fix.patch new file mode 100644 index 0000000..5f0ae11 --- /dev/null +++ b/SOURCES/hyphen-is-lppl-license-fix.patch @@ -0,0 +1,24 @@ +diff -up hyphen-is-0.20030920/README_hyph_is_IS.txt.lppl hyphen-is-0.20030920/README_hyph_is_IS.txt +--- hyphen-is-0.20030920/README_hyph_is_IS.txt.lppl 2015-05-07 11:10:54.088406515 -0400 ++++ hyphen-is-0.20030920/README_hyph_is_IS.txt 2015-05-07 11:13:06.893548171 -0400 +@@ -2,15 +2,15 @@ Hyphenation dictionary + ---------------------- + + Language: Icelandic (Iceland) (is IS). +-Origin: Based on the TeX hyphenation tables ++Origin: Based on the TeX hyphenation tables by J�rgen Pind (1987). ++ http://www.ctan.org/tex-archive/language/hyphenation/dkhyphn/dkhyphn.tex ++ The TeX hyphenation tables are released under the LaTeX Project ++ Public License (LPPL) ++ + License: LGPL/SISSL license, 2003 + Author: akig@hi.is (Áki G. Karlsson) + + HYPH is IS hyph_is_IS +- +- +- These patterns were converted from TeX hyphenation patterns by Jörgen Pind +- (1987). + + -- + Áki G. Karlsson diff --git a/SPECS/hyphen-is.spec b/SPECS/hyphen-is.spec new file mode 100644 index 0000000..de43e92 --- /dev/null +++ b/SPECS/hyphen-is.spec @@ -0,0 +1,100 @@ +Name: hyphen-is +Summary: Icelandic hyphenation rules +%global upstreamid 20030920 +Version: 0.%{upstreamid} +Release: 19%{?dist} +Source: http://download.services.openoffice.org/contrib/dictionaries/hyph_is_IS.zip +Patch0: hyphen-is-lppl-license-fix.patch +URL: http://wiki.services.openoffice.org/wiki/Dictionaries +License: LGPLv2+ or SISSL +BuildArch: noarch + +Requires: hyphen +Supplements: (hyphen and langpacks-is) + +%description +Icelandic hyphenation rules. + +%prep +%autosetup -c + +%build +chmod -x * +for i in README_hyph_is_IS.txt; do + if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then + iconv -f ISO-8859-1 -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 *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen + + +%files +%doc README_hyph_is_IS.txt +%{_datadir}/hyphen/* + +%changelog +* Sat Jul 07 2018 Parag Nemade - 0.20030920-19 +- Update Source tag + +* Wed Feb 07 2018 Fedora Release Engineering - 0.20030920-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.20030920-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.20030920-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 0.20030920-15 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Thu Feb 04 2016 Fedora Release Engineering - 0.20030920-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.20030920-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu May 7 2015 Tom Callaway - 0.20030920-12 +- apply license fix to show lppl derived work (bz 1219418) + +* Sat Jun 07 2014 Fedora Release Engineering - 0.20030920-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 0.20030920-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.20030920-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20030920-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20030920-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20030920-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Jun 14 2010 Caolán McNamara - 0.20030920-5 +- Resolves: rhbz#603737 clarify licence + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20030920-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 11 2009 Caolán McNamara - 0.20030920-3 +- tidy spec + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20030920-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Jan 07 2008 Caolán McNamara - 0.20030920-1 +- initial version