rpms/perl-Catalyst-View-Email/devel .cvsignore, 1.5, 1.6 perl-Catalyst-View-Email.spec, 1.6, 1.7 sources, 1.5, 1.6

Iain Arnell iarnell at fedoraproject.org
Sat Mar 27 07:25:25 UTC 2010


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Catalyst-View-Email/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11646

Modified Files:
	.cvsignore perl-Catalyst-View-Email.spec sources 
Log Message:
* Sat Mar 27 2010 Iain Arnell <iarnell at gmail.com> 0.27-1
- update to latest upstream version
- use perl_default_filter and DESTDIR
- BR perl(Test::More) >= 0.88



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Email/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	12 Feb 2010 15:10:47 -0000	1.5
+++ .cvsignore	27 Mar 2010 07:25:15 -0000	1.6
@@ -1 +1 @@
-Catalyst-View-Email-0.23.tar.gz
+Catalyst-View-Email-0.27.tar.gz


Index: perl-Catalyst-View-Email.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Email/devel/perl-Catalyst-View-Email.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-Catalyst-View-Email.spec	12 Feb 2010 15:10:47 -0000	1.6
+++ perl-Catalyst-View-Email.spec	27 Mar 2010 07:25:18 -0000	1.7
@@ -1,5 +1,5 @@
 Name:           perl-Catalyst-View-Email
-Version:        0.23
+Version:        0.27
 Release:        1%{?dist}
 Summary:        Send Email from Catalyst
 License:        GPL+ or Artistic
@@ -13,19 +13,23 @@ BuildRequires:  perl(Catalyst) >= 5.7
 BuildRequires:  perl(Email::Date::Format)
 BuildRequires:  perl(Email::MIME) >= 1.859
 BuildRequires:  perl(Email::MIME::Creator) >= 1.455
-#BuildRequires:  perl(Email::Send::Test)
 BuildRequires:  perl(Email::Sender::Simple) => 0.100110
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Catalyst::View::TT)
-BuildRequires:  perl(Catalyst::View::Mason)
+BuildRequires:  perl(Catalyst::View::TT) >= 0.31
+BuildRequires:  perl(Catalyst::View::Mason) >= 0.18
 BuildRequires:  perl(Moose) >= 0.93
+BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(parent)
+BuildRequires:  perl(parent) >= 0.223
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 # not automatically detected
 Requires:       perl(Catalyst) >= 5.7
+Requires:       perl(Catalyst::View::TT) >= 0.31
+Requires:       perl(Catalyst::View::Mason) >= 0.18
 Requires:       perl(Email::MIME) >= 1.859
 
+%{?perl_default_filter}
+
 %description
 This module sends out emails from a stash key specified in the configuration
 settings.
@@ -34,13 +38,13 @@ settings.
 %setup -q -n Catalyst-View-Email-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$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 \;
@@ -60,6 +64,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Mar 27 2010 Iain Arnell <iarnell at gmail.com> 0.27-1
+- update to latest upstream version
+- use perl_default_filter and DESTDIR
+- BR perl(Test::More) >= 0.88
+
 * Fri Feb 12 2010 Iain Arnell <iarnell at gmail.com> 0.23-1
 - update to latest upstream version
 - no BR perl(Email::Send::Test)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-View-Email/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	12 Feb 2010 15:10:47 -0000	1.5
+++ sources	27 Mar 2010 07:25:19 -0000	1.6
@@ -1 +1 @@
-08fc52c612bd133479f525c996b525bb  Catalyst-View-Email-0.23.tar.gz
+963b505c849d835e12428460ab61c232  Catalyst-View-Email-0.27.tar.gz



More information about the scm-commits mailing list