Accepting request 1086782 from home:fcrozat:branches:devel:libraries:c_c++

- Fix url for website and source, upstream is dead for a while.

OBS-URL: https://build.opensuse.org/request/show/1086782
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/FastCGI?expand=0&rev=42
This commit is contained in:
Dirk Mueller 2023-05-15 10:48:28 +00:00 committed by Git OBS Bridge
parent 259a92e6cc
commit 619c603c36
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 Sun Sep 24 08:10:16 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package FastCGI # 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 # 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
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Summary: A Scalable, Open Extension to CGI
License: OML License: OML
Group: Development/Languages/C and C++ Group: Development/Languages/C and C++
Url: http://www.fastcgi.com URL: https://fastcgi-archives.github.io/
Source: http://www.fastcgi.com/dist/fcgi.tar.bz2 Source: https://github.com/FastCGI-Archives/fcgi2/archive/%{version}.tar.gz
Source1: README.supervise Source1: README.supervise
Patch0: FastCGI-makefile.am_cppflags.patch Patch0: FastCGI-makefile.am_cppflags.patch
Patch1: FastCGI-clientdata_pointer.patch Patch1: FastCGI-clientdata_pointer.patch
@ -34,6 +34,7 @@ Patch4: FastCGI-gcc44.patch
Patch5: FastCGI-perl514.patch Patch5: FastCGI-perl514.patch
Patch6: FastCGI-fix_deprecated_api.patch Patch6: FastCGI-fix_deprecated_api.patch
Patch7: FastCGI-perl526.patch Patch7: FastCGI-perl526.patch
BuildRequires: automake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libtool BuildRequires: libtool
BuildRequires: perl BuildRequires: perl
@ -70,7 +71,7 @@ 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 %if 0%{?suse_version} < 1120
Requires: perl >= 5.8.0 Requires: perl >= 5.8.0
%else %else
%{perl_requires} %{perl_requires}
@ -82,7 +83,7 @@ provides high performance without the limitations of server specific
APIs. APIs.
%prep %prep
%setup -n fcgi-%{version} %setup -n fcgi2-%{version}
%patch0 %patch0
%patch1 %patch1
%patch2 %patch2
@ -93,12 +94,20 @@ APIs.
%patch7 -p1 %patch7 -p1
touch NEWS AUTHORS ChangeLog COPYING touch NEWS AUTHORS ChangeLog COPYING
find doc/{fastcgi-prog-guide,fastcgi-whitepaper} -type f -print0 | xargs -r0 chmod 0644 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 %build
autoreconf -fi libtoolize --force
aclocal
automake --add-missing
autoconf
%configure --disable-static --includedir=%{_includedir}/fastcgi %configure --disable-static --includedir=%{_includedir}/fastcgi
make all make all
pushd perl pushd perl
libtoolize --force
aclocal -I..
autoconf
%configure --disable-static --includedir=%{_includedir}/fastcgi %configure --disable-static --includedir=%{_includedir}/fastcgi
%{__perl} Makefile.PL %{__perl} Makefile.PL
make %{?_smp_mflags} all make %{?_smp_mflags} all

View File

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