[perl-IO-Async] Update to 0.58 and clean up spec file

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jun 16 19:26:04 UTC 2013


commit 029b44f9b5d57d519d46207256a0b88e99c45f9a
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Jun 16 21:25:53 2013 +0200

    Update to 0.58 and clean up spec file

 .gitignore         |    1 +
 perl-IO-Async.spec |   22 ++++++++++++----------
 sources            |    2 +-
 3 files changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ab8738..1f3760e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 IO-Async-0.28.tar.gz
 /IO-Async-0.29.tar.gz
+/IO-Async-0.58.tar.gz
diff --git a/perl-IO-Async.spec b/perl-IO-Async.spec
index f3667c7..1517d14 100644
--- a/perl-IO-Async.spec
+++ b/perl-IO-Async.spec
@@ -1,18 +1,19 @@
 Name:           perl-IO-Async
-Version:        0.29
-Release:        10%{?dist}
+Version:        0.58
+Release:        1%{?dist}
 Summary:        A collection of modules that implement asynchronous filehandle IO
 
-Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/IO-Async/
 Source0:        http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/IO-Async-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Future)
 BuildRequires:  perl(Heap)
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::Identity)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Refcount)
@@ -22,6 +23,8 @@ BuildRequires:  perl(Async::MergePoint)
 BuildRequires:  perl(Time::HiRes)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 A collection of modules that implement asynchronous filehandle IO
 
@@ -35,7 +38,6 @@ 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 {} ';'
 
@@ -44,18 +46,18 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sun Jun 16 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.58-1
+- Update to 0.58
+- Add perl default filter
+- Remove no-longer-needed macros
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.29-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 689e327..9b10545 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d184c7d2fd54eb19acfed78a02efd32  IO-Async-0.29.tar.gz
+612d05562d32b0f1acdc1e3258d557de  IO-Async-0.58.tar.gz



More information about the perl-devel mailing list