rpms/perl-Text-SpellChecker/EL-4 perl-Text-SpellChecker.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul Howarth pghmcfc at fedoraproject.org
Tue Oct 7 23:21:24 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Text-SpellChecker/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25007/EL-4

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-SpellChecker.spec 
Log Message:
Initial import


--- NEW FILE perl-Text-SpellChecker.spec ---
Summary:	OO interface for spell-checking a block of text 
Name:		perl-Text-SpellChecker
Version:	0.03
Release:	1%{?dist}
License:	GPL+ or Artistic
Group:		Development/Libraries
Url:		http://search.cpan.org/dist/Text-SpellChecker/
Source0:	http://search.cpan.org/CPAN/authors/id/B/BD/BDUGGAN/Text-SpellChecker-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:	noarch
BuildRequires:	perl(ExtUtils::MakeMaker), perl(Text::Aspell) >= 0.04, perl(Test::More)

%description
This module is built on Text::Aspell, but adds some of the functionality
provided by the internal gnu aspell API. This allows one to deal with blocks
of text, rather than just words. For instance, we provide methods for
iterating through the text, serializing the object (thus remembering where we
left off), and highlighting the current misspelled word within the text.

%prep
%setup -q -n Text-SpellChecker-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%{__rm} -rf %{buildroot}
%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
%{__chmod} -R u+w %{buildroot}/*

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/Text/
%{_mandir}/man3/Text::SpellChecker.3pm*

%changelog
* Tue Oct  7 2008 Paul Howarth <paul at city-fan.org> 0.03-1
- Initial RPM version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-SpellChecker/EL-4/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Oct 2008 17:48:07 -0000	1.1
+++ .cvsignore	7 Oct 2008 23:20:54 -0000	1.2
@@ -0,0 +1 @@
+Text-SpellChecker-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-SpellChecker/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Oct 2008 17:48:07 -0000	1.1
+++ sources	7 Oct 2008 23:20:54 -0000	1.2
@@ -0,0 +1 @@
+280994c1d9dc2583964f7c882b9e0943  Text-SpellChecker-0.03.tar.gz




More information about the fedora-extras-commits mailing list