Author: kwizart Update of /cvs/pkgs/rpms/perl-Email-Find/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28833 Modified Files: sources Added Files: perl-Email-Find.spec Log Message: Initial import for F-9 --- NEW FILE perl-Email-Find.spec --- Name: perl-Email-Find Version: 0.10 Release: 2%{?dist} Summary: Find RFC 822 email addresses in plain text Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Email-Find/ Source0: http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Email-Find-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Email::Valid) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Email::Find is a module for finding a *subset* of RFC 822 email addresses in arbitrary text (see the section on "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see the section on "CAVEATS"), but they will be valid RFC 822 syntax. %prep %setup -q -n Email-Find-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor 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 {} ';' %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sat Aug 9 2008 kwizart < kwizart at gmail.com > - 0.10-2 - Add BR perl(Test:More) * Thu Jul 31 2008 kwizart < kwizart at gmail.com > - 0.10-1 - Initial package for Fedora Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-Find/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 12 Aug 2008 05:25:42 -0000 1.1 +++ sources 12 Aug 2008 09:41:22 -0000 1.2 @@ -0,0 +1 @@ +b38339e6c4ef0a13818195d50a193545 Email-Find-0.10.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list