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