Author: qboosh Date: Sun Feb 5 00:02:37 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - descs, BRs
---- Files affected: SPECS: perl-HTTP-Proxy.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/perl-HTTP-Proxy.spec diff -u SPECS/perl-HTTP-Proxy.spec:1.2 SPECS/perl-HTTP-Proxy.spec:1.3 --- SPECS/perl-HTTP-Proxy.spec:1.2 Sat Feb 4 15:17:44 2006 +++ SPECS/perl-HTTP-Proxy.spec Sun Feb 5 01:02:31 2006 @@ -1,8 +1,8 @@ # $Revision$, $Date$ # # Conditional build: -%bcond_without autodeps # don't BR packages needed only for resolving deps -%bcond_without tests # do not perform "make test" +%bcond_without autodeps # don't BR packages needed only for resolving deps +%bcond_without tests # do not perform "make test" # %include /usr/lib/rpm/macros.perl %define pdir HTTP @@ -17,26 +17,38 @@ Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 5f8dee810951840408092c07faccfa1a +URL: http://search.cpan.org/dist/HTTP-Proxy/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with autodeps} || %{with tests} -# BuildRequires: perl- -# BuildRequires: perl- +BuildRequires: perl-libwww +BuildRequires: perl(HTTP::Daemon) >= 1.25 +BuildRequires: perl(LWP::UserAgent) >= 2 %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _noautoreq 'perl(anything_fake_or_conditional)' - %description - +This module implements a HTTP proxy, using a HTTP::Daemon to accept +client connections, and a LWP::UserAgent to ask for the requested +pages. + +The most interesting feature of this proxy object is its ability to +filter the HTTP requests and responses through user-defined filters. + %description -l pl +Ten moduł implementuje proxy HTTP, używając HTTP::Daemon do +przyjmowania połączeń klienckich i LWP::UserAgent do pobierania +żądanych stron. + +Najciekawszą opcją tego obiektu proxy jest możliwość filtrowania +zapytań i odpowiedzi HTTP poprzez filtry definiowane przez +użytkownika. %prep %setup -q -n %{pdir}-%{pnam}-%{version} %build -# Don't use pipes here: they generally don't work. Apply a patch. %{__perl} Makefile.PL \ INSTALLDIRS=vendor @@ -65,6 +77,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2006/02/05 00:02:31 qboosh +- descs, BRs + Revision 1.2 2006/02/04 14:17:44 glen - License: tag needs license name(s) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-HTTP-Proxy.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
