rpms/perl-MasonX-Interp-WithCallbacks/devel perl-MasonX-Interp-WithCallbacks.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Jul 27 16:14:16 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-MasonX-Interp-WithCallbacks/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8654/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-MasonX-Interp-WithCallbacks.spec 
Log Message:
Import.



--- NEW FILE perl-MasonX-Interp-WithCallbacks.spec ---
Name:           perl-MasonX-Interp-WithCallbacks
Version:        1.16
Release:        1%{?dist}
Summary:        Mason callback support via Params::CallbackRequest
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/MasonX-Interp-WithCallbacks/
Source0:        http://www.cpan.org/authors/id/D/DW/DWHEELER/MasonX-Interp-WithCallbacks-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Apache::TestMB)
BuildRequires:  perl(Class::Container) >= 0.09
BuildRequires:  perl(HTML::Mason) >= 1.23
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Params::CallbackRequest) >= 1.15
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
Requires:       perl(Apache::TestMB)
Requires:       perl(Class::Container) >= 0.09
Requires:       perl(HTML::Mason) >= 1.23
Requires:       perl(Params::CallbackRequest) >= 1.15
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
MasonX::Interp::WithCallbacks subclasses HTML::Mason::Interp in order to
provide a Mason callback system built on Params::CallbackRequest. Callbacks
may be either code references provided to the new() constructor, or methods
defined in subclasses of Params::Callback. Callbacks are triggered either
for every request or by specially named keys in the Mason request
arguments, and all callbacks are executed at the beginning of a request,
just before Mason creates and executes the request component stack.

%prep
%setup -q -n MasonX-Interp-WithCallbacks-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
%{?_with_check:./Build test}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Jul 16 2007 Steven Pritchard <steve at kspei.com> 1.16-1
- Specfile autogenerated by cpanspec 1.73.
- BR Test::More and Test::Pod.
- Disable tests for now.  (The are written for mod_perl 1.)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MasonX-Interp-WithCallbacks/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Jul 2007 15:56:49 -0000	1.1
+++ .cvsignore	27 Jul 2007 16:13:43 -0000	1.2
@@ -0,0 +1 @@
+MasonX-Interp-WithCallbacks-1.16.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MasonX-Interp-WithCallbacks/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Jul 2007 15:56:49 -0000	1.1
+++ sources	27 Jul 2007 16:13:43 -0000	1.2
@@ -0,0 +1 @@
+c0103a91c48b1fe79329dbd3ad977a44  MasonX-Interp-WithCallbacks-1.16.tar.gz




More information about the scm-commits mailing list