diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82d8d0d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hyph_fr_2-0.zip diff --git a/.hyphen-fr.metadata b/.hyphen-fr.metadata new file mode 100644 index 0000000..1c6c145 --- /dev/null +++ b/.hyphen-fr.metadata @@ -0,0 +1 @@ +14eb966e50a1bd10ccde38c145e501331377a96c SOURCES/hyph_fr_2-0.zip diff --git a/SPECS/hyphen-fr.spec b/SPECS/hyphen-fr.spec new file mode 100644 index 0000000..9ece021 --- /dev/null +++ b/SPECS/hyphen-fr.spec @@ -0,0 +1,71 @@ +Name: hyphen-fr +Summary: French hyphenation rules +Version: 2.0 +Release: 8%{?dist} +Source: http://www.dicollecte.org/download/fr/hyph_fr_2-0.zip +Group: Applications/Text +URL: http://www.dicollecte.org/download.php?prj=fr +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: LGPLv2+ +BuildArch: noarch + +Requires: hyphen + +%description +French hyphenation rules. + +%prep +%setup -q -c + +%build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen +cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen + +pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/ +fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU fr_MC" +for lang in $fr_FR_aliases; do + ln -s hyph_fr_FR.dic hyph_$lang.dic +done +popd + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README_hyph_fr.txt +%{_datadir}/hyphen/* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 2.0-8 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 2.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 2.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Jan 06 2010 Caolan McNamara - 2.0-3 +- track new location + +* Fri Jul 24 2009 Fedora Release Engineering - 2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat May 23 2009 Caolan McNamara - 2.0-1 +- initial version + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20080318-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Dec 31 2008 Caolan McNamara - 0.20080318-1 +- initial version