diff --git a/.gitignore b/.gitignore index e69de29..5c2a3ab 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/aspell6-la-20020503-0.tar.bz2 diff --git a/aspell-la.spec b/aspell-la.spec new file mode 100644 index 0000000..a47a420 --- /dev/null +++ b/aspell-la.spec @@ -0,0 +1,36 @@ +%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 - 20020503-1 +- initial release diff --git a/sources b/sources index e69de29..47b0764 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d42c679b95ba9b094aaa65f118834bf6 aspell6-la-20020503-0.tar.bz2