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