|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Log-Any
|
|
|
|
|
Version: 1.049
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Bringing loggers and listeners together
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: http://search.cpan.org/dist/Log-Any/
|
|
|
|
@ -48,6 +48,9 @@ such as Log::Dispatch or Log::Log4perl.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Log-Any-%{version}
|
|
|
|
|
|
|
|
|
|
# delete version-control-internal-file
|
|
|
|
|
find . -name .gitignore -exec rm -f {} \; >/dev/null
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
@ -66,6 +69,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Mar 30 2017 Tim Orling <ticotimo@gmail.com> - 1.049-2
|
|
|
|
|
- delete version-control-internal-file caught by rpmlint
|
|
|
|
|
|
|
|
|
|
* Wed Mar 29 2017 Tim Orling <ticotimo@gmail.com> - 1.049-1
|
|
|
|
|
- 1.049 bump (bug #1436460)
|
|
|
|
|
- BR perl(Sys::Syslog)
|
|
|
|
|