hunspell-sc/hunspell-sc.spec
2008-11-28 13:46:57 +00:00

43 lines
991 B
RPMSpec

Name: hunspell-sc
Summary: Sardinian hunspell dictionaries
%define upstreamid 20081101
Version: 0.%{upstreamid}
Release: 1%{?dist}
Group: Applications/Text
Source: http://extensions.services.openoffice.org/files/1446/2/Dict_sc_IT03.oxt
URL: http://extensions.services.openoffice.org/project/Dict_sc
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: AGPLv3
BuildArch: noarch
BuildRequires: aspell, hunspell-devel
Requires: hunspell
%description
Sardinian hunspell dictionaries.
%prep
%setup -q -c -n hunspell-sc
%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 registration/agpl3-en.txt
%{_datadir}/myspell/*
%changelog
* Fri Nov 28 2008 Caolan McNamara <caolanm@redhat.com> - 0.20081101-1
- latest version
* Wed Oct 29 2008 Caolan McNamara <caolanm@redhat.com> - 0.20081027-1
- initial version