Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 55038a9be0f8b3c0746cb549b14f1207 > files > 2

perl-Log-Dispatch-Config-1.01-2.src.rpm

# $Revision: 1.3 $, $Date: 2004/05/07 00:32:02 $
#
# Conditional build:
%bcond_without	tests	# do not perform "./Build test"
#
%include	/usr/lib/rpm/macros.perl
%define	pdir	Log
%define	pnam	Dispatch-Config
Summary:	Log::Dispatch::Config - Log4j for Perl
Summary(pl):	Log::Dispatch::Config - Log4j dla Perla
Name:		perl-Log-Dispatch-Config
Version:	1.01
Release:	2
# same as perl
License:	GPL v1+ or Artistic
Group:		Development/Languages/Perl
Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5:	9d9b7b5d3426819e6b6e14e91b867242
BuildRequires:	perl-devel >= 1:5.8.0
BuildRequires:	rpm-perlprov >= 4.1-13
%if %{with tests}
BuildRequires:	perl-AppConfig >= 1.52
BuildRequires:	perl-IO-stringy
BuildRequires:	perl-Log-Dispatch >= 2.00
%endif
BuildArch:	noarch
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
Log::Dispatch::Config is a subclass of Log::Dispatch and provides a
way to configure Log::Dispatch object with configuration file
(default, in AppConfig format). I mean, this is log4j for Perl, not
with all API compatibility though.

%description -l pl
Log::Dispatch::Config jest to podklasa Log::Dispatch udostêpniaj±ca
metodê konfiguracji obiektu Log::Dispatch za pomoc± pliku
konfiguracyjnego (domy¶lnie w formacie AppConfig). Oznacza to, ¿e jest
to log4j dla Perla, nie koniecznie zgopdne ze wszystkimi API.

%prep
%setup -q -n %{pdir}-%{pnam}-%{version}

%build
%{__perl} Makefile.PL \
	INSTALLDIRS=vendor
%{__make}

%{?with_tests:%{__make} test}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc Changes
%{perl_vendorlib}/Log/Dispatch/*
%{_mandir}/man3/*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback@pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log: perl-Log-Dispatch-Config.spec,v $
Revision 1.3  2004/05/07 00:32:02  ankry
- rel. 2

Revision 1.2  2004/05/06 18:43:13  ankry
- fixed perl-devel BR

Revision 1.1  2004/04/25 12:17:24  ankry
- initial