8c332b
Name: hyphen-fo
8c332b
Summary: Faroese hyphenation rules
8c332b
%global upstreamid 20040420
8c332b
Version: 0.%{upstreamid}
8c332b
Release: 13%{?dist}
8c332b
Source: http://fo.speling.org/filer/hyph_fo_FO-20040420a.zip
8c332b
URL: http://fo.speling.org/
8c332b
License: GPL+
8c332b
BuildArch: noarch
8c332b
Requires: hyphen
8c332b
Supplements: (hyphen and langpacks-fo)
8c332b
8c332b
%description
8c332b
Faroese hyphenation rules.
8c332b
8c332b
%prep
8c332b
%setup -q -c
8c332b
8c332b
%build
8c332b
for i in README_hyph_fo_FO.txt; do
8c332b
  if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
8c332b
    iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
8c332b
    touch -r $i $i.new
8c332b
    mv -f $i.new $i
8c332b
  fi
8c332b
  tr -d '\r' < $i > $i.new
8c332b
  touch -r $i $i.new
8c332b
  mv -f $i.new $i
8c332b
done
8c332b
8c332b
%install
8c332b
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
8c332b
cp -p hyph_fo_FO.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
8c332b
8c332b
8c332b
%files
8c332b
%doc README_hyph_fo_FO.txt
8c332b
%{_datadir}/hyphen/*
8c332b
8c332b
%changelog
8c332b
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20040420-13
8c332b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8c332b
8c332b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.20040420-12
8c332b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8c332b
8c332b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.20040420-11
8c332b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8c332b
8c332b
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.20040420-10
8c332b
- Add Supplements: tag for langpacks naming guidelines
8c332b
- Clean the specfile to follow current packaging guidelines
8c332b
8c332b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.20040420-9
8c332b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8c332b
8c332b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20040420-8
8c332b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8c332b
8c332b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20040420-7
8c332b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8c332b
8c332b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20040420-6
8c332b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8c332b
8c332b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20040420-5
8c332b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8c332b
8c332b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20040420-4
8c332b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8c332b
8c332b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20040420-3
8c332b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8c332b
8c332b
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20040420-2
8c332b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8c332b
8c332b
* Mon Aug 10 2009 Caolan McNamara <caolanm@redhat.com> - 0.20040420-1
8c332b
- initial version