rpms/perl-POE-Component-SimpleLog/devel perl-POE-Component-SimpleLog.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sun Jul 9 18:58:36 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-SimpleLog/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6722/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-POE-Component-SimpleLog.spec 
Log Message:
auto-import perl-POE-Component-SimpleLog-1.03-0.fc5 on branch devel from perl-POE-Component-SimpleLog-1.03-0.fc5.src.rpm


--- NEW FILE perl-POE-Component-SimpleLog.spec ---
Name:           perl-POE-Component-SimpleLog
Version:        1.03        
Release:        0%{?dist}
Summary:        A simple logging system for POE 

Group:          Development/Libraries
License:        Artistic or GPL        
URL:            http://search.cpan.org/dist/POE-Component-SimpleLog            
Source0: http://search.cpan.org/CPAN/authors/id/A/AP/APOCAL/POE-Component-SimpleLog-%{version}.tar.gz        
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch 
BuildRequires:  perl
BuildRequires:  perl(POE)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module is a vastly simplified logging system that can do nice stuff.
Think of this module as a dispatcher for various logs.

This module *DOES NOT* do anything significant with logs, it simply routes
them to the appropriate place ( Events )

You register a log that you are interested in, by telling SimpleLog the target
session and target event. Once that is done, any log messages your program
generates ( sent to SimpleLog of course ) will be massaged, then sent to the
target session / target event for processing.

This enables an interesting logging system that can be changed during runtime
and allow pluggable interpretation of messages.


%prep
%setup -q -n POE-Component-SimpleLog-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*


%check
make test


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Fri Jul 07 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.03-0
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SimpleLog/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Jul 2006 18:58:28 -0000	1.1
+++ .cvsignore	9 Jul 2006 18:58:36 -0000	1.2
@@ -0,0 +1 @@
+POE-Component-SimpleLog-1.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SimpleLog/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Jul 2006 18:58:28 -0000	1.1
+++ sources	9 Jul 2006 18:58:36 -0000	1.2
@@ -0,0 +1 @@
+fc5d648853b82364ba92fccd0326e0bd  POE-Component-SimpleLog-1.03.tar.gz




More information about the fedora-extras-commits mailing list