Accepting request 401418 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/401418 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Write-Rotate?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
57da7c517c
commit
ad55b1d67f
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-Write-Rotate
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-File-Write-Rotate
|
||||
Version: 0.29
|
||||
Version: 0.30
|
||||
Release: 0
|
||||
%define cpan_name File-Write-Rotate
|
||||
Summary: Write to files that archive/rotate themselves
|
||||
@@ -31,8 +31,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Flock::Retry)
|
||||
BuildRequires: perl(File::Slurp::Tiny)
|
||||
BuildRequires: perl(File::Slurper)
|
||||
BuildRequires: perl(File::chdir)
|
||||
BuildRequires: perl(IO::Compress::Gzip)
|
||||
BuildRequires: perl(Monkey::Patch::Action)
|
||||
BuildRequires: perl(Proc::PID::File)
|
||||
BuildRequires: perl(Taint::Runtime)
|
||||
@@ -41,6 +42,7 @@ BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(Test::Warnings) >= 0.014
|
||||
BuildRequires: perl(tainting) >= 0.01
|
||||
Requires: perl(File::Flock::Retry)
|
||||
Requires: perl(IO::Compress::Gzip)
|
||||
Requires: perl(Proc::PID::File)
|
||||
%{perl_requires}
|
||||
|
||||
@@ -52,7 +54,7 @@ done by size (after a certain size is reached), by time
|
||||
(daily/monthly/yearly), or both.
|
||||
|
||||
I first wrote this module for logging script STDERR output to files (see
|
||||
the Tie::Handle::FileWriteRotate manpage).
|
||||
Tie::Handle::FileWriteRotate).
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
Reference in New Issue
Block a user