aefdd6b
Name:           perl-HTML-Mason-PSGIHandler
aefdd6b
Version:        0.52
c17aa1a
Release:        2%{?dist}
aefdd6b
Summary:        PSGI handler for HTML::Mason
aefdd6b
License:        GPL+ or Artistic
aefdd6b
Group:          Development/Libraries
aefdd6b
URL:            http://search.cpan.org/dist/HTML-Mason-PSGIHandler/
aefdd6b
Source0:        http://www.cpan.org/authors/id/A/AB/ABH/HTML-Mason-PSGIHandler-%{version}.tar.gz
aefdd6b
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
aefdd6b
BuildArch:      noarch
aefdd6b
BuildRequires:  perl(CGI::PSGI)
aefdd6b
BuildRequires:  perl(ExtUtils::MakeMaker)
aefdd6b
BuildRequires:  perl(HTML::Mason)
aefdd6b
BuildRequires:  perl(Plack::Test)
aefdd6b
BuildRequires:  perl(Test::More)
aefdd6b
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
aefdd6b
aefdd6b
%description
aefdd6b
HTML::Mason::PSGIHandler is a PSGI handler for HTML::Mason. It's based on
aefdd6b
HTML::Mason::CGIHandler and allows you to process Mason templates on any
aefdd6b
web servers that support PSGI.
aefdd6b
aefdd6b
%prep
aefdd6b
%setup -q -n HTML-Mason-PSGIHandler-%{version}
aefdd6b
aefdd6b
%build
aefdd6b
%{__perl} Makefile.PL INSTALLDIRS=vendor
aefdd6b
make %{?_smp_mflags}
aefdd6b
aefdd6b
%install
aefdd6b
rm -rf $RPM_BUILD_ROOT
aefdd6b
aefdd6b
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
aefdd6b
aefdd6b
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
aefdd6b
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
aefdd6b
aefdd6b
%{_fixperms} $RPM_BUILD_ROOT/*
aefdd6b
aefdd6b
%check
aefdd6b
make test
aefdd6b
aefdd6b
%clean
aefdd6b
rm -rf $RPM_BUILD_ROOT
aefdd6b
aefdd6b
%files
aefdd6b
%defattr(-,root,root,-)
aefdd6b
%doc Changes LICENSE README
aefdd6b
%{perl_vendorlib}/*
aefdd6b
%{_mandir}/man3/*
aefdd6b
aefdd6b
%changelog
c17aa1a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.52-2
c17aa1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c17aa1a
aefdd6b
* Wed Dec 22 2010 Ralf Cors├ępius <corsepiu@fedoraproject.org> - 0.52-1
aefdd6b
- Initial Fedora package.