rpms/perl-HTTP-Proxy/devel HTTP-Proxy-0.17-save.pm.patch, NONE, 1.1 perl-HTTP-Proxy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Mon Mar 6 21:05:39 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-HTTP-Proxy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12447/devel

Modified Files:
	.cvsignore sources 
Added Files:
	HTTP-Proxy-0.17-save.pm.patch perl-HTTP-Proxy.spec 
Log Message:
auto-import perl-HTTP-Proxy-0.17-2 on branch devel from perl-HTTP-Proxy-0.17-2.src.rpm

HTTP-Proxy-0.17-save.pm.patch:

--- NEW FILE HTTP-Proxy-0.17-save.pm.patch ---
diff -ruN HTTP-Proxy-0.17-orig/lib/HTTP/Proxy/BodyFilter/save.pm HTTP-Proxy-0.17/lib/HTTP/Proxy/BodyFilter/save.pm
--- HTTP-Proxy-0.17-orig/lib/HTTP/Proxy/BodyFilter/save.pm	2005-09-28 22:26:09.000000000 +0100
+++ HTTP-Proxy-0.17/lib/HTTP/Proxy/BodyFilter/save.pm	2006-03-06 20:50:50.000000000 +0000
@@ -279,7 +279,7 @@
 Returning C<""> or C<undef> will prevent the creation of the file.
 This lets a filter decide even more precisely what to save or not,
 even though this should be done in the match subroutine (see
-HTTP::Proxy's C<pushè_filte()> method).
+HTTP::Proxy's C<push_filter()> method).
 
 =back
 
@@ -389,7 +389,7 @@
 
 Thanks to Nicolas Chuche for telling me about C<O_EXCL>.
 
-Thanks to Rafaël Garcia-Suarez and David Rigaudiere for their help on
+Thanks to Rafaël Garcia-Suarez and David Rigaudiere for their help on
 irc while coding the nasty C<begin()> method. C<;-)>
 
 Thanks to Howard Jones for the inspiration and initial patch for the


--- NEW FILE perl-HTTP-Proxy.spec ---
Name:           perl-HTTP-Proxy
Version:        0.17
Release:        2%{?dist}
Summary:        A pure Perl HTTP proxy

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/HTTP-Proxy/
Source0:        http://www.cpan.org/authors/id/B/BO/BOOK/HTTP-Proxy-%{version}.tar.gz
Patch0:         HTTP-Proxy-0.17-save.pm.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Pod), perl(HTML::Parser)
BuildRequires:  perl(HTTP::Daemon), perl(LWP::UserAgent), perl(Crypt::SSLeay)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Its main use should be to record and/or modify web sessions, so as to
help users create web robots, web testing suites, as well as proxy
systems than can transparently alter the requests to and answers from
an origin server.


%prep
%setup -q -n HTTP-Proxy-%{version}
%patch0 -p1


%build
%{__perl} Build.PL installdirs=vendor
./Build


%install
rm -rf $RPM_BUILD_ROOT
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
chmod -R u+w $RPM_BUILD_ROOT/*


%check
./Build test


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Mon Mar  6 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-2
- save.pm patched and converted to utf8 (HTTP-Proxy-0.17-save.pm.patch).

* Thu Dec  8 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-1
- Update to 0.17.

* Thu Sep  8 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.16-1
- Update to 0.16.

* Sun Jul 04 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.13-0.fdr.1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-HTTP-Proxy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Mar 2006 21:04:08 -0000	1.1
+++ .cvsignore	6 Mar 2006 21:05:38 -0000	1.2
@@ -0,0 +1 @@
+HTTP-Proxy-0.17.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-HTTP-Proxy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Mar 2006 21:04:08 -0000	1.1
+++ sources	6 Mar 2006 21:05:38 -0000	1.2
@@ -0,0 +1 @@
+5f8dee810951840408092c07faccfa1a  HTTP-Proxy-0.17.tar.gz




More information about the fedora-extras-commits mailing list