Blob Blame History Raw
Name: mythes-hu
Summary: Hungarian thesaurus
%define upstreamid 20090203
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source: http://extensions.services.openoffice.org/files/1283/4/hu_dicts.oxt
Group: Applications/Text
URL: http://extensions.services.openoffice.org/project/hu_dicts
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPLv2+
BuildArch: noarch

%description
Hungarian thesaurus.

%prep
%setup -q -c

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
cp -p th_hu_HU_v2.* $RPM_BUILD_ROOT/%{_datadir}/mythes

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README_th_hu_HU_v2.txt
%dir %{_datadir}/mythes
%{_datadir}/mythes/*

%changelog
* Tue Jul 14 2009 Caolan McNamara <caolanm@redhat.com> - 0.20090203-1
- initial version