Name: perl-Wx-Perl-ProcessStream Version: 0.24 Release: 1%{?dist} Summary: Access IO of external processes via events License: CHECK(Distributable) Group: Development/Libraries URL: http://search.cpan.org/dist/Wx-Perl-ProcessStream/ Source0: file:///home/dave/cpan/authors/id/M/MD/MDOOTSON/Wx-Perl-ProcessStream-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Wx) >= 0.5 Requires: perl(Wx) >= 0.5 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides the STDOUT, STDERR and exit codes of asynchronously running processes via events. It may be used for long running or blocking processes that provide periodic updates on state via STDOUT. Simple IPC is possible via STDIN. %prep %setup -q -n Wx-Perl-ProcessStream-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor 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 %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Feb 07 2010 Dave Cross 0.24-1 - Specfile autogenerated by cpanspec 1.78.