]> git.pld-linux.org Git - packages/perl-Exception-Class-TryCatch.git/commitdiff
- initial release
authortrojan <trojan@pld-linux.org>
Wed, 11 Oct 2006 07:39:24 +0000 (07:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Exception-Class-TryCatch.spec -> 1.1

perl-Exception-Class-TryCatch.spec [new file with mode: 0644]

diff --git a/perl-Exception-Class-TryCatch.spec b/perl-Exception-Class-TryCatch.spec
new file mode 100644 (file)
index 0000000..1728a94
--- /dev/null
@@ -0,0 +1,49 @@
+#
+# 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/*
This page took 0.048286 seconds and 4 git commands to generate.