perl-IO-AIO/perl-IO-AIO.spec

Name: perl-IO-AIO
Summary: Asynchronous Input/Output
Version: 4.32
Release: 1
License: GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/IO-AIO/
Description: This module implements asynchronous I/O using whatever means your operating system supports.

CentOS 7 x86_64

No build yet for CentOS 7 x86_64.

Build Status

CentOS 6 x86_64

No build yet for CentOS 6 x86_64.

Build Status

Contents

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

# $Id$
# Authority: matthias
# Upstream: Marc Lehmann <schmorp@schmorp.de>

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

%define real_name IO-AIO

Summary: Asynchronous Input/Output
Name: perl-IO-AIO
Version: 4.32
Release: 1%{?dist}
License: GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/IO-AIO/

Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/IO-AIO-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

### Provided by either perl or perl-devel
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(common::sense)
Requires: perl(common::sense)

%filter_from_requires /^perl*/d
%filter_setup


%description
This module implements asynchronous I/O using whatever means your operating
system supports.

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


%build
CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
%{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}"


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

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

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

%files
%defattr(-, root, root, 0755)
%doc COPYING Changes MANIFEST META.yml README
%doc %{_mandir}/man3/IO::AIO.3pm*
%dir %{perl_vendorarch}/auto/IO/
%{perl_vendorarch}/auto/IO/AIO/
%dir %{perl_vendorarch}/IO/
%{perl_vendorarch}/IO/AIO.pm
%{_bindir}/treescan

%changelog
* Fri Sep 25 2015 Dries Verachtert <dries.verachtert@dries.eu> - 4.32-1
- Updated to release 4.32.

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

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

* Mon Jan  4 2010 Christoph Maser <cmr@financial.com> - 3.4-1
- Updated to version 3.4.

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

* Mon Sep 14 2009 Christoph Maser <cmr@financial.com> - 3.300-1
- Updated to version 3.300.

* Sun Jul  5 2009 Christoph Maser <cmr@financial.com> - 3.261-1
- Updated to version 3.261.

* Wed Oct 15 2008 Dag Wieers <dag@wieers.com> - 3.15-1
- Updated to release 3.15.

* Mon Jun 23 2008 Dag Wieers <dag@wieers.com> - 3.05-1
- Updated to release 3.05.

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

* Sat May 03 2008 Dag Wieers <dag@wieers.com> - 2.62-1
- Updated to release 2.62.

* Tue Nov 06 2007 Dag Wieers <dag@wieers.com> - 2.51-1
- Updated to release 2.51.

* Thu May 31 2007 Matthias Saou <http://freshrpms.net/> 2.33-1
- Update to 2.33.
- Build require perl(ExtUtils::MakeMaker) for F7.

* Wed Apr 19 2006 Matthias Saou <http://freshrpms.net/> 1.73-1
- Initial RPM release.
- Not sure if the autoconf.pm should be included or not...