Name: perl-CatalystX-ListFramework-Builder Version: 0.36 Release: 1%{?dist} Summary: Instant AJAX web front-end for DBIx::Class, using Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CatalystX-ListFramework-Builder/ Source0: http://www.cpan.org/authors/id/O/OL/OLIVER/CatalystX-ListFramework-Builder-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.1 BuildRequires: perl(Catalyst::Action::RenderView) BuildRequires: perl(Catalyst::Model::DBIC::Schema) BuildRequires: perl(Catalyst::Runtime) >= 5.70 BuildRequires: perl(Catalyst::View::JSON) BuildRequires: perl(Catalyst::View::TT) BuildRequires: perl(Class::C3) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::WWW::Mechanize) >= 1.16 BuildRequires: perl(Test::WWW::Mechanize::Catalyst) >= 0.42 Requires: perl(Catalyst::Action::RenderView) Requires: perl(Catalyst::Model::DBIC::Schema) Requires: perl(Catalyst::Runtime) >= 5.70 Requires: perl(Catalyst::View::JSON) Requires: perl(Catalyst::View::TT) Requires: perl(Class::C3) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module contains an application which will automatically construct a web interface for a database on the fly. The web interface supports Create, Retrieve, Update, Delete and Search operations. %prep %setup -q -n CatalystX-ListFramework-Builder-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT 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 \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Sep 09 2008 Dave Cross 0.35-1 - Specfile autogenerated by cpanspec 1.77.