38 lines
816 B
RPMSpec
38 lines
816 B
RPMSpec
Name: hunspell-gu
|
|
Summary: Gujarati hunspell dictionaries
|
|
Version: 20061015
|
|
Release: 1%{?dist}
|
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/gu_IN.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: hunspell
|
|
|
|
%description
|
|
Gujarati hunspell dictionaries.
|
|
|
|
%prep
|
|
%setup -q -c -n gu-IN
|
|
|
|
%build
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc README_gu_IN.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Thu Sep 04 2008 Parag <pnemade@redhat.com> - 20061015-1
|
|
- Initial Fedora release
|