Name: perl-Class-DBI-Pg Version: 0.09 Release: 9%{?dist} Summary: Class::DBI extension for PostgreSQL Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Class-DBI-Pg/ Source0: http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/Class-DBI-Pg-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::DBI), perl-DBD-Pg, perl(Test::More), perl(Module::Build) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl-DBD-Pg %description %{summary}. %prep %setup -q -n Class-DBI-Pg-%{version} perldoc -t perlartistic > Artistic perldoc -t perlgpl > COPYING %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Artistic COPYING Changes %{perl_vendorlib}/Class/DBI %{_mandir}/man3/*.3* %changelog * Fri Apr 30 2010 Marcela Maslanova - 0.09-9 - Mass rebuild with perl-5.12.0 - apply https://rt.cpan.org/Public/Bug/Display.html?id=56880 * Mon Dec 7 2009 Stepan Kasal - 0.09-8 - rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering - 0.09-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.09-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Nov 20 2008 Tom "spot" Callaway - 0.09-5 - fix source url for new CPAN owner * Wed Feb 27 2008 Tom "spot" Callaway - 0.09-4 - Rebuild for perl 5.10 (again) * Mon Jan 28 2008 Tom "spot" Callaway 0.09-3 - rebuild for new perl * Fri Aug 24 2007 Tom "spot" Callaway 0.09-2 - license fix * Thu Sep 14 2006 Tom "spot" Callaway 0.09-1 - bump to 0.09 * Fri Mar 31 2006 Tom "spot" Callaway 0.08-1 - bump to 0.08 * Fri Sep 2 2005 Paul Howarth 0.06-3 - remove redundant BR: perl - honor %%{_smp_mflags} - include license text - add perl-DBD-Pg dep * Fri Jul 8 2005 Tom "spot" Callaway 0.06-2 - cleanups * Wed Jul 6 2005 Tom "spot" Callaway 0.06-1 - Initial package for Fedora Extras