SPECS: perl-POE-Component-DebugShell.spec (NEW) - initial, for me ...

agaran agaran at pld-linux.org
Wed Aug 24 12:40:03 CEST 2005


Author: agaran                       Date: Wed Aug 24 10:40:03 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, for me works rel 0.1

---- Files affected:
SPECS:
   perl-POE-Component-DebugShell.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-POE-Component-DebugShell.spec
diff -u /dev/null SPECS/perl-POE-Component-DebugShell.spec:1.1
--- /dev/null	Wed Aug 24 12:40:03 2005
+++ SPECS/perl-POE-Component-DebugShell.spec	Wed Aug 24 12:39:57 2005
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests	# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define		pdir	POE
+%define		pnam	Component-DebugShell
+Summary:	POE::Component::DebugShell
+Name:		perl-POE-Component-DebugShell
+Version:	1.0411
+Release:	0.1
+License:	other, see LICENSE
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+URL:		poe.perl.org
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildRequires:	perl-POE
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+perl-POE-Component-DebugShell module, see poe.perl.org
+
+%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} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE
+%{perl_vendorlib}/POE/Component/DebugShell.pm
+%{_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  2005/08/24 10:39:57  agaran
+- initial, for me works rel 0.1
+
================================================================



More information about the pld-cvs-commit mailing list