Author: qboosh Date: Sat Mar 31 11:21:39 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl fix, cleanup - BR package names where possible, Module::Build is always required
---- Files affected: SPECS: perl-HTTP-Async.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/perl-HTTP-Async.spec diff -u SPECS/perl-HTTP-Async.spec:1.2 SPECS/perl-HTTP-Async.spec:1.3 --- SPECS/perl-HTTP-Async.spec:1.2 Mon Mar 19 11:03:52 2007 +++ SPECS/perl-HTTP-Async.spec Sat Mar 31 13:21:34 2007 @@ -14,24 +14,24 @@ # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-authors/id/E/EV/EVDB/HTTP-Async-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-authors/id/E/EV/EVDB/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: d18d2c705ea8a2b1e3d40cb65ee73fbd -#URL: http://search.cpan.org/dist/HTTP-Async/ +URL: http://search.cpan.org/dist/HTTP-Async/ +BuildRequires: perl-Module-Build BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 -# generic URL, check or change before uncommenting %if %{with tests} BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Response) BuildRequires: perl(HTTP::Server::Simple::CGI) BuildRequires: perl(HTTP::Status) BuildRequires: perl(LWP::UserAgent) -BuildRequires: perl(Module::Build) BuildRequires: perl(Net::HTTP) BuildRequires: perl(Net::HTTP::NB) -BuildRequires: perl(Test::HTTP::Server::Simple) -BuildRequires: perl(URI) BuildRequires: perl(URI::Escape) +BuildRequires: perl-Test-HTTP-Server-Simple +BuildRequires: perl-URI +BuildRequires: perl-libwww %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -61,10 +61,10 @@ jednego w tym samym czasie. HTTP::Async stara się rozwiązać ten problem. -Moduł udostepnia obiekt 'Async', do którego można dodawać +Moduł udostępnia obiekt 'Async', do którego można dodawać żądania HTTP i pobierać je z niego gdy te zostaną zakończone. Wysyłanie i odbieranie żądań jest ukryte pod warstwą abstrakcji. -Po dodaniu żądania jest ono natychmiastowo wysyłane, jeśli jest +Po dodaniu żądania jest ono natychmiastowo wysyłane, a jeśli jest ich zbyt dużo w danym momencie, kolejne wywołania są kolejkowane. Podczas oczekiwania na odbiór danych kontrola przekazywana jest do @@ -104,10 +104,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2007/03/31 11:21:34 qboosh +- pl fix, cleanup +- BR package names where possible, Module::Build is always required + Revision 1.2 2007/03/19 10:03:52 beorn - Polish translation - Adapterized Revision 1.1 2007/03/19 00:28:36 radek - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-HTTP-Async.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
