rpms/perl-Email-Simple-Creator/FC-5 perl-Email-Simple-Creator.spec, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Apr 30 21:13:19 UTC 2007


Author: spot

Update of /cvs/extras/rpms/perl-Email-Simple-Creator/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23734/FC-5

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

Initial branching.



--- NEW FILE perl-Email-Simple-Creator.spec ---
Name:           perl-Email-Simple-Creator
Version:        1.420
Release:        2%{?dist}
Summary:        Email::Simple constructor for starting anew
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Email-Simple-Creator/
Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Simple-Creator-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker), perl(Email::Date), perl(Test::More)
BuildRequires:  perl(Email::Simple), perl(Test::Pod), perl(Test::Pod::Coverage)
BuildArch:      noarch
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This software provides a constructor to Email::Simple for creating
messages from scratch.

%prep
%setup -q -n Email-Simple-Creator-%{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
* Sun Apr 29 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.420-2
- fix LICENSE Warning on build
- add missing Test BR

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


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Email-Simple-Creator/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Apr 2007 19:44:31 -0000	1.1
+++ sources	30 Apr 2007 21:12:45 -0000	1.2
@@ -0,0 +1 @@
+0129737130e106af223ac1e3f03b55b0  Email-Simple-Creator-1.420.tar.gz




More information about the fedora-extras-commits mailing list