From 86d8698fa19aff42fed4f388dffdef0f1db20de9 Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Apr 24 2010 08:18:34 +0000 Subject: - update to latest upstream version - use perl_default_filter and DESTDIR --- diff --git a/.cvsignore b/.cvsignore index 5a49b39..c3bb1bd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Throwable-0.100090.tar.gz +Throwable-0.101110.tar.gz diff --git a/perl-Throwable.spec b/perl-Throwable.spec index dcbc431..eaada60 100644 --- a/perl-Throwable.spec +++ b/perl-Throwable.spec @@ -1,6 +1,6 @@ Name: perl-Throwable -Version: 0.100090 -Release: 2%{?dist} +Version: 0.101110 +Release: 1%{?dist} Summary: Role for classes that can be thrown License: GPL+ or Artistic Group: Development/Libraries @@ -21,6 +21,8 @@ Requires: perl(ExtUtils::MakeMaker) >= 6.11 Requires: perl(Moose) >= 0.87 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description Throwable is a role for classes that are meant to be thrown as exceptions to standard program flow. It is very simple and does only two things: saves @@ -36,7 +38,7 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; @@ -56,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Apr 24 2010 Iain Arnell 0.101110-1 +- update to latest upstream version +- use perl_default_filter and DESTDIR + * Sat Feb 27 2010 Iain Arnell 0.100090-2 - BR perl(Pod::Coverage::TrustPod) diff --git a/sources b/sources index beb41f8..6731559 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c15f89d2b4902d548b3532ff46dde565 Throwable-0.100090.tar.gz +7e25bd823ed1c2b2b2e0942a8d382a94 Throwable-0.101110.tar.gz