42 lines
975 B
RPMSpec
42 lines
975 B
RPMSpec
|
Name: hyphen-sk
|
||
|
Summary: Slovak hyphenation rules
|
||
|
%define upstreamid 20031227
|
||
|
Version: 0.%{upstreamid}
|
||
|
Release: 1%{?dist}
|
||
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_sk_SK.zip
|
||
|
Group: Applications/Text
|
||
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||
|
License: GPL+
|
||
|
BuildArch: noarch
|
||
|
|
||
|
Requires: hyphen
|
||
|
|
||
|
%description
|
||
|
Slobak hyphenation rules.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -c
|
||
|
|
||
|
%build
|
||
|
chmod -x *
|
||
|
iconv -f ISO-8859-1 -t UTF-8 README_hyph_sk_SK.txt > README_hyph_sk_SK.txt.new
|
||
|
mv -f README_hyph_sk_SK.txt.new README_hyph_sk_SK.txt
|
||
|
|
||
|
%install
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||
|
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root,-)
|
||
|
%doc README_hyph_sk_SK.txt
|
||
|
%{_datadir}/hyphen/*
|
||
|
|
||
|
%changelog
|
||
|
* Thu Dec 18 2008 Caolan McNamara <caolanm@redhat.com> - 0.20031227-1
|
||
|
- initial version
|