[perl-Dancer] 1.3090 bump

Petr Šabata psabata at fedoraproject.org
Wed Dec 14 12:39:48 UTC 2011


commit 16f9b598fa2cbd61428e76668864b5f3c1dc4b55
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Dec 14 13:37:00 2011 +0100

    1.3090 bump

 .gitignore       |    1 +
 perl-Dancer.spec |   20 ++++++++++++--------
 sources          |    2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c7276a1..eb94402 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Dancer-1.3071.tar.gz
 /Dancer-1.3072.tar.gz
 /Dancer-1.3080.tar.gz
+/Dancer-1.3090.tar.gz
diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index 582e87a..ecea6fb 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -1,5 +1,5 @@
 Name:           perl-Dancer
-Version:        1.3080
+Version:        1.3090
 Release:        1%{?dist}
 Summary:        Lightweight yet powerful web application framework
 License:        GPL+ or Artistic
@@ -39,7 +39,8 @@ BuildRequires:  perl(Test::Output)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Time::HiRes)
-BuildRequires:  perl(URI)
+BuildRequires:  perl(Try::Tiny) >= 0.09
+BuildRequires:  perl(URI) >= 1.59
 BuildRequires:  perl(XML::Simple)
 BuildRequires:  perl(YAML)
 BuildRequires:  perl(utf8)
@@ -48,6 +49,8 @@ BuildRequires:  perl(warnings)
 Requires:       perl(HTTP::Body) >= 1.07
 Requires:       perl(HTTP::Server::Simple::PSGI) >= 0.11
 Requires:       perl(LWP)
+Requires:       perl(Try::Tiny) >= 0.09
+Requires:       perl(URI) >= 1.59
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 # RPM 4.8 style
@@ -70,12 +73,10 @@ your code.
 make %{?_smp_mflags}
 
 %install
-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 \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
@@ -88,6 +89,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec 14 2011 Petr Šabata <contyk at redhat.com> - 1.3090-1
+- 1.3090 bump
+
 * Wed Oct 26 2011 Marcela Mašláňová <mmaslano at redhat.com> 1.3080-1
 - 1.3080 bump
 
diff --git a/sources b/sources
index 2c7dd73..c71ccda 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c8545adbd76266c15c009cec2cc3bea  Dancer-1.3080.tar.gz
+3304db0c9a6f48a2cbf3dc63caaa21eb  Dancer-1.3090.tar.gz



More information about the perl-devel mailing list