Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37542029
en ru br
ALT Linux repos
S:1.2-alt2_18
5.0: 1.2-alt1_3

Group :: Text tools
RPM: aspell-ar

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
%define lang ar
%define langrelease 0
Summary: Arabic dictionary for Aspell
Name: aspell-%{lang}
Version: 1.2
Release: alt2_18
License: GPLv2+
Group: Text tools
URL: http://aspell.net/
Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{version}-%{langrelease}.tar.bz2
Buildrequires: aspell >= 0.60
Requires: aspell >= 0.60

%define debug_package %{nil}
Source44: import.info

%description
Provides the word list/dictionaries for Arabic.

# Note that this package, like other aspell's language packs, does not come up

# cleanly through rpmlint, but with the following errors:
# E: aspell-ar no-binary
# E: aspell-ar only-non-binary-in-usr-lib
# This is because the package contains only data files which sit under /usr/lib.
# They have to stay there, as they are architecture-dependent (due to
# byte-ordering issues).

%prep
%setup -q -n aspell6-%{lang}-%{version}-%{langrelease}


%build
./configure
%make_build


%install
make install DESTDIR=%{buildroot}


%files
%doc COPYING Copyright
%{_libdir}/aspell/*
%{_datadir}/aspell/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin