[perl-HTTP-Parser] 0.06 bump

Petr Pisar ppisar at fedoraproject.org
Tue Mar 8 13:58:07 UTC 2011


commit 669631e0b9d93df7969110b9e8d98c5b2adec47c
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Mar 8 14:57:34 2011 +0100

    0.06 bump

 .gitignore            |    1 +
 perl-HTTP-Parser.spec |   16 ++++++----------
 sources               |    2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 93ec55e..76f524a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 HTTP-Parser-0.05.tar.gz
+/HTTP-Parser-0.06.tar.gz
diff --git a/perl-HTTP-Parser.spec b/perl-HTTP-Parser.spec
index eb67737..57ff6d8 100644
--- a/perl-HTTP-Parser.spec
+++ b/perl-HTTP-Parser.spec
@@ -1,12 +1,11 @@
 Name:           perl-HTTP-Parser
-Version:        0.05
-Release:        3%{?dist}
+Version:        0.06
+Release:        1%{?dist}
 Summary:        Parse HTTP/1.1 request into HTTP::Request/Response object
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/HTTP-Parser/
 Source0:        http://www.cpan.org/authors/id/E/ED/EDECA/HTTP-Parser-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(HTTP::Request)
@@ -29,21 +28,14 @@ if it finds an error.
 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 README
@@ -51,6 +43,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 08 2011 Petr Pisar <ppisar at redhat.com> - 0.06-1
+- 1.06 bump
+- Remove BuildRoot stuff
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.05-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 0b0d22b..af01145 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3aefac2e4632b1c3c2ae76e565806de2  HTTP-Parser-0.05.tar.gz
+067420cdccddf91101502896eb7acb97  HTTP-Parser-0.06.tar.gz



More information about the perl-devel mailing list