Author: qboosh Date: Sat Mar 31 16:27:13 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, real module desc from README (instead of random part of API description) - generic URL, cleanup
---- Files affected: SPECS: perl-POE-Component-LaDBI.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/perl-POE-Component-LaDBI.spec diff -u SPECS/perl-POE-Component-LaDBI.spec:1.2 SPECS/perl-POE-Component-LaDBI.spec:1.3 --- SPECS/perl-POE-Component-LaDBI.spec:1.2 Mon Mar 26 22:00:02 2007 +++ SPECS/perl-POE-Component-LaDBI.spec Sat Mar 31 18:27:08 2007 @@ -6,29 +6,39 @@ %include /usr/lib/rpm/macros.perl %define pdir POE %define pnam Component-LaDBI -Summary: POE::Component::LaDBI - POE Component that spawns a perl subprocess to handle non-blocking access to the DBI API. -#Summary(pl): +Summary: POE::Component::LaDBI - POE Component that spawns a perl subprocess to handle non-blocking access to the DBI API +Summary(pl.UTF-8): POE::Component::LaDBI - komponent POE uruchamiający podproces perla obsługujący nieblokujący dostęp do API DBI Name: perl-POE-Component-LaDBI Version: 1.2.1 Release: 0.1 License: unknown Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/POE/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 5703be6ff1b6140519023c917f4b3854 -Patch0: perl-POE-Component-LaDBI.patch +Patch0: %{name}.patch +URL: http://search.cpan.org/dist/POE-Component-LaDBI/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} -BuildRequires: perl(DBI) >= 1.20 -BuildRequires: perl(POE) >= 0.18 +BuildRequires: perl-DBI >= 1.20 +BuildRequires: perl-POE >= 0.18 %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -All request events have the same handler. This is because the handler merely -creates a request message and sends it to the perl sub-process which is doing -the actuall DBI calls. +POE::Component::LaDBI is a POE Component to allow for non-blocking +access to most of the DBI API. Each LaDBI component session started +spawns a sub-process which it communicates with via POE::Wheel::Run. +Multiple DBI database handles can be created in the sub-process, but +within the sub-process DBI calls will still block. + +%description -l pl.UTF-8 +POE::Component::LaDBI to komponent POE umożliwiający nieblokujący +dostęp do większości API DBI. Każda uruchomiona sesja komponentu LaDBI +tworzy podproces, z którym komunikuje się poprzez POE::Wheel::Run. +W podprocesie można utworzyć wiele uchwytów baz danych DBI, ale w +ramach podprocesu wywołania DBI będą nadal blokujące. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -46,10 +56,10 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -%{__install} -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} -mv $RPM_BUILD_ROOT%{perl_vendorlib}/POE/Component/example.pl $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/ -mv $RPM_BUILD_ROOT%{perl_vendorlib}/POE/Component/ladbi_config.pl $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/ +install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +mv $RPM_BUILD_ROOT%{perl_vendorlib}/POE/Component/example.pl $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +mv $RPM_BUILD_ROOT%{perl_vendorlib}/POE/Component/ladbi_config.pl $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %clean rm -rf $RPM_BUILD_ROOT @@ -68,9 +78,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2007/03/31 16:27:08 qboosh +- pl, real module desc from README (instead of random part of API description) +- generic URL, cleanup + Revision 1.2 2007/03/26 20:00:02 radek - cleanup Revision 1.1 2007/03/26 12:29:36 agaran - initial, rel 0.1 (no license information in package) - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-POE-Component-LaDBI.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
