Christian Wittmer
2011-08-23 13:53:34 +00:00
committed by Git OBS Bridge
parent c04fad4474
commit c61d24b3ec
2 changed files with 13 additions and 2 deletions

View File

@@ -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

View File

@@ -20,7 +20,7 @@ Version: 0.307
Release: 1
License: Artistic
%define cpan_name Log-Agent
Summary: logging agent
Summary: Logging agent
Url: http://search.cpan.org/dist/Log-Agent/
Group: Development/Libraries/Perl
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
BuildRequires: perl
BuildRequires: perl-macros
%if ! ( 0%{?rhel_version} || 0%{?centos_version} )
Recommends: perl(Callback)
%endif
%{perl_requires}
%description
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
requests and delegates processing to a sublayer: the logging driver.