SPECS: perl-Filesys-Virtual-Async.spec (NEW) - initial, builds here

agaran agaran at pld-linux.org
Thu Jan 29 19:25:52 CET 2009


Author: agaran                       Date: Thu Jan 29 18:25:52 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, builds here

---- Files affected:
SPECS:
   perl-Filesys-Virtual-Async.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Filesys-Virtual-Async.spec
diff -u /dev/null SPECS/perl-Filesys-Virtual-Async.spec:1.1
--- /dev/null	Thu Jan 29 19:25:52 2009
+++ SPECS/perl-Filesys-Virtual-Async.spec	Thu Jan 29 19:25:47 2009
@@ -0,0 +1,76 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	Filesys
+%define	pnam	Virtual-Async
+Summary:	Filesys::Virtual::Async - Base class for non blocking virtual filesystems
+#Summary(pl.UTF-8):	
+Name:		perl-Filesys-Virtual-Async
+Version:	0.01
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/Filesys/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	5b528aed04a093f1cee3de195ed4ac9e
+# generic URL, check or change before uncommenting
+#URL:		http://search.cpan.org/dist/Filesys-Virtual-Async/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+%if %{with tests}
+%endif
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The goal of Filesys::Virtual::Async is to provide an interface like IO::AIO for a
+non blocking virtual filesystem
+
+This is a base class, see the SEE ALSO section below
+
+This module is still in flux to an extent.  If you'd like to suggest changes, please
+drop in the irc channel #poe on irc.perl.org and speak with xantus[] or Apocalypse
+
+
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} pure_install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/Filesys/Virtual/*.pm
+#%%{perl_vendorlib}/Filesys/Virtual/Async
+%{_mandir}/man3/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/01/29 18:25:47  agaran
+- initial, builds here
+
================================================================


More information about the pld-cvs-commit mailing list