From dccff8384ca3b67a0afc7b8d1ea42c07681491e9 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 4 Apr 2015 16:25:53 +0200 Subject: [PATCH] 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. --- perl-FCGI/perl-FCGI.nm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 -- 2.39.5