fix dangling links

This commit is contained in:
Caolán McNamara 2021-03-22 14:25:11 +00:00
parent bb12fa343b
commit 8e2b2452c6

View File

@ -1,7 +1,7 @@
Name: hyphen-fr
Summary: French hyphenation rules
Version: 3.0
Release: 7%{?dist}
Release: 8%{?dist}
Source: http://www.dicollecte.org/download/fr/hyph-fr-v3.0.zip
URL: http://www.dicollecte.org/download.php?prj=fr
License: LGPLv2+
@ -20,7 +20,7 @@ French hyphenation rules.
%install
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
cp -p hyph_fr.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_fr_FR.dic
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU fr_MC"
@ -35,6 +35,9 @@ popd
%{_datadir}/hyphen/*
%changelog
* Mon Mar 22 2021 Caolan McNamara <caolanm@redhat.com> - 3.0-8
- fix dangling links
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild