Author: qboosh Date: Sat Dec 13 18:27:09 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - unified
---- Files affected: SPECS: perl-Catalyst.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: SPECS/perl-Catalyst.spec diff -u SPECS/perl-Catalyst.spec:1.25 SPECS/perl-Catalyst.spec:1.26 --- SPECS/perl-Catalyst.spec:1.25 Thu Dec 11 15:16:33 2008 +++ SPECS/perl-Catalyst.spec Sat Dec 13 19:27:04 2008 @@ -12,9 +12,9 @@ # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -URL: http://www.catalystframework.org/ Source0: http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Runtime-%{version}.tar.gz # Source0-md5: b072cd434585676b075b41ccc9775ee9 +URL: http://www.catalystframework.org/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} @@ -26,7 +26,6 @@ BuildRequires: perl-HTML-Parser BuildRequires: perl-HTTP-Body >= 0.9 BuildRequires: perl-HTTP-Request-AsCGI >= 0.5 -BuildRequires: perl-libwww BuildRequires: perl-Module-Pluggable >= 3.01 BuildRequires: perl-Path-Class >= 0.09 BuildRequires: perl-Text-SimpleTable >= 0.03 @@ -35,6 +34,7 @@ BuildRequires: perl-UNIVERSAL-require >= 0.10 BuildRequires: perl-URI >= 1.35 BuildRequires: perl-YAML >= 0.55 +BuildRequires: perl-libwww %endif Requires: perl-HTTP-Request-AsCGI Obsoletes: perl-Catalyst-Engine-CGI-APR @@ -87,7 +87,7 @@ %build %{__perl} Makefile.PL \ - INSTALLDIRS=vendor \ + INSTALLDIRS=vendor \ --skipdeps %{__make} @@ -97,7 +97,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT + DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{perl_vendorlib}/Catalyst/{View,Model,Plugin,Action} install -d $RPM_BUILD_ROOT%{perl_vendorlib}/Catalyst/Helper/{View,Model} @@ -127,7 +127,6 @@ %{_mandir}/man3/* %{_mandir}/man1/* - %files Engine-FastCGI %defattr(644,root,root,755) %{perl_vendorlib}/Catalyst/Engine/FastCGI* @@ -139,6 +138,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2008/12/13 18:27:04 qboosh +- unified + Revision 1.25 2008/12/11 14:16:33 radek - version 5.7015 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Catalyst.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
