Author: scottk
Date: Tue Jan 30 13:53:29 2007
New Revision: 115418

Modified:
   
packages/cooker/perl-Catalyst-Runtime/current/SPECS/perl-Catalyst-Runtime.spec

Log:
- Updated to CPAN version 5.7006
- Patched to disable Module::Install's auto_install method


Modified: 
packages/cooker/perl-Catalyst-Runtime/current/SPECS/perl-Catalyst-Runtime.spec
==============================================================================
--- 
packages/cooker/perl-Catalyst-Runtime/current/SPECS/perl-Catalyst-Runtime.spec  
    (original)
+++ 
packages/cooker/perl-Catalyst-Runtime/current/SPECS/perl-Catalyst-Runtime.spec  
    Tue Jan 30 13:53:29 2007
@@ -1,11 +1,11 @@
-%define realname Catalyst-Runtime
-%define        modprefix Catalyst
-%define name   perl-%{realname}
+%define        module          Catalyst-Runtime
+%define        modprefix       Catalyst
+%define        name            perl-%{module}
 
-%define realversion 5.7003
-%define version 5.7003
+%define        version         5.7006
+%define        realversion     5.7006
 
-%define release %mkrel 1
+%define        release         %mkrel 1
 
 Summary:       The Elegant MVC Web Application Framework
 Name:          %{name}
@@ -13,20 +13,21 @@
 Release:       %{release}
 License:       Artistic/GPL
 Group:         Development/Perl
-URL:           http://search.cpan.org/dist/%{realname}/
-Source:                
http://www.cpan.org/modules/by-module/%{modprefix}/%{realname}-%{realversion}.tar.bz2
+URL:           http://search.cpan.org/dist/%{module}/
+Source:                
http://www.cpan.org/modules/by-module/%{modprefix}/%{module}-%{realversion}.tar.bz2
+Patch0:                Catalyst-Runtime-noauto_instal.patch
 %if %{mdkversion} < 1010
 BuildRequires: perl-devel >= 5.8.1
 %endif
-BuildRequires: perl(CGI::Simple::Cookie)
 BuildRequires: perl(Carp)
+BuildRequires: perl(CGI::Simple::Cookie)
 BuildRequires: perl(Class::Accessor::Fast)
 BuildRequires: perl(Class::Data::Inheritable)
 BuildRequires: perl(Class::Inspector) >= 1.06
 BuildRequires: perl(Data::Dump)
 BuildRequires: perl(File::Modified)
 BuildRequires: perl(HTML::Entities)
-BuildRequires: perl(HTTP::Body) >= 0.5
+BuildRequires: perl(HTTP::Body) >= 0.6
 BuildRequires: perl(HTTP::Headers) >= 1.64
 BuildRequires: perl(HTTP::Request)
 BuildRequires: perl(HTTP::Request::AsCGI) >= 0.5
@@ -42,7 +43,6 @@
 BuildRequires: perl(Tree::Simple) >= 1.15
 BuildRequires: perl(Tree::Simple::Visitor::FindByPath)
 BuildRequires: perl(URI) >= 1.35
-BuildRequires: perl(YAML) >= 0.55
 Requires:      perl >= 5.8.1
 # (misc) not auto-detected; as it's on a line with whitespace, it's not taken
 # in account by perl.req
@@ -64,10 +64,11 @@
 concerns well.
 
 %prep
-%setup -q -n %{realname}-%{realversion}
+%setup -q -n %{module}-%{realversion}
+%patch0 -p0 -b .noauto_install
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 %__make
 
 %check

Reply via email to