[perl-Dancer] 3.092 bump

Petr Šabata psabata at fedoraproject.org
Mon Jan 30 13:40:21 UTC 2012


commit ce62f330a890fc8f3a3731012ef3ddcb5403b950
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Jan 30 14:36:56 2012 +0100

    3.092 bump

 .gitignore       |    1 +
 perl-Dancer.spec |   14 ++++++++++----
 sources          |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 655e4ba..3afd78e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /Dancer-1.3080.tar.gz
 /Dancer-1.3090.tar.gz
 /Dancer-1.3091.tar.gz
+/Dancer-1.3092.tar.gz
diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index 65f5d43..089abe9 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -1,6 +1,6 @@
 Name:           perl-Dancer
-Version:        1.3091
-Release:        3%{?dist}
+Version:        1.3092
+Release:        1%{?dist}
 Summary:        Lightweight yet powerful web application framework
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -70,6 +70,8 @@ Requires:       perl(LWP)
 Requires:       perl(Try::Tiny) >= 0.09
 Requires:       perl(URI) >= 1.59
 
+%{?perl_default_filter}
+
 # Do not export under-specified dependencies
 %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(HTTP::Body|HTTP::Server::Simple::PSGI|Try::Tiny|URI\\)\\s*$
 
@@ -83,7 +85,7 @@ your code.
 %setup -q -n Dancer-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -96,13 +98,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%doc AUTHORS CHANGES LICENSE README TODO
+%doc AUTHORS CHANGES LICENSE README TODO examples
 %{_bindir}/dancer
 %{perl_vendorlib}/*
 %{_mandir}/man1/dancer.1*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 30 2012 Petr Šabata <contyk at redhat.com> - 1.3092-1
+- 1.3092 bump
+- Package examples
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3091-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 04d53e3..5be4a9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-acff8974ddf07b01e0b5c4579dc4c9e7  Dancer-1.3091.tar.gz
+f9f3cca084f72ce6a1f9240785d7fa4f  Dancer-1.3092.tar.gz



More information about the perl-devel mailing list