Accepting request 1087201 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1087201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/FastCGI?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2023-05-16 12:15:52 +00:00 committed by Git OBS Bridge
commit a963c7f0d3
4 changed files with 24 additions and 10 deletions

BIN
2.4.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 11 15:44:16 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
- Fix url for website and source, upstream is dead for a while.
-------------------------------------------------------------------
Sun Sep 24 08:10:16 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package FastCGI
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -23,8 +23,8 @@ Release: 0
Summary: A Scalable, Open Extension to CGI
License: OML
Group: Development/Languages/C and C++
Url: http://www.fastcgi.com
Source: http://www.fastcgi.com/dist/fcgi.tar.bz2
URL: https://fastcgi-archives.github.io/
Source: https://github.com/FastCGI-Archives/fcgi2/archive/%{version}.tar.gz
Source1: README.supervise
Patch0: FastCGI-makefile.am_cppflags.patch
Patch1: FastCGI-clientdata_pointer.patch
@ -34,6 +34,7 @@ Patch4: FastCGI-gcc44.patch
Patch5: FastCGI-perl514.patch
Patch6: FastCGI-fix_deprecated_api.patch
Patch7: FastCGI-perl526.patch
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: perl
@ -70,7 +71,7 @@ APIs.
Summary: A scalable, open extension to CGI
Group: Development/Languages/C and C++
Requires: %{name} = %{version}
%if 0%{?suse_version} < 1120
%if 0%{?suse_version} < 1120
Requires: perl >= 5.8.0
%else
%{perl_requires}
@ -82,7 +83,7 @@ provides high performance without the limitations of server specific
APIs.
%prep
%setup -n fcgi-%{version}
%setup -n fcgi2-%{version}
%patch0
%patch1
%patch2
@ -93,12 +94,20 @@ APIs.
%patch7 -p1
touch NEWS AUTHORS ChangeLog COPYING
find doc/{fastcgi-prog-guide,fastcgi-whitepaper} -type f -print0 | xargs -r0 chmod 0644
cp include/fcgi_config.h.in .
cp include/fcgi_config.h.in perl
%build
autoreconf -fi
libtoolize --force
aclocal
automake --add-missing
autoconf
%configure --disable-static --includedir=%{_includedir}/fastcgi
make all
pushd perl
libtoolize --force
aclocal -I..
autoconf
%configure --disable-static --includedir=%{_includedir}/fastcgi
%{__perl} Makefile.PL
make %{?_smp_mflags} all

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b06a3f9e7e693d26bbe85ae3c20b968ad29c0f5db4a21187991d174f17aa56d5
size 376749