Author: migo Date: Sat Aug 12 15:54:00 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 5.7001 - SpeedyCGI is gone
---- Files affected: SPECS: perl-Catalyst.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/perl-Catalyst.spec diff -u SPECS/perl-Catalyst.spec:1.13 SPECS/perl-Catalyst.spec:1.14 --- SPECS/perl-Catalyst.spec:1.13 Mon Feb 13 17:53:49 2006 +++ SPECS/perl-Catalyst.spec Sat Aug 12 17:53:55 2006 @@ -7,16 +7,17 @@ Summary: Catalyst - The Elegant MVC Web Application Framework Summary(pl): Catalyst - elegancki szkielet MVC dla aplikacji WWW Name: perl-Catalyst -Version: 5.64 -Release: 0.1 +Version: 5.7001 +Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/Catalyst/Catalyst-%{version}.tar.gz -# Source0-md5: ef4da8facfd1e4e71b42ae3a4eb47432 +Source0: http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Runtime-%{version}.tar.gz +# Source0-md5: 595fcfcac3372e252ec07ae25daaa1d5 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} +BuildRequires: perl-CGI-Simple BuildRequires: perl-Class-Accessor BuildRequires: perl-Class-Data-Inheritable BuildRequires: perl-ExtUtils-AutoInstall @@ -24,9 +25,8 @@ BuildRequires: perl-HTTP-Body >= 0.5 BuildRequires: perl-HTTP-Request-AsCGI >= 0.5 BuildRequires: perl-libwww -BuildRequires: perl-Module-Pluggable-Fast >= 0.16 +BuildRequires: perl-Module-Pluggable >= 3.01 BuildRequires: perl-Path-Class >= 0.09 -BuildRequires: perl-Template-Toolkit BuildRequires: perl-Text-SimpleTable >= 0.03 BuildRequires: perl-Tree-Simple >= 1.15 BuildRequires: perl-Tree-Simple-VisitorFactory @@ -76,19 +76,8 @@ %description Engine-FastCGI -l pl Silnik Catalyst dla FastCGI. -%package Engine-SpeedyCGI -Summary: Engine for SpeedyCGI -Summary(pl): Silnik dla SpeedyCGI -Group: Development/Languages/Perl - -%description Engine-SpeedyCGI -This is the Catalyst engine for SpeedyCGI. - -%description Engine-SpeedyCGI -l pl -Silnik Catalyst dla SpeedyCGI. - %prep -%setup -q -n Catalyst-%{version} +%setup -q -n Catalyst-Runtime-%{version} %build %{__perl} Makefile.PL \ @@ -104,7 +93,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{perl_vendorlib}/Catalyst/{View,Model} +install -d $RPM_BUILD_ROOT%{perl_vendorlib}/Catalyst/{View,Model,Plugin,Action} install -d $RPM_BUILD_ROOT%{perl_vendorlib}/Catalyst/Helper/{View,Model} %clean @@ -121,7 +110,10 @@ %{perl_vendorlib}/Catalyst/DispatchType %dir %{perl_vendorlib}/Catalyst/View %dir %{perl_vendorlib}/Catalyst/Model +%dir %{perl_vendorlib}/Catalyst/Action %{perl_vendorlib}/Catalyst/Plugin +%{perl_vendorlib}/Catalyst/Manual.pod +%{perl_vendorlib}/Catalyst/Manual %exclude %{perl_vendorlib}/Catalyst/Engine/FastCGI* %{perl_vendorlib}/Catalyst/Request @@ -142,6 +134,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2006/08/12 15:53:55 migo +- up to 5.7001 +- SpeedyCGI is gone + Revision 1.13 2006/02/13 16:53:49 migo - up to 5.64 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-Catalyst.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
