Blob Blame History Raw
%global lang la
%global langrelease 0

Summary: Latin dictionaries for Aspell
Name: aspell-%{lang}
Version: 20020503
Release: 1%{?dist}
License: GPLv2
Group: Applications/Text
URL: http://aspell.net
Source: http://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{version}-%{langrelease}.tar.bz2
Buildrequires: aspell >= 12:0.60
Requires: aspell >= 12:0.60

%define debug_package %{nil}

%description
Provides the word list/dictionaries for the following: Latin

%prep
%setup -q -n aspell6-%{lang}-%{version}-%{langrelease}

%build
./configure 
make %{?_smp_mflags}

%install
make install DESTDIR=$RPM_BUILD_ROOT

%files
%doc COPYING Copyright
%{_libdir}/aspell-0.60/*

%changelog
* Sun Oct 20 2013 Johan Swensson <kupo@kupo.se> - 20020503-1
- initial release