46 lines
1.1 KiB
RPMSpec
46 lines
1.1 KiB
RPMSpec
|
Name: hyphen-nl
|
||
|
Summary: Dutch hyphenation rules
|
||
|
%define upstreamid 20050617
|
||
|
Version: 0.%{upstreamid}
|
||
|
Release: 1%{?dist}
|
||
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_nl_NL.zip
|
||
|
Group: Applications/Text
|
||
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||
|
License: GPLv2
|
||
|
BuildArch: noarch
|
||
|
Requires: hyphen
|
||
|
|
||
|
%description
|
||
|
Dutch hyphenation rules.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -c -n hyphen-nl
|
||
|
|
||
|
%build
|
||
|
tr -d '\r' < README_hyph_nl_NL.txt > README_hyph_nl_NL.txt.new
|
||
|
mv -f README_hyph_nl_NL.txt.new README_hyph_nl_NL.txt
|
||
|
|
||
|
%install
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||
|
cp -p hyph_nl_NL.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||
|
|
||
|
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
||
|
nl_NL_aliases="nl_BE"
|
||
|
for lang in $nl_NL_aliases; do
|
||
|
ln -s hyph_nl_NL.dic hyph_$lang.dic
|
||
|
done
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root,-)
|
||
|
%doc README_hyph_nl_NL.txt
|
||
|
%{_datadir}/hyphen/*
|
||
|
|
||
|
%changelog
|
||
|
* Fri Nov 23 2007 Caolan McNamara <caolanm@redhat.com> - 0.20050617-1
|
||
|
- initial version
|