[perl-IPC-Filter] initial import (rhbz#806654)

Iain Arnell iarnell at fedoraproject.org
Thu Mar 29 16:09:36 UTC 2012


commit 66dbe0c2f7b1b913b7b634519289cadfc86e412e
Author: Iain Arnell <iarnell at gmail.com>
Date:   Thu Mar 29 10:09:28 2012 -0600

    initial import (rhbz#806654)

 .gitignore           |    1 +
 perl-IPC-Filter.spec |   57 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..38a2eeb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/IPC-Filter-0.004.tar.gz
diff --git a/perl-IPC-Filter.spec b/perl-IPC-Filter.spec
new file mode 100644
index 0000000..7a2d5f7
--- /dev/null
+++ b/perl-IPC-Filter.spec
@@ -0,0 +1,57 @@
+Name:           perl-IPC-Filter
+Version:        0.004
+Release:        1%{?dist}
+Summary:        Filter data through an external process
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/IPC-Filter/
+Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/IPC-Filter-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(Errno) >= 1.00
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(IO::Handle) >= 1.12
+BuildRequires:  perl(IO::Poll) >= 0.01
+BuildRequires:  perl(IPC::Open3) >= 1.01
+BuildRequires:  perl(IPC::Signal) >= 1.00
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(parent)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Symbol)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(warnings)
+Requires:       perl(Exporter)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%{?perl_default_filter}
+
+%description
+The filter function provided by this module passes data through an external
+command, thus providing filtering in non-pipeline situations.
+
+%prep
+%setup -q -n IPC-Filter-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} %{buildroot}/*
+
+%check
+./Build test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sun Mar 25 2012 Iain Arnell <iarnell at gmail.com> 0.004-1
+- Specfile autogenerated by cpanspec 1.79.
diff --git a/sources b/sources
index e69de29..cdd3b3a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d6dd8cbe408c67a868ecc4f53ec0cb71  IPC-Filter-0.004.tar.gz



More information about the perl-devel mailing list