39 lines
866 B
RPMSpec
39 lines
866 B
RPMSpec
|
Name: hyphen-da
|
||
|
Summary: Danish hyphenation rules
|
||
|
%define upstreamid 20040402
|
||
|
Version: 0.%{upstreamid}
|
||
|
Release: 1%{?dist}
|
||
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_da_DK.zip
|
||
|
Group: Applications/Text
|
||
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||
|
License: LGPLv2+
|
||
|
BuildArch: noarch
|
||
|
Requires: hyphen
|
||
|
|
||
|
%description
|
||
|
Danish hyphenation rules.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -c -n hyphen-da
|
||
|
chmod -x *
|
||
|
|
||
|
%build
|
||
|
|
||
|
%install
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||
|
cp -p hyph_da_DK.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root,-)
|
||
|
%doc README_hyph_da_DK.txt
|
||
|
%{_datadir}/hyphen/*
|
||
|
|
||
|
%changelog
|
||
|
* Fri Nov 23 2007 Caolan McNamara <caolanm@redhat.com> - 0.20040402-1
|
||
|
- initial version
|