rpms/perl-IO-AIO/FC-6 perl-IO-AIO.spec,NONE,1.1 sources,1.1,1.2

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Fri May 18 14:09:23 UTC 2007


Author: ruben

Update of /cvs/extras/rpms/perl-IO-AIO/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24314

Modified Files:
	sources 
Added Files:
	perl-IO-AIO.spec 
Log Message:
Initial import


--- NEW FILE perl-IO-AIO.spec ---
Name:           perl-IO-AIO
Version:        2.33
Release:        1%{?dist}
Summary:        Asynchronous Input/Output
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/IO-AIO/
Source0:        http://www.cpan.org/modules/by-module/IO/IO-AIO-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

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

%prep
%setup -q -n IO-AIO-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes COPYING README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/IO*
%{_mandir}/man3/*

%changelog
* Sun May 13 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 2.33-1
- Initial import


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-AIO/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 May 2007 20:33:05 -0000	1.1
+++ sources	18 May 2007 14:09:15 -0000	1.2
@@ -0,0 +1 @@
+6ba7fe0745242c33dfb8860e8fee222e  IO-AIO-2.33.tar.gz




More information about the fedora-extras-commits mailing list