packages: perl-Test-Fatal/perl-Test-Fatal.spec (NEW) - initial

arekm arekm at pld-linux.org
Fri Feb 25 22:04:04 CET 2011


Author: arekm                        Date: Fri Feb 25 21:04:04 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/perl-Test-Fatal:
   perl-Test-Fatal.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/perl-Test-Fatal/perl-Test-Fatal.spec
diff -u /dev/null packages/perl-Test-Fatal/perl-Test-Fatal.spec:1.1
--- /dev/null	Fri Feb 25 22:04:04 2011
+++ packages/perl-Test-Fatal/perl-Test-Fatal.spec	Fri Feb 25 22:03:59 2011
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests # do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define		pdir	Test
+%define		pnam	Fatal
+Summary:	Test::Fatal Perl module - incredibly simple helpers for testing code with exceptions
+Name:		perl-Test-Fatal
+Version:	0.003
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	e73e90b65a5f07ff77f7e5f3bd336fcf
+URL:		http://search.cpan.org/dist/Test-Fatal/
+BuildRequires:	perl-devel >= 1:5.8.7
+BuildRequires:	perl-Try-Tiny >= 0.07
+%if %{with tests}
+%endif
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Test::Fatal Perl - incredibly simple helpers for testing code with exceptions.
+
+%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 Changes
+%{perl_vendorlib}/Test
+%{_mandir}/man3/*.3*
+
+%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  2011/02/25 21:03:59  arekm
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list