Sophie

Sophie

distrib > PLD > ra > i386 > media > dist-src > by-pkgid > 0f7068cd34ce7c3b3f600ae3a94b3282 > files > 2

aspell-it-0.0-2.src.rpm

# $Revision: 1.4 $, $Date: 2002/08/18 12:51:35 $
Summary:	Italian dictionary for aspell
Summary(pl):	W³oski s³ownik dla aspella
Name:		aspell-it
Version:	0.0
%define	subv	3
Release:	2
Epoch:		1
License:	GPL (?)
Group:		Applications/Text
Source0:	http://aspell.sourceforge.net/%{name}-%{version}-%{subv}.tar.bz2
URL:		http://aspell.sourceforge.net/
BuildRequires:	aspell
BuildRequires:	pspell-devel
Requires:	aspell
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
Italian dictionary (i.e. word list) for aspell.

%description -l pl
W³oski s³ownik (lista s³ów) dla aspella.

%prep
%setup -q -n %{name}-%{version}-%{subv}

%build
# note: configure is not autoconf-generated
./configure

%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README Copyright
%{_libdir}/aspell/*
%{_datadir}/aspell/*
%{_datadir}/pspell/*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback@pld.org.pl>
All persons listed below can be reached at <cvs_login>@pld.org.pl

$Log: aspell-it.spec,v $
Revision 1.4  2002/08/18 12:51:35  blues
- release 2 - license fix

Revision 1.3  2002/07/23 14:54:06  qboosh
- new %%doc, BR: pspell-devel

Revision 1.2  2002/05/05 19:05:33  kloczek
- added Epoch: 1 for allow upgrade from RH version.

Revision 1.1  2002/05/04 19:35:30  qboosh
- new