Related: rhbz#517821 drop hyphen-bn alias
This commit is contained in:
parent
7d7ce51179
commit
1b1d1aa796
@ -2,7 +2,7 @@ Name: hyphen-sa
|
||||
Summary: Sanskrit hyphenation rules
|
||||
%define upstreamid 20090412
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Source: http://tug.org/svn/texhyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/hyph-sa.tex
|
||||
Group: Applications/Text
|
||||
URL: http://tug.org/tex-hyphen
|
||||
@ -11,7 +11,6 @@ License: LPPL
|
||||
BuildArch: noarch
|
||||
BuildRequires: hyphen-devel
|
||||
Requires: hyphen
|
||||
Provides: hyphen-bn = %{version}-%{release}
|
||||
Patch0: hyphen-sa-cleantex.patch
|
||||
|
||||
%description
|
||||
@ -34,12 +33,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
cp -p hyph_sa_IN.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
|
||||
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
||||
sa_IN_aliases="bn_IN bn_BD"
|
||||
for lang in $sa_IN_aliases; do
|
||||
ln -s hyph_sa_IN.dic "hyph_"$lang".dic"
|
||||
done
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -47,9 +40,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
%{_datadir}/hyphen/hyph_sa_IN.dic
|
||||
%{_datadir}/hyphen/hyph_bn_*.dic
|
||||
|
||||
%changelog
|
||||
* Wed Aug 19 2009 Caolan McNamara <caolanm@redhat.com> - 0.20090412-3
|
||||
- Related: rhbz#517821 drop hyphen-bn alias
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20090412-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user