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