From 7307857474e4a001431df00fc0a0e9ff6d829925 Mon Sep 17 00:00:00 2001
From: Nicolas Chauvet <kwiz...@fedoraproject.org>
Date: Thu, 18 Dec 2008 17:11:00 +0000
Subject: Initial import for Rawhide

---
 .cvsignore             |  1 +
 import.log             |  1 +
 perl-AnyEvent-AIO.spec | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |  1 +
 4 files changed, 57 insertions(+)
 create mode 100644 import.log
 create mode 100644 perl-AnyEvent-AIO.spec

diff --git a/.cvsignore b/.cvsignore
index e69de29..9ee5262 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+AnyEvent-AIO-1.0.tar.gz
diff --git a/import.log b/import.log
new file mode 100644
index 0000000..71a1b6f
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+perl-AnyEvent-AIO-1_0-1_fc9:HEAD:perl-AnyEvent-AIO-1.0-1.fc9.src.rpm:1229620221
diff --git a/perl-AnyEvent-AIO.spec b/perl-AnyEvent-AIO.spec
new file mode 100644
index 0000000..433e0d3
--- /dev/null
+++ b/perl-AnyEvent-AIO.spec
@@ -0,0 +1,54 @@
+Name:           perl-AnyEvent-AIO
+Version:        1.0
+Release:        1%{?dist}
+Summary:        Truly asynchronous file and directrory I/O
+
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/AnyEvent-AIO/
+Source0:        
http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-AIO-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(IO::AIO) >= 3
+BuildRequires:  perl(AnyEvent)
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+Truly asynchronous file and directrory I/O.
+
+%prep
+%setup -q -n AnyEvent-AIO-%{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 {} ';'
+
+
+%check
+make test
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*.3*
+
+
+%changelog
+* Fri Nov 29 2008 kwizart < kwizart at gmail.com > - 1.0-1
+- Initial package.
+
diff --git a/sources b/sources
index e69de29..141e389 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+90205654d87e93ca4bef5299d00677e9  AnyEvent-AIO-1.0.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-AnyEvent-AIO.git/commit/?h=epel7&id=7307857474e4a001431df00fc0a0e9ff6d829925
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to