370a894
%define lang ml
370a894
%define langrelease 1
370a894
370a894
Name: aspell-%{lang}
370a894
Version: 0.03
745b899
Release: 4%{?dist}
370a894
Summary: GNU Aspell Malayalam Dictionary Package
370a894
370a894
Group: Applications/Text
370a894
License: GPLv3+
370a894
URL: http://aspell.net/
370a894
Source0: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{version}-%{langrelease}.tar.bz2
370a894
370a894
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
370a894
370a894
Buildrequires: aspell >= 12:0.60
370a894
Requires: aspell >= 12:0.60
370a894
370a894
%define debug_package %{nil}
370a894
370a894
%description
370a894
GNU Aspell Malayalam Dictionary Package. Malayalam wordlist for this package is
370a894
prepared by Santhosh Thottingal <santhosh00 at gmail dot com>,
370a894
Swathanthra Malayalam Computing
370a894
370a894
# Note that this package, like other aspell's language packs, does not come up
370a894
# cleanly through rpmlint, but with the following errors:
370a894
# E: aspell-ml no-binary
370a894
# E: aspell-ml only-non-binary-in-usr-lib
370a894
# This is because the package contains only data files which sit under /usr/lib.
370a894
# They have to stay there, as they are architecture-dependent (due to
370a894
# byte-ordering issues).
370a894
# E: aspell-ml configure-without-libdir-spec
370a894
#  The configure script isn't actually one generated by autoconf and doesn't accept
370a894
#  --libdir, so this error is bogus.
370a894
370a894
%prep
370a894
%setup -q -n aspell6-%{lang}-%{version}-%{langrelease}
370a894
370a894
%build
370a894
./configure 
370a894
make %{?_smp_mflags}
370a894
370a894
%install
370a894
rm -rf $RPM_BUILD_ROOT
370a894
make install DESTDIR=$RPM_BUILD_ROOT
370a894
370a894
%clean
370a894
rm -rf $RPM_BUILD_ROOT
370a894
370a894
%files
370a894
%defattr(-,root,root,-)
370a894
%doc COPYING Copyright README
370a894
%{_libdir}/aspell-0.60/*
370a894
370a894
%changelog
745b899
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-4
745b899
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
745b899
19ba4d6
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-3
19ba4d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
19ba4d6
370a894
* Tue May 13 2008 Rajeesh K Nambiar <rajeeshknambiar@gmail.com> - 0.03-2
370a894
- Changed the version to 0.03 as 0.04 is not yet upstream
370a894
* Tue Nov 20 2007 Rajeesh K Nambiar <rajeeshknambiar@gmail.com> - 0.04-1
370a894
- Updated spec file and rebuild