packages: perl-HTTP-Proxy/perl-HTTP-Proxy.spec - updated to 0.24
amateja
amateja at pld-linux.org
Tue Sep 15 09:12:55 CEST 2009
Author: amateja Date: Tue Sep 15 07:12:55 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 0.24
---- Files affected:
packages/perl-HTTP-Proxy:
perl-HTTP-Proxy.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: packages/perl-HTTP-Proxy/perl-HTTP-Proxy.spec
diff -u packages/perl-HTTP-Proxy/perl-HTTP-Proxy.spec:1.7 packages/perl-HTTP-Proxy/perl-HTTP-Proxy.spec:1.8
--- packages/perl-HTTP-Proxy/perl-HTTP-Proxy.spec:1.7 Mon Dec 24 03:13:14 2007
+++ packages/perl-HTTP-Proxy/perl-HTTP-Proxy.spec Tue Sep 15 09:12:49 2009
@@ -10,20 +10,20 @@
Summary: A pure Perl HTTP proxy
Summary(pl.UTF-8): Proxy HTTP zaimplementowany w czystym Perlu
Name: perl-%{pdir}-%{pnam}
-Version: 0.20
-Release: 0.1
+Version: 0.24
+Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: a5788ffa3a82796ee990cb0fc18b4c6c
+# Source0-md5: a3c3b7df0339c0251c952a6fc00da5e8
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-libwww
BuildRequires: perl(HTTP::Daemon) >= 1.25
BuildRequires: perl(LWP::UserAgent) >= 2
+BuildRequires: perl-libwww >= 1.25
%endif
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,7 +35,7 @@
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.UTF-8
Ten moduł implementuje proxy HTTP, używając HTTP::Daemon do
przyjmowania połączeń klienckich i LWP::UserAgent do pobierania
@@ -62,6 +62,9 @@
%{__make} pure_install \
DESTDIR=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a eg $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -71,13 +74,17 @@
%{perl_vendorlib}/HTTP/Proxy.pm
%{perl_vendorlib}/HTTP/Proxy
%{_mandir}/man3/*
+%{_examplesdir}/%{name}-%{version}
-%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2009/09/15 07:12:49 amateja
+- updated to 0.24
+
Revision 1.7 2007/12/24 02:13:14 zbyniu
- up to 0.20
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-HTTP-Proxy/perl-HTTP-Proxy.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list