Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 47da5619d02a9f4ab873e1059392a96a > files > 2

perl-Text-Aspell-0.90.0-5.mga3.src.rpm

%define upstream_name    Text-Aspell
%define upstream_version 0.09

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	%mkrel 5

Summary:	Perl interface to the GNU Aspell library
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.bz2

BuildRequires:  perl-devel
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 %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%check
#make test

%clean 
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Changes README
%{perl_vendorarch}/Text
%{perl_vendorarch}/auto/Text
%{_mandir}/*/*




%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.90.0-5.mga3
+ Revision: 373994
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed May 30 2012 jquelin <jquelin> 0.90.0-4.mga3
+ Revision: 251209
- rebuild for perl 5.16

* Sun Jun 12 2011 sander85 <sander85> 0.90.0-3.mga2
+ Revision: 105027
- Rebuild for perl 5.14

* Tue Jan 18 2011 jquelin <jquelin> 0.90.0-2.mga1
+ Revision: 23394
- cleaning spec file
- imported package perl-Text-Aspell