SPECS: perl-Event-ExecFlow.spec (NEW) - new

arekm arekm at pld-linux.org
Sun Aug 20 18:50:23 CEST 2006


Author: arekm                        Date: Sun Aug 20 16:50:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   perl-Event-ExecFlow.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Event-ExecFlow.spec
diff -u /dev/null SPECS/perl-Event-ExecFlow.spec:1.1
--- /dev/null	Sun Aug 20 18:50:23 2006
+++ SPECS/perl-Event-ExecFlow.spec	Sun Aug 20 18:50:18 2006
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests	# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define		pdir	Event
+%define		pnam	Event-ExecFlow
+Summary:	Event-ExecFlow - High level API for event-based execution flow control
+Name:		perl-Event-ExecFlow
+Version:	0.62
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
+# Source0-md5:	e76d36b1e098674907980200aabf2522
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	perl-AnyEvent
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+High level API for event-based execution flow control.
+
+%prep
+%setup -q -n %{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make} \
+	OPTIMIZE="%{rpmcflags}"
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+%{perl_vendorlib}/Event/ExecFlow.pm
+%{perl_vendorlib}/Event/ExecFlow
+%{_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  2006/08/20 16:50:18  arekm
+- new
+
+
================================================================


More information about the pld-cvs-commit mailing list