perl-POE/perl-POE.spec

Name: perl-POE
Summary: Portable multitasking and networking framework for Perl
Version: 1.367
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/POE/
Description: POE is a networking and multitasking (some say cooperative threading) framework for Perl.

CentOS 7 x86_64

The build could not start because of the following missing build requirements:

Build Status

CentOS 6 x86_64

The build could not start because of the following missing build requirements:

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dries
# Upstream: Rocco Caputo <rcaputo$cpan,org>

# ExcludeDist: el3

%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)

%define real_name POE

Summary: Portable multitasking and networking framework for Perl
Name: perl-POE
Version: 1.367
Release: 1%{?dist}
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/POE/

Source: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch

BuildRequires: perl(Carp)
BuildRequires: perl(Errno) >= 1.09
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Spec) >= 0.87
#BuildRequires: perl(IO::Handle) >= 1.27
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IO::Tty) >= 1.08
BuildRequires: perl(POE::Test::Loops) >= 1.031
BuildRequires: perl(POSIX) >= 1.02
BuildRequires: perl(Socket) >= 1.7
BuildRequires: perl(Storable) >= 2.16
BuildRequires: perl(Test::Harness) >= 2.26
Requires: perl(Carp)
Requires: perl(Errno) >= 1.09
Requires: perl(Exporter)
Requires: perl(File::Spec) >= 0.87
#Requires: perl(IO::Handle) >= 1.27
Requires: perl(IO::Handle)
Requires: perl(IO::Tty) >= 1.08
Requires: perl(POE::Test::Loops) >= 1.031
Requires: perl(POSIX) >= 1.02
Requires: perl(Socket) >= 1.7
#Requires: perl(Storable) >= 2.16
Requires: perl(Storable)
Requires: perl(Test::Harness) >= 2.26

%filter_from_requires /^perl*/d
%filter_setup


%description
POE is a networking and multitasking (some say cooperative threading)
framework for Perl.

%prep
%setup -n %{real_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" --default
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} pure_install

### Clean up buildroot
find %{buildroot} -name .packlist -exec %{__rm} {} \;

### Clean up docs
find examples/ -type f -exec %{__chmod} a-x {} \;

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc CHANGES HISTORY MANIFEST MANIFEST.SKIP META.yml README TODO examples/
%doc %{_mandir}/man3/POE.3pm*
%doc %{_mandir}/man3/POE::*.3pm*
%{perl_vendorlib}/POE/
%{perl_vendorlib}/POE.pm

%changelog
* Wed May  4 2016 Dries Verachtert <dries.verachtert@dries.eu> - 1.367-1
- Updated to version 1.367.

* Tue Feb  8 2011 Christoph Maser <cmaser@gmx.de> - 1.299-1
- Updated to version 1.299.

* Thu Jan 14 2010 Christoph Maser <cmr@financial.com> - 1.284-1
- Updated to version 1.284.

* Fri Jan  8 2010 Christoph Maser <cmr@financial.com> - 1.283-1
- Updated to version 1.283.

* Thu Jan  7 2010 Christoph Maser <cmr@financial.com> - 1.282-1
- Updated to version 1.282.

* Tue Jan  5 2010 Christoph Maser <cmr@financial.com> - 1.281-1
- Updated to version 1.281.

* Wed Dec  9 2009 Christoph Maser <cmr@financial.com> - 1.280-1
- Updated to version 1.280.

* Thu Sep 17 2009 Christoph Maser <cmr@financial.com> - 1.268-1
- Updated to version 1.268.

* Tue Sep  8 2009 Christoph Maser <cmr@financial.com> - 1.267-1
- Updated to version 1.267.

* Tue Sep  1 2009 Christoph Maser <cmr@financial.com> - 1.266-1
- Updated to version 1.266.

* Wed Aug  5 2009 Christoph Maser <cmr@financial.com> - 1.007-1
- Updated to version 1.007.

* Fri Jul  3 2009 Christoph Maser <cmr@financial.com> - 1.006-1
- Updated to version 1.006.

* Wed May 14 2008 Dag Wieers <dag@wieers.com> - 1.0002-1
- Updated to release 1.0002.

* Thu Nov 15 2007 Dag Wieers <dag@wieers.com> - 0.9999-1
- Updated to release 0.9999.

* Tue Sep 19 2006 Dries Verachtert <dries@ulyssis.org> - 0.38-1
- Updated to release 0.38.

* Mon Sep 18 2006 Dries Verachtert <dries@ulyssis.org> - 0.37-1
- Updated to release 0.37.

* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.34-1
- Updated to release 0.34.

* Sat Jan  7 2006 Dries Verachtert <dries@ulyssis.org> - 0.33-1
- Updated to release 0.33.

* Sat Nov  5 2005 Dries Verachtert <dries@ulyssis.org> - 0.3202-1
- Updated to release 0.3202.

* Wed Jun  8 2005 Dries Verachtert <dries@ulyssis.org> - 0.3101-1
- Updated to release 0.3101.

* Thu Apr 28 2005 Dries Verachtert <dries@ulyssis.org> - 0.31-1
- Updated to release 0.31.

* Fri Mar  4 2005 Dries Verachtert <dries@ulyssis.org> - 0.3009-1
- Updated to release 0.3009.

* Fri Dec 10 2004 Dries Verachtert <dries@ulyssis.org> - 0.3003-1
- Initial package.