spot pushed to perl-HTTP-Proxy (master). "0.303"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 30 14:45:41 UTC 2015


>From f3cd61870a29a2be01265484cd3a25e853872067 Mon Sep 17 00:00:00 2001
From: Tom Callaway <spot at fedoraproject.org>
Date: Thu, 30 Apr 2015 10:45:04 -0400
Subject: 0.303


diff --git a/.gitignore b/.gitignore
index 8589f2d..13d4e81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 HTTP-Proxy-0.23.tar.gz
 /HTTP-Proxy-0.25.tar.gz
 /HTTP-Proxy-0.302.tar.gz
+/HTTP-Proxy-0.303.tar.gz
diff --git a/perl-HTTP-Proxy.spec b/perl-HTTP-Proxy.spec
index e21ecc0..df1c873 100644
--- a/perl-HTTP-Proxy.spec
+++ b/perl-HTTP-Proxy.spec
@@ -1,16 +1,13 @@
 %{?perl_default_filter}
 
 Name:           perl-HTTP-Proxy
-Version:        0.302
+Version:        0.303
 Release:        1%{?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
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(Module::Build), perl(Module::Build::Tiny)
@@ -18,7 +15,8 @@ BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage), perl(HTML::Parser)
 BuildRequires:  perl(HTTP::Daemon), perl(LWP::UserAgent), perl(Crypt::SSLeay)
 BuildRequires:  perl(File::Spec), perl(Pod::Coverage::TrustPod), perl(Test::CPAN::Meta)
 BuildRequires:  perl(Carp), perl(Exporter), perl(ExtUtils::MakeMaker), perl(Fcntl)
-BuildRequires:  perl(File::Find), perl(File::Path), perl(File::Temp), perl(HTTP::Date)
+BuildRequires:  perl(File::Spec), perl(File::Spec::Functions)
+BuildRequires:  perl(File::Find), perl(File::Path), perl(File::Temp), perl(HTTP::Daemon), perl(HTTP::Date)
 BuildRequires:  perl(HTTP::Headers), perl(HTTP::Headers::Util), perl(HTTP::Request), perl(HTTP::Request::Common)
 BuildRequires:  perl(IO::Handle), perl(IO::Select), perl(IO::Socket::INET)
 BuildRequires:  perl(LWP::ConnCache), perl(LWP::UserAgent), perl(POSIX)
@@ -33,37 +31,31 @@ 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}
 
-
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
-
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-./Build install --destdir=$RPM_BUILD_ROOT --installdirs=vendor --create_packlist=0
-chmod -R u+w $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
+%{_fixperms} %{buildroot}
 
 %check
-./Build test
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
+make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README eg/
 %{perl_vendorlib}/HTTP/
 %{_mandir}/man3/*.3pm*
 
-
 %changelog
+* Thu Apr 30 2015 Tom Callaway <spot at fedoraproject.org> - 0.303-1
+- update to 0.303
+
 * Fri Mar 20 2015 Tom Callaway <spot at fedoraproject.org> - 0.302-1
 - update to 0.302
 
diff --git a/sources b/sources
index 39cd045..1ea61af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-efa81df0cba012ddc018f936531ccccc  HTTP-Proxy-0.302.tar.gz
+aca997e2bdc8c5e24c59607d1cb5b289  HTTP-Proxy-0.303.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-HTTP-Proxy.git/commit/?h=master&id=f3cd61870a29a2be01265484cd3a25e853872067


More information about the scm-commits mailing list