Accepting request 160245 from devel:libraries:c_c++

- re-enable SLE support as %perl_requires is too new (forwarded request 160239 from bmanojlovic)

OBS-URL: https://build.opensuse.org/request/show/160245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/FastCGI?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2013-03-21 08:53:13 +00:00 committed by Git OBS Bridge
commit 3f210304aa
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 20 13:13:06 UTC 2013 - boris@steki.net
- re-enable SLE support as %perl_requires is too new
-------------------------------------------------------------------
Mon Jun 11 12:12:00 UTC 2012 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package FastCGI
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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
@ -65,7 +65,11 @@ APIs.
Summary: A scalable, open extension to CGI
Group: Development/Languages/C and C++
Requires: %{name} = %{version}
%if 0%{?suse_version} < 1120
Requires: perl >= 5.8.0
%else
%{perl_requires}
%endif
%description -n perl-FastCGI
FastCGI is a language independent, scalable, open extension to CGI that