fix build for CentOS
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Agent?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
c04fad4474
commit
c61d24b3ec
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 23 13:52:31 UTC 2011 - chris@computersalat.de
|
||||||
|
|
||||||
|
- fix build for CentOS
|
||||||
|
* Unknown tag: Recommends: perl(Callback)
|
||||||
|
- rpmlint
|
||||||
|
* summary-not-capitalized
|
||||||
|
* spelling-error desc -l C independant -> independent
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 1 10:36:28 UTC 2011 - coolo@opensuse.org
|
Sun May 1 10:36:28 UTC 2011 - coolo@opensuse.org
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ Version: 0.307
|
|||||||
Release: 1
|
Release: 1
|
||||||
License: Artistic
|
License: Artistic
|
||||||
%define cpan_name Log-Agent
|
%define cpan_name Log-Agent
|
||||||
Summary: logging agent
|
Summary: Logging agent
|
||||||
Url: http://search.cpan.org/dist/Log-Agent/
|
Url: http://search.cpan.org/dist/Log-Agent/
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: http://www.cpan.org/authors/id/M/MR/MROGASKI/%{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/M/MR/MROGASKI/%{cpan_name}-%{version}.tar.gz
|
||||||
@@ -28,12 +28,14 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
%if ! ( 0%{?rhel_version} || 0%{?centos_version} )
|
||||||
Recommends: perl(Callback)
|
Recommends: perl(Callback)
|
||||||
|
%endif
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The 'Log::Agent' module provides an abstract layer for logging and tracing,
|
The 'Log::Agent' module provides an abstract layer for logging and tracing,
|
||||||
which is independant from the actual method used to physically perform
|
which is independent from the actual method used to physically perform
|
||||||
those activities. It acts as an agent (hence the name) that collects the
|
those activities. It acts as an agent (hence the name) that collects the
|
||||||
requests and delegates processing to a sublayer: the logging driver.
|
requests and delegates processing to a sublayer: the logging driver.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user