commit 03490fd04bffce74665296071d8f1570f78939fa
Author: Iain Arnell <iarn...@gmail.com>
Date:   Thu Dec 9 18:03:42 2010 +0100

    update to 2.06
    
    - fixes FTBFS RHBZ#660836
    - clean up spec for modern rpmbuild

 .gitignore                                |    1 +
 perl-POE-Component-Server-SimpleHTTP.spec |   14 ++++++--------
 sources                                   |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e10377b..1c9a6d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 POE-Component-Server-SimpleHTTP-2.04.tar.gz
+/POE-Component-Server-SimpleHTTP-2.06.tar.gz
diff --git a/perl-POE-Component-Server-SimpleHTTP.spec 
b/perl-POE-Component-Server-SimpleHTTP.spec
index adedf7f..f10349f 100644
--- a/perl-POE-Component-Server-SimpleHTTP.spec
+++ b/perl-POE-Component-Server-SimpleHTTP.spec
@@ -1,6 +1,6 @@
 Name:           perl-POE-Component-Server-SimpleHTTP
 # Use two digit pricision since 2.04 version
-Version:        2.04
+Version:        2.06
 Release:        1%{?dist}
 Summary:        Serve HTTP requests in POE
 License:        GPL+ or Artistic
@@ -9,7 +9,6 @@ URL:            
http://search.cpan.org/dist/POE-Component-Server-SimpleHTTP/
 Source0:        
http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-Server-SimpleHTTP-%{version}.tar.gz
 
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 BuildRequires:  perl(Carp)
@@ -64,8 +63,6 @@ yes | %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
@@ -76,10 +73,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null 
\;
 make test
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files
 %defattr(-,root,root,-)
 %doc README Changes examples/
@@ -88,6 +81,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Dec 09 2010 Iain Arnell <iarn...@gmail.com> 2.06-1
+- update to latest upstream version
+- fixes FTBFS RHBZ#660836
+- clean up spec for modern rpmbuild
+
 * Wed Jun 23 2010 Petr Pisar <ppi...@redhat.com> - 2.04-1
 - 2.04 bump (bug #602616)
 - Clean dependencies up
diff --git a/sources b/sources
index 559e8ab..a0b1d00 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad81b2fcb05881deeebbae9fd894ea67  POE-Component-Server-SimpleHTTP-2.04.tar.gz
+5bbb34dd9525e2c5a93d0199338ded91  POE-Component-Server-SimpleHTTP-2.06.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to