%global pkg_name IO-Async %global pkg_version 0.10 %global rpm_pkg_version 0.10 %global rpm_pkg_release 1.n0i.4 Summary: A collection of modules that implement asynchronous filehandle IO Name: perl-%{pkg_name} Version: %{rpm_pkg_version} Release: %{rpm_pkg_release}%{?cpan_version}%{?dist} Group: Development/Libraries License: Artistic 2.0 URL: http://search.cpan.org/dist/%{pkg_name}/ Source0: http://www.cpan.org/authors/id/P/PE/PEVANS/%{pkg_name}-%{pkg_version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: rpm-build-reb00t-perl %if %{?!_without_test:1}0 BuildRequires: perl(IO::Poll) BuildRequires: perl(Test::Exception) BuildRequires: perl(Time::HiRes) %endif %description %{summary}. %prep %setup -q -n %{pkg_name}-%{pkg_version} %build %{perl_build} %install %{__rm} -rf $RPM_BUILD_ROOT %{perl_install} %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{perl_files} %doc Changes %changelog * Tue Nov 20 2007 Marius Feraru - 0.10-1.n0i.4 - version 0.10 - spec update (new reb00t build tools) * Sat Oct 06 2007 Marius Feraru - 0.09-1.n0i.3 - version 0.09 * Wed Aug 01 2007 Marius Feraru - 0.08-1.n0i.2 - version 0.08 * Mon Jun 11 2007 Marius Feraru - 0.07-1.n0i.1 - spec file (re)created using N0i::CPAN::RPMizer/1.14.9 - rebuild on perl 5.8.8