From a9dc1805f4b46c0a3a0f32d588b25332042af701d6fb6af6ca06cde289d70299 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 11 Jun 2012 15:03:33 +0000 Subject: [PATCH] Accepting request 124456 from home:coolo:branches:openSUSE:Factory - require the right version of perl OBS-URL: https://build.opensuse.org/request/show/124456 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/FastCGI?expand=0&rev=28 --- FastCGI.changes | 5 +++++ FastCGI.spec | 17 ++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/FastCGI.changes b/FastCGI.changes index 5b33bde..1a31360 100644 --- a/FastCGI.changes +++ b/FastCGI.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 11 12:12:00 UTC 2012 - coolo@suse.com + +- require the right version of perl + ------------------------------------------------------------------- Tue Mar 27 08:35:39 UTC 2012 - cfarrell@suse.com diff --git a/FastCGI.spec b/FastCGI.spec index 9b46e9a..bbd60c0 100644 --- a/FastCGI.spec +++ b/FastCGI.spec @@ -1,7 +1,7 @@ # # spec file for package FastCGI # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,14 @@ # - Name: FastCGI Version: 2.4.0 -Release: 151 +Release: 0 # -Group: Development/Languages/C and C++ -License: SUSE-OML # BuildRequires: gcc-c++ BuildRequires: libtool +BuildRequires: perl BuildRoot: %{_tmppath}/%{name}-%{version}-build # Url: http://www.fastcgi.com @@ -40,6 +38,8 @@ Patch5: FastCGI-perl514.patch Patch6: FastCGI-fix_deprecated_api.patch # Summary: A Scalable, Open Extension to CGI +License: SUSE-OML +Group: Development/Languages/C and C++ %description FastCGI is a language-independent, scalable, open extension to CGI that @@ -49,9 +49,8 @@ APIs. %package devel -License: SUSE-OML -Group: Development/Languages/C and C++ Summary: A scalable, open extension to CGI +Group: Development/Languages/C and C++ Requires: %{name} = %{version} Requires: glibc-devel @@ -63,10 +62,10 @@ APIs. %package -n perl-FastCGI -License: SUSE-OML -Group: Development/Languages/C and C++ Summary: A scalable, open extension to CGI +Group: Development/Languages/C and C++ Requires: %{name} = %{version} +%{perl_requires} %description -n perl-FastCGI FastCGI is a language independent, scalable, open extension to CGI that