From 3a8c49288198e2d790caa0397105e1cac17dd259 Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Mar 17 2005 10:14:11 +0000 Subject: auto-import aspell-is-0.51.1-1 on branch devel from aspell-is-0.51.1-1.src.rpm --- diff --git a/.cvsignore b/.cvsignore index e69de29..e1a4746 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +aspell-is-0.51.1-0.tar.bz2 diff --git a/aspell-is.spec b/aspell-is.spec new file mode 100644 index 0000000..98641d0 --- /dev/null +++ b/aspell-is.spec @@ -0,0 +1,48 @@ +%define lang is +%define langrelease 0 +Summary: Icelandic dictionaries for Aspell. +Name: aspell-%{lang} +Epoch: 50 +Version: 0.51.1 +Release: 1 +License: GPL +Group: Applications/Text +URL: http://aspell.net/ +Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell-%{lang}-%{version}-%{langrelease}.tar.bz2 +Buildrequires: aspell >= 0.50 +Requires: aspell >= 0.50 +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%define debug_package %{nil} + +%description +Provides the word list/dictionaries for the following: Icelandic + +%prep +rm -rf $RPM_BUILD_ROOT +%setup -q -n aspell-%{lang}-%{version}-%{langrelease} + +%build +echo "ASPELL = aspell" > Makefile +echo "DEST_DIR = $RPM_BUILD_ROOT" >> Makefile +echo "WORD_LIST_COMPRESS = word-list-compress" >> Makefile +echo "dictdir = ${RPM_BUILD_ROOT}%{_libdir}/aspell" >> Makefile +echo "datadir = ${RPM_BUILD_ROOT}%{_datadir}/aspell" >> Makefile +cat Makefile.pre >> Makefile +make + +%install +make install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) + +%{_libdir}/aspell/* +%{_datadir}/aspell/* + +%changelog +* Wed Mar 16 2005 Ivana Varekova 0:0.51-1-1 +- initial release diff --git a/sources b/sources index e69de29..6c75297 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +1e0b6125d91d7edad710482ddcce2d23 aspell-is-0.51.1-0.tar.bz2