rpms/perl-Email-Find/devel import.log, NONE, 1.1 perl-Email-Find.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chauvet Nicolas kwizart at fedoraproject.org
Tue Aug 12 08:56:15 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/perl-Email-Find/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13877/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Email-Find.spec 
Log Message:
Initial import for Rawhide



--- NEW FILE import.log ---
perl-Email-Find-0_10-2_fc8_kwizart:HEAD:perl-Email-Find-0.10-2.fc8.kwizart.src.rpm:1218531321


--- 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Email-Find/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Aug 2008 05:25:42 -0000	1.1
+++ .cvsignore	12 Aug 2008 08:55:45 -0000	1.2
@@ -0,0 +1 @@
+Email-Find-0.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Email-Find/devel/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 08:55:45 -0000	1.2
@@ -0,0 +1 @@
+b38339e6c4ef0a13818195d50a193545  Email-Find-0.10.tar.gz




More information about the Fedora-perl-devel-list mailing list