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
This commit is contained in:
Marcus Meissner 2012-06-11 15:03:33 +00:00 committed by Git OBS Bridge
parent 1d32336734
commit a9dc1805f4
2 changed files with 13 additions and 9 deletions

View File

@ -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

View File

@ -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