Name: perl-DBIx-Log4perl Version: 0.26 Release: 1%{?dist} Summary: Perl extension for DBI to selectively log DBI methods, SQL, parameters, result-sets, transactions etc to a Log::Log4perl handle License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DBIx-Log4perl/ Source0: http://www.cpan.org/authors/id/M/MJ/MJEVANS/DBIx-Log4perl-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(DBI) >= 1.21 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Log::Log4perl) >= 1.04 BuildRequires: perl(Test::More) >= 0.62 Requires: perl(DBI) >= 1.5 Requires: perl(Log::Log4perl) >= 1.04 Requires: perl(Test::More) >= 0.62 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description NOTE: The names of DBIx::Log4perl "ATTRIBUTES" have changed in version 0.18. They are now all lowercased as per the DBI specification. %prep %setup -q -n DBIx-Log4perl-%{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 example.conf README todo.txt %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Aug 06 2020 Dave Cross 0.26-1 - Specfile autogenerated by cpanspec 1.78.