From: Stefan Schantl Date: Sat, 4 Apr 2015 14:25:53 +0000 (+0200) Subject: perl-FCGI: Update to 0.77. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dccff8384ca3b67a0afc7b8d1ea42c07681491e9;p=ipfire-3.x.git perl-FCGI: Update to 0.77. From now we require a perl(:MODULE_COMPAT_xyz), where xyz contains the perl version and perl API the module has been linked against. This will prevent us in the future to install old perl modules which cannot be executed on more modern API's. --- diff --git a/perl-FCGI/perl-FCGI.nm b/perl-FCGI/perl-FCGI.nm index b5bce3ffa..a81058709 100644 --- a/perl-FCGI/perl-FCGI.nm +++ b/perl-FCGI/perl-FCGI.nm @@ -4,8 +4,8 @@ ############################################################################### name = perl-FCGI -version = 0.74 -release = 2 +version = 0.77 +release = 1 thisapp = FCGI-%{version} groups = Development/Libraries @@ -17,7 +17,7 @@ description FastCGI perl bindings. end -source_dl = http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/ +source_dl = http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/ build requires @@ -34,13 +34,14 @@ build make test end - make_install_targets = pure_install DESTDIR=%{BUILDROOT} + make_install_targets = \ + pure_install DESTDIR=%{BUILDROOT} end packages package %{name} requires - perl + perl(:MODULE_COMPAT_%{perl_version}) end end