forked from pool/FastCGI
Accepting request 124477 from devel:libraries:c_c++
- require the right version of perl (forwarded request 124456 from coolo) OBS-URL: https://build.opensuse.org/request/show/124477 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/FastCGI?expand=0&rev=20
This commit is contained in:
commit
1bbccaab18
@ -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
|
Tue Mar 27 08:35:39 UTC 2012 - cfarrell@suse.com
|
||||||
|
|
||||||
|
17
FastCGI.spec
17
FastCGI.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package FastCGI
|
# 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
|
# 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
|
||||||
@ -16,16 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: FastCGI
|
Name: FastCGI
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 151
|
Release: 0
|
||||||
#
|
#
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
License: SUSE-OML
|
|
||||||
#
|
#
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: perl
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#
|
#
|
||||||
Url: http://www.fastcgi.com
|
Url: http://www.fastcgi.com
|
||||||
@ -40,6 +38,8 @@ Patch5: FastCGI-perl514.patch
|
|||||||
Patch6: FastCGI-fix_deprecated_api.patch
|
Patch6: FastCGI-fix_deprecated_api.patch
|
||||||
#
|
#
|
||||||
Summary: A Scalable, Open Extension to CGI
|
Summary: A Scalable, Open Extension to CGI
|
||||||
|
License: SUSE-OML
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
%description
|
%description
|
||||||
FastCGI is a language-independent, scalable, open extension to CGI that
|
FastCGI is a language-independent, scalable, open extension to CGI that
|
||||||
@ -49,9 +49,8 @@ APIs.
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: SUSE-OML
|
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Summary: A scalable, open extension to CGI
|
Summary: A scalable, open extension to CGI
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
|
|
||||||
@ -63,10 +62,10 @@ APIs.
|
|||||||
|
|
||||||
|
|
||||||
%package -n perl-FastCGI
|
%package -n perl-FastCGI
|
||||||
License: SUSE-OML
|
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
Summary: A scalable, open extension to CGI
|
Summary: A scalable, open extension to CGI
|
||||||
|
Group: Development/Languages/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%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…
x
Reference in New Issue
Block a user