From 1338631efb895698671d6cf16afe6aa1d2e8835c Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 4 May 2002 19:35:30 +0000 Subject: [PATCH] - new Changed files: aspell-it.spec -> 1.1 --- aspell-it.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 aspell-it.spec diff --git a/aspell-it.spec b/aspell-it.spec new file mode 100644 index 0000000..ad6c125 --- /dev/null +++ b/aspell-it.spec @@ -0,0 +1,46 @@ +Summary: Italian dictionary for aspell +Summary(pl): W³oski s³ownik dla aspella +Name: aspell-it +Version: 0.0 +%define subv 3 +Release: 1 +License: unknown (probably GPL) +Group: Applications/Text +Source0: http://aspell.sourceforge.net/%{name}-%{version}-%{subv}.tar.bz2 +URL: http://aspell.sourceforge.net/ +BuildRequires: aspell +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 + +gzip -9nf README Copyright + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc *.gz +%{_libdir}/aspell/* +%{_datadir}/aspell/* +%{_datadir}/pspell/* -- 2.43.0