Author: cweyl Update of /cvs/extras/rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22494 Modified Files: sources Added Files: perl-Class-DBI-Plugin-DeepAbstractSearch.spec Log Message: * Sat May 23 2009 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.08-1 - submission (new testing dep of latest DBIx::Class) --- NEW FILE perl-Class-DBI-Plugin-DeepAbstractSearch.spec --- Name: perl-Class-DBI-Plugin-DeepAbstractSearch Version: 0.08 Release: 1%{?dist} # lib/Class/DBI/Plugin/DeepAbstractSearch.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: SQL::Abstract for Class::DBI Source: http://search.cpan.org/CPAN/authors/id/S/SR/SRIHA/Class-DBI-Plugin-DeepAbstractSearch-%{version}.tar.gz Url: http://search.cpan.org/dist/Class-DBI-Plugin-DeepAbstractSearch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Class::DBI) >= 0.96 BuildRequires: perl(Class::DBI::Plugin) >= 0.02 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(SQL::Abstract) >= 1.18 BuildRequires: perl(Test::More) >= 0.32 # not picked up -- "use base" Requires: perl(Class::DBI) Requires: perl(Class::DBI::Plugin) %description This plugin provides a SQL::Abstract search method for Class::DBI. It is similar to Class::DBI::AbstractSearch, but allows you to search and sort by fields from joined tables. %prep %setup -q -n Class-DBI-Plugin-DeepAbstractSearch-%{version} find . -type f -exec chmod -c -x {} ';' find . -type f -exec perl -pi -e 's/\r//' {} ';' %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sat May 23 2009 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.08-1 - submission (new testing dep of latest DBIx::Class) * Sat May 23 2009 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.08-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-DBI-Plugin-DeepAbstractSearch/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 May 2009 22:12:18 -0000 1.1 +++ sources 31 May 2009 17:57:52 -0000 1.2 @@ -0,0 +1 @@ +c4753aff910ba9080dfa4040ed834d4e Class-DBI-Plugin-DeepAbstractSearch-0.08.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list