[perl-POE-Filter-HTTP-Parser] 1.06 bump

Petr Pisar ppisar at fedoraproject.org
Tue Mar 8 14:41:02 UTC 2011


commit 21ff04638ab1b252f713b02d4866d10c8c327e99
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Mar 8 15:40:24 2011 +0100

    1.06 bump

 .gitignore                       |    1 +
 perl-POE-Filter-HTTP-Parser.spec |   20 ++++++++------------
 sources                          |    2 +-
 3 files changed, 10 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e750d1..688315b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 POE-Filter-HTTP-Parser-1.02.tar.gz
 /POE-Filter-HTTP-Parser-1.04.tar.gz
+/POE-Filter-HTTP-Parser-1.06.tar.gz
diff --git a/perl-POE-Filter-HTTP-Parser.spec b/perl-POE-Filter-HTTP-Parser.spec
index ce57259..cb71a9a 100644
--- a/perl-POE-Filter-HTTP-Parser.spec
+++ b/perl-POE-Filter-HTTP-Parser.spec
@@ -1,15 +1,14 @@
 Name:           perl-POE-Filter-HTTP-Parser
-Version:        1.04
-Release:        3%{?dist}
+Version:        1.06
+Release:        1%{?dist}
 Summary:        HTTP POE filter for HTTP clients or servers
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/POE-Filter-HTTP-Parser/
 Source0:        http://www.cpan.org/authors/id/B/BI/BINGOS/POE-Filter-HTTP-Parser-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(HTTP::Parser) >= 0.04
+BuildRequires:  perl(HTTP::Parser) >= 0.06
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(HTTP::Status)
@@ -17,7 +16,7 @@ BuildRequires:  perl(POE) >= 1.003
 BuildRequires:  perl(Test::More) >= 0.47
 BuildRequires:  perl(Test::POE::Client::TCP) >= 0.1
 BuildRequires:  perl(Test::POE::Server::TCP) >= 0.16
-Requires:       perl(HTTP::Parser) >= 0.04
+Requires:       perl(HTTP::Parser) >= 0.06
 Requires:       perl(HTTP::Request)
 Requires:       perl(HTTP::Response)
 Requires:       perl(POE) >= 1.003
@@ -38,21 +37,14 @@ mv README{.new,}
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes examples LICENSE README
@@ -60,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 08 2011 Petr Pisar <ppisar at redhat.com> - 1.06-1
+- 1.06 bump
+- Remove BuildRoot stuff
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.04-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 3ff333c..e4d2216 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a9fd4a372582e9e73e08e087d25eb14  POE-Filter-HTTP-Parser-1.04.tar.gz
+5a370d11891c1019eb336a558e967986  POE-Filter-HTTP-Parser-1.06.tar.gz


More information about the scm-commits mailing list