rpms/perl-Text-Aspell/FC-5 perl-Text-Aspell.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jerry James (jjames) fedora-extras-commits at redhat.com
Thu Apr 19 19:08:10 UTC 2007


Author: jjames

Update of /cvs/extras/rpms/perl-Text-Aspell/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18193

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-Aspell.spec 
Log Message:
Initial checkin


--- NEW FILE perl-Text-Aspell.spec ---
%define base Text-Aspell

Name:           perl-%{base}
Version:        0.07
Release:        2%{?dist}
Summary:        Perl interface to the GNU Aspell library

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/%{base}/
Source0:        http://search.cpan.org/CPAN/authors/id/H/HA/HANK/%{base}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More), perl(Test::Pod)
BuildRequires:  perl, aspell-devel >= 0.50.1, aspell-en
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires:       aspell >= 0.50.1

%description
This module provides a Perl interface to the GNU Aspell library.  This
module is to meet the need of looking up many words, one at a time, in a
single session, such as spell-checking a document in memory.

%prep
%setup -q -n %{base}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test TEST_POD=t

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Mon Apr 16 2007 Jerry James <Jerry.James at usu.edu> - 0.07-2
- Fix BuildRequires to match Fedora conventions

* Tue Apr 10 2007 Jerry James <Jerry.James at usu.edu> - 0.07-1
- Initial RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Aspell/FC-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Apr 2007 18:07:36 -0000	1.1
+++ .cvsignore	19 Apr 2007 19:07:36 -0000	1.2
@@ -0,0 +1 @@
+Text-Aspell-0.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Aspell/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Apr 2007 18:07:36 -0000	1.1
+++ sources	19 Apr 2007 19:07:36 -0000	1.2
@@ -0,0 +1 @@
+a456444cb3320634e218426273227cb4  Text-Aspell-0.07.tar.gz




More information about the scm-commits mailing list