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:
commit
3f210304aa
@ -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
|
Mon Jun 11 12:12:00 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package FastCGI
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -65,7 +65,11 @@ APIs.
|
|||||||
Summary: A scalable, open extension to CGI
|
Summary: A scalable, open extension to CGI
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
%if 0%{?suse_version} < 1120
|
||||||
|
Requires: perl >= 5.8.0
|
||||||
|
%else
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n perl-FastCGI
|
%description -n perl-FastCGI
|
||||||
FastCGI is a language independent, scalable, open extension to CGI that
|
FastCGI is a language independent, scalable, open extension to CGI that
|
||||||
|
Loading…
Reference in New Issue
Block a user