38 lines
838 B
RPMSpec
38 lines
838 B
RPMSpec
|
Name: hyphen-ga
|
||
|
Summary: Irish hyphenation rules
|
||
|
%define upstreamid 20040220
|
||
|
Version: 0.%{upstreamid}
|
||
|
Release: 1%{?dist}
|
||
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_ga_IE.zip
|
||
|
Group: Applications/Text
|
||
|
URL: http://borel.slu.edu/fleiscin/index.html
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||
|
License: GPL+
|
||
|
BuildArch: noarch
|
||
|
Requires: hyphen
|
||
|
|
||
|
%description
|
||
|
Irish hyphenation rules.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -c -n hyphen-ga
|
||
|
|
||
|
%build
|
||
|
|
||
|
%install
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||
|
cp -p hyph_ga_IE.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root,-)
|
||
|
%doc README_hyph_ga_IE.txt
|
||
|
%{_datadir}/hyphen/*
|
||
|
|
||
|
%changelog
|
||
|
* Tue Aug 05 2008 Caolán McNamara <caolanm@redhat.com> - 0.20040220-1
|
||
|
- initial version
|