%define pkg_name Text-Aspell %define pkg_version 0.09 %define rpm_pkg_version 0.09 %define rpm_pkg_release 1.n0i.9 Summary: Perl interface to the GNU Aspell library Name: perl-%{pkg_name} Version: %{rpm_pkg_version} Release: %{rpm_pkg_release}%{?cpan_version}%{?dist} Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/%{pkg_name}/ Source0: http://www.cpan.org/modules/by-module/Text/%{pkg_name}-%{pkg_version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: reb00t-rpmdevtools BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: aspell-devel %description This module provides a Perl interface to the GNU Aspell library. The GNU Aspell library provides access to system spelling libraries, including a spell checker. This module is to meet the need of looking up many words, one at a time, in a single session. This is a Perl xs interface which should provide good performance compared to forking the aspell program for every word. %prep %setup -q -n %{pkg_name}-%{pkg_version} %build %{perl_build} %{!?_without_test:%{__make} test} %install %{__rm} -rf $RPM_BUILD_ROOT %{perl_install} %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{perl_files} %doc Changes README %changelog * Fri Sep 21 2007 Marius Feraru - 0.09-1.n0i.9 - version 0.09 - dropped "05-core.t" patch (fixed upstream) * Thu Sep 20 2007 Marius Feraru - 0.08-2.n0i.8 - spec file (re)created using N0i::CPAN::RPMizer/1.14.11 - patched "05-core.t" to make it compatible with Test::More 0.71 * Sun May 06 2007 Marius Feraru - 0.08-1.n0i.7 - version 0.08 * Sat Apr 07 2007 Marius Feraru - 0.07-1.n0i.6 - version 0.07 * Sun Jun 04 2006 Marius Feraru - 0.06-1.n0i.5 - version 0.06 * Sat Mar 04 2006 Marius Feraru - 0.05-2.n0i.4 - automatic rebuild (perl 5.8.8) * Tue Aug 09 2005 Marius FERARU 0.05-1.n0i.3 - version 0.05 * Mon Aug 01 2005 Marius Feraru 0.04-2.n0i.2 - spec file (re)created using N0i::CPAN::RPMizer/1.01 - rebuild on perl 5.8.7 * Tue Feb 24 2004 Marius FERARU 0.04-1.n0i.1 - version 0.04 - spec file (re?)created using N0i::CPAN::RPMizer/2004012001