[perl-HTTP-Lite] update to 2.3

Iain Arnell iarnell at fedoraproject.org
Thu Dec 16 05:05:01 UTC 2010


commit 38065edff52b24cb22b8a8ea31c18233439080e6
Author: Iain Arnell <iarnell at gmail.com>
Date:   Thu Dec 16 06:04:48 2010 +0100

    update to 2.3

 .gitignore          |    1 +
 perl-HTTP-Lite.spec |   13 +++++--------
 sources             |    2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a28e97e..83493bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 HTTP-Lite-2.2.tar.gz
+/HTTP-Lite-2.3.tar.gz
diff --git a/perl-HTTP-Lite.spec b/perl-HTTP-Lite.spec
index 42c22ff..ad1064f 100644
--- a/perl-HTTP-Lite.spec
+++ b/perl-HTTP-Lite.spec
@@ -1,12 +1,11 @@
 Name:           perl-HTTP-Lite
-Version:        2.2
-Release:        2%{?dist}
+Version:        2.3
+Release:        1%{?dist}
 Summary:        Lightweight HTTP implementation
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/HTTP-Lite/
 Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/HTTP-Lite-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::CPAN::Meta)
@@ -32,8 +31,6 @@ significantly faster than LWP.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -46,9 +43,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 # platform" messages
 RELEASE_TESTING=1 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README
@@ -56,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 16 2010 Iain Arnell <iarnell at gmail.com> 2.3-1
+- update to latest upstream version
+
 * Thu May 13 2010 Iain Arnell <iarnell at gmail.com> 2.2-2
 - bump for rebuild against perl 5.12.0
 
diff --git a/sources b/sources
index 5616527..8226815 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-149651593132db8f3b06349a67cab77f  HTTP-Lite-2.2.tar.gz
+39d4c96af82fbcdafd83b278ce73d38c  HTTP-Lite-2.3.tar.gz



More information about the perl-devel mailing list