commit e2bfda3df836f2e358e656baee7557cedffffa34 Author: Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> Date: Sun May 22 15:35:43 2011 +0200 Update to 1.000100 .gitignore | 1 + perl-CGI-Application-Plugin-DBIx-Class.spec | 24 ++++++++++++------------ sources | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) --- diff --git a/.gitignore b/.gitignore index cfd2458..b681e13 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ CGI-Application-Plugin-DBIx-Class-0.100210.tar.gz +/CGI-Application-Plugin-DBIx-Class-1.000100.tar.gz diff --git a/perl-CGI-Application-Plugin-DBIx-Class.spec b/perl-CGI-Application-Plugin-DBIx-Class.spec index 0fe5423..f17eafa 100644 --- a/perl-CGI-Application-Plugin-DBIx-Class.spec +++ b/perl-CGI-Application-Plugin-DBIx-Class.spec @@ -1,15 +1,14 @@ Name: perl-CGI-Application-Plugin-DBIx-Class -Version: 0.100210 -Release: 4%{?dist} +Version: 1.000100 +Release: 1%{?dist} Summary: Access a DBIx::Class Schema from a CGI::Application License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Application-Plugin-DBIx-Class/ Source0: http://www.cpan.org/authors/id/F/FR/FREW/CGI-Application-Plugin-DBIx-Class-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI::Application) -BuildRequires: perl(CGI::Application::Plugin::DBH) +BuildRequires: perl(DBD::SQLite) BuildRequires: perl(DBIx::Class) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(parent) @@ -19,6 +18,8 @@ BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description This module helps you to map various DBIx::Class features to CGI parameters. For the most part that means it will help you search, sort, and @@ -33,8 +34,6 @@ connection from CGI::Application::Plugin::DBH. 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 {} \; @@ -43,19 +42,20 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check -# using deprecated Class::ISA -#make test - -%clean -rm -rf $RPM_BUILD_ROOT +make test %files -%defattr(-,root,root,-) %doc Changes dist.ini LICENSE META.json README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sun May 22 2011 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> - 1.000100-1 +- Update to 1.000100 +- Spec clean-up +- Replace CGI::Application::Plugin::DBH with DBD::SQLite as a BR +- Enable tests + * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.100210-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index ab008ac..649e709 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1e6880168befb5d83fc6eee0e026bcea CGI-Application-Plugin-DBIx-Class-0.100210.tar.gz +2585b110dc4fed16ffb067b51b57c560 CGI-Application-Plugin-DBIx-Class-1.000100.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel