diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..34f254c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hyph_fo_FO-20040420a.zip diff --git a/.hyphen-fo.metadata b/.hyphen-fo.metadata new file mode 100644 index 0000000..4edbc41 --- /dev/null +++ b/.hyphen-fo.metadata @@ -0,0 +1 @@ +85ad57dbee618da1b988a57a38ad4ca24da076df SOURCES/hyph_fo_FO-20040420a.zip diff --git a/SPECS/hyphen-fo.spec b/SPECS/hyphen-fo.spec new file mode 100644 index 0000000..745311a --- /dev/null +++ b/SPECS/hyphen-fo.spec @@ -0,0 +1,79 @@ +Name: hyphen-fo +Summary: Faroese hyphenation rules +%global upstreamid 20040420 +Version: 0.%{upstreamid} +Release: 13%{?dist} +Source: http://fo.speling.org/filer/hyph_fo_FO-20040420a.zip +URL: http://fo.speling.org/ +License: GPL+ +BuildArch: noarch +Requires: hyphen +Supplements: (hyphen and langpacks-fo) + +%description +Faroese hyphenation rules. + +%prep +%setup -q -c + +%build +for i in README_hyph_fo_FO.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 hyph_fo_FO.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen + + +%files +%doc README_hyph_fo_FO.txt +%{_datadir}/hyphen/* + +%changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.20040420-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.20040420-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.20040420-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 0.20040420-10 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Thu Feb 04 2016 Fedora Release Engineering - 0.20040420-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.20040420-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.20040420-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 0.20040420-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.20040420-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20040420-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20040420-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20040420-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Aug 10 2009 Caolan McNamara - 0.20040420-1 +- initial version