Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 7041ba429c02e60a941891b6fa381cf6 > files > 1

aspell-la-20020503.0-1mdk.src.rpm

%define src_ver 20020503-0
%define fname aspell6-%{languagecode}
%define aspell_ver 0.60
%define languageenglazy Latin
%define languagecode la
# FIXME: no locale yet
%define lc_ctype la_

Summary:       %{languageenglazy} files for aspell
Name:          aspell-%{languagecode}
Version:       20020503.0
Release:       1mdk
Group:         System/Internationalization
Source:        http://ftp.gnu.org/gnu/aspell/dict/%{languagecode}/%{fname}-%{src_ver}.tar.bz2
URL:		   http://aspell.net/
License:	   GPL
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
Provides: spell-%{languagecode}

BuildRequires: aspell >= %{aspell_ver}
BuildRequires: make
Requires:      aspell >= %{aspell_ver}

# Mandrake Stuff
#Requires:      locales-%{languagecode}
Provides:      aspell-dictionary
#Provides:      aspell-%{lc_ctype}

Autoreqprov:   no

%description
A %{languageenglazy} dictionary for use with aspell, a spelling checker.

%prep
%setup -q -n %{fname}-%{src_ver}

%build
# don't use configure macro
./configure

%make

%install
rm -fr $RPM_BUILD_ROOT

%makeinstall_std

chmod 644 Copyright README* 

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README* Copyright 
%{_libdir}/aspell-%{aspell_ver}/*

%changelog
* Fri Dec 03 2004 Pablo Saratxaga <pablo@mandrakesoft.com> 20020503.0-1mdk
- first version