|
|
|
@ -1,13 +1,16 @@
|
|
|
|
|
Name: perl-Log-Contextual
|
|
|
|
|
Version: 0.006005
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 0.007000
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Simple logging interface with a contextual log
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/Log-Contextual/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/F/FR/FREW/Log-Contextual-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
@ -54,7 +57,7 @@ make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
@ -67,6 +70,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 06 2016 Petr Pisar <ppisar@redhat.com> - 0.007000-1
|
|
|
|
|
- 0.007000 bump
|
|
|
|
|
|
|
|
|
|
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.006005-5
|
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
|
|
|
|
|