%define lang ml %define langrelease 1 Name: aspell-%{lang} Version: 0.03 Release: 1 Summary: GNU Aspell Malayalam Dictionary Package Group: Applications/Text License: GPLv3+ URL: http://aspell.net/ Source0: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{version}-%{langrelease}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Buildrequires: aspell >= 0.60 Requires: aspell >= 0.60 %description GNU Aspell Malayalam Dictionary Package. Malayalam wordlist for this package is prepared by Santhosh Thottingal , Swathanthra Malayalam Computing # Note that this package, like other aspell's language packs, does not come up # cleanly through rpmlint, but with the following errors: # E: aspell-ml no-binary # E: aspell-ml 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). # E: aspell-ml configure-without-libdir-spec # The configure script isn't actually one generated by autoconf and doesn't accept # --libdir, so this error is bogus. %prep %setup -q -n aspell6-%{lang}-%{version}-%{langrelease} %build ./configure make %{?_smp_mflags} %install [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} make install DESTDIR=${RPM_BUILD_ROOT} %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,system,-) %doc COPYING Copyright README %{_libdir}/aspell-0.60/* %changelog * Thu Dec 02 2010 Michael Perzl - 0.03-1 - first version for AIX V5.1 and higher