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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sun Sep 3 01:13:39 UTC 2006


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-POE-Component-SimpleDBI.spec 
Log Message:
auto-import perl-POE-Component-SimpleDBI-1.12-1.fc5 on branch devel from perl-POE-Component-SimpleDBI-1.12-1.fc5.src.rpm


--- NEW FILE perl-POE-Component-SimpleDBI.spec ---
Name:           perl-POE-Component-SimpleDBI
Version:        1.12
Release:        1%{?dist}
Summary:        Asynchronous non-blocking DBI calls in POE made simple
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/POE-Component-SimpleDBI/
Source0:        http://www.cpan.org/authors/id/A/AP/APOCAL/POE-Component-SimpleDBI-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  perl(DBI) >= 1.30
BuildRequires:  perl(Error) >= 0.15
BuildRequires:  perl(POE) >= 0.20

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

%description
This module works its magic by creating a new session with POE, then
spawning off a child process to do the "heavy" lifting. That way, your main
POE process can continue servicing other clients. Queries are put into a
queue, and processed one at a time.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

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

%changelog
* Fri Aug 25 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.12-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SimpleDBI/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Sep 2006 01:13:31 -0000	1.1
+++ .cvsignore	3 Sep 2006 01:13:39 -0000	1.2
@@ -0,0 +1 @@
+POE-Component-SimpleDBI-1.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SimpleDBI/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Sep 2006 01:13:31 -0000	1.1
+++ sources	3 Sep 2006 01:13:39 -0000	1.2
@@ -0,0 +1 @@
+a1c287b5297ceef014910722f3ce8b3f  POE-Component-SimpleDBI-1.12.tar.gz




More information about the scm-commits mailing list