rpms/perl-Email-Abstract/FC-6 perl-Email-Abstract.spec, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Apr 17 20:06:33 UTC 2007


Author: spot

Update of /cvs/extras/rpms/perl-Email-Abstract/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20999/FC-6

Modified Files:
	sources 
Added Files:
	perl-Email-Abstract.spec 
Log Message:

Initial branching.



--- NEW FILE perl-Email-Abstract.spec ---
Name:           perl-Email-Abstract
Version:        2.132
Release:        3%{?dist}
Summary:        Unified interface to mail representations
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Email-Abstract/
Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Abstract-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More), perl(Class::ISA), perl(Email::Simple)
BuildRequires:  perl(MIME::Entity), perl(Module::Pluggable), perl(Mail::Message)
BuildRequires:  perl(Email::MIME), perl(Test::Pod), perl(Test::Pod::Coverage)
BuildArch:      noarch
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
"Email::Abstract" provides module writers with the ability to write
representation-independent mail handling code. For instance, in the
cases of "Mail::Thread" or "Mail::ListDetector", a key part of the code
involves reading the headers from a mail object. Where previously one
would either have to specify the mail class required, or to build a new
object from scratch, "Email::Abstract" can be used to perform certain
simple operations on an object regardless of its underlying
representation.

%prep
%setup -q -n Email-Abstract-%{version}
%build
sed -i '/LICENSE/ d' Makefile.PL
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%install
rm -rf $RPM_BUILD_ROOT _docs
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README LICENSE
%{perl_vendorlib}/Email/
%{_mandir}/man3/*.3*

%changelog
* Mon Apr 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 2.132-3
- add missing BR Email::MIME, Test::Pod, Test::Pod::Coverage

* Mon Apr  2 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 2.132-2
- remove LICENSE line from Makefile.PL
- add BR Module::Pluggable, Mail::Message

* Sun Apr  1 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 2.132-1
- Initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Email-Abstract/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Apr 2007 16:45:52 -0000	1.1
+++ sources	17 Apr 2007 20:05:59 -0000	1.2
@@ -0,0 +1 @@
+0eeaf43f08a9f931d7189c473ed8fc4b  Email-Abstract-2.132.tar.gz




More information about the fedora-extras-commits mailing list