Accepting request 160239 from home:bmanojlovic:branches:devel:libraries:c_c++
- re-enable SLE support as %perl_requires is too new OBS-URL: https://build.opensuse.org/request/show/160239 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/FastCGI?expand=0&rev=30
This commit is contained in:
parent
a9dc1805f4
commit
5749e02db4
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user