import hyphen-is-0.20030920-19.el8

This commit is contained in:
CentOS Sources 2019-08-01 14:26:34 -04:00 committed by Stepan Oksanichenko
commit 6a24d92a96
4 changed files with 126 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
SOURCES/hyph_is_IS.zip

1
.hyphen-is.metadata Normal file
View File

@ -0,0 +1 @@
53c31ae8d0e414c4faa58dbe9f9c432784c4f5c5 SOURCES/hyph_is_IS.zip

View File

@ -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

100
SPECS/hyphen-is.spec Normal file
View File

@ -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 <pnemade AT fedoraproject DOT org> - 0.20030920-19
- Update Source tag
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20030920-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.20030920-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.20030920-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 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 <releng@fedoraproject.org> - 0.20030920-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20030920-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Thu May 7 2015 Tom Callaway <spot@fedoraproject.org> - 0.20030920-12
- apply license fix to show lppl derived work (bz 1219418)
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20030920-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20030920-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20030920-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20030920-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20030920-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20030920-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Mon Jun 14 2010 Caolán McNamara <caolanm@redhat.com> - 0.20030920-5
- Resolves: rhbz#603737 clarify licence
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20030920-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sat Jul 11 2009 Caolán McNamara <caolanm@redhat.com> - 0.20030920-3
- tidy spec
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20030920-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Jan 07 2008 Caolán McNamara <caolanm@redhat.com> - 0.20030920-1
- initial version