From 28c75527f562425dba632d09d33fcd8c1c8e984e Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 28 Nov 2004 22:00:06 +0000 Subject: [PATCH] - new Changed files: aspell-be.spec -> 1.1 --- aspell-be.spec | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 aspell-be.spec diff --git a/aspell-be.spec b/aspell-be.spec new file mode 100644 index 0000000..cc8e318 --- /dev/null +++ b/aspell-be.spec @@ -0,0 +1,43 @@ +Summary: Belarusian dictionary for aspell +Summary(pl): Bia³oruski s³ownik dla aspella +Name: aspell-be +Version: 0.01 +Release: 1 +License: GPL +Group: Applications/Text +Source0: ftp://ftp.gnu.org/gnu/aspell/dict/be/aspell5-be-%{version}.tar.bz2 +# Source0-md5: 61314a1672f98571b32d23486bbd43be +URL: http://aspell.net/ +BuildRequires: aspell >= 0.50.0 +Requires: aspell >= 0.50.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Belarusian dictionary (i.e. word list) for aspell. + +%description -l pl +Bia³oruski s³ownik (lista s³ów) dla aspella. + +%prep +%setup -q -n aspell5-be-%{version} + +%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