From 31ceadb3ec010e96d5feb7aa46d29fdde2a89ffc Mon Sep 17 00:00:00 2001 From: ankry Date: Mon, 29 Nov 2004 02:45:34 +0000 Subject: [PATCH] - new Changed files: aspell-sw.spec -> 1.1 --- aspell-sw.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 aspell-sw.spec diff --git a/aspell-sw.spec b/aspell-sw.spec new file mode 100644 index 0000000..8df22f4 --- /dev/null +++ b/aspell-sw.spec @@ -0,0 +1,45 @@ +Summary: Swahili dictionary for aspell +Summary(pl): S³ownik suahili dla aspella +Name: aspell-sw +Version: 0.50 +%define subv 0 +Release: 1 +Epoch: 1 +License: GPL v2+ +Group: Applications/Text +Source0: ftp://ftp.gnu.org/gnu/aspell/dict/sw/%{name}-%{version}-%{subv}.tar.bz2 +# Source0-md5: 26ccc3500d7f7c288b74bba1c1fab38f +URL: http://aspell.sourceforge.net/ +BuildRequires: aspell >= 0.50.0 +Requires: aspell >= 0.50.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Swahili dictionary (i.e. word list) for aspell. + +%description -l pl +S³ownik suahili (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 Copyright README +%{_libdir}/aspell/* +%{_datadir}/aspell/* -- 2.44.0