SPECS: perl-Exception-Class-TryCatch.spec (NEW) - initial release

trojan trojan at pld-linux.org
Wed Oct 11 09:39:30 CEST 2006


Author: trojan                       Date: Wed Oct 11 07:39:30 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release

---- Files affected:
SPECS:
   perl-Exception-Class-TryCatch.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Exception-Class-TryCatch.spec
diff -u /dev/null SPECS/perl-Exception-Class-TryCatch.spec:1.1
--- /dev/null	Wed Oct 11 09:39:30 2006
+++ SPECS/perl-Exception-Class-TryCatch.spec	Wed Oct 11 09:39:24 2006
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests	# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define		pdir	Exception
+%define		pnam	Class-TryCatch
+Summary:	Exception::Class::TryCatch - syntactic try/catch sugar for use with Exception::Class
+Name:		perl-Exception-Class-TryCatch
+Version:	1.10
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	e77f27aff6e6b6845944bb677127fd79
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildRequires:	perl-Exception-Class >= 1.20
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Exception::Class::TryCatch - syntactic try/catch sugar for use with Exception::Class
+
+%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 README Changes LICENSE
+%{perl_vendorlib}/Exception
+%{_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/10/11 07:39:24  trojan
+- initial release
+
================================================================


More information about the pld-cvs-commit mailing list