diff --git a/.cvsignore b/.cvsignore index e69de29..89d8fff 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +aspell6-ar-1.2-0.tar.bz2 diff --git a/aspell-ar.spec b/aspell-ar.spec new file mode 100644 index 0000000..5d7b81e --- /dev/null +++ b/aspell-ar.spec @@ -0,0 +1,57 @@ +%define lang ar +%define langrelease 0 +Summary: Arabic dictionary for Aspell +Name: aspell-%{lang} +Version: 1.2 +Release: 2%{?dist} +License: GPL +Group: Applications/Text +URL: http://aspell.net/ +Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{version}-%{langrelease}.tar.bz2 +Buildrequires: aspell >= 12:0.60 +Requires: aspell >= 12:0.60 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%define debug_package %{nil} + +%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 %{?_smp_mflags} + + +%install +rm -rf %{buildroot} +make install DESTDIR=%{buildroot} + + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root) +%doc COPYING Copyright +%{_libdir}/aspell-0.60/* + +%changelog +* Wed Mar 28 2007 Dan Kenigsberg 1.2-2 +- Clean spec file according to Parag AN . Note that now + rpmlint of the SRPM cries about configure-without-libdir-spec +* Sun Oct 30 2006 Dan Kenigsberg 1.2-1 +- First formal upstream version +- Taken from the Hebrew spec file 1.0-2 diff --git a/sources b/sources index e69de29..522329d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +154cf762bafdd02db419b62191138738 aspell6-ar-1.2-0.tar.bz2