Summary: FastCGI development kit
Name: fcgi
Version: 2.4.0
Release: 3%{?dist}
License: BSD
URL: http://www.fastcgi.com
Source0: http://fastcgi.com/dist/fcgi-%{version}.tar.gz
%define sha1 fcgi=2329404159e8b8315e524b9eaf1de763202c6e6a
Patch0: fcgi-EOF.patch
Patch1: CVE-2012-6687.patch
Group: Development/Libraries/C and C++
Vendor: VMware, Inc.
Distribution: Photon
%description
FastCGI is a language independent, scalable, open extension to CGI that
provides high performance without the limitations of server specific APIs.
%package devel
Summary: Header and development files
Requires: %{name} = %{version}
%description devel
FastCGI is a language independent, scalable, open extension to CGI that
provides high performance without the limitations of server specific APIs.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
%configure \
--disable-static
make
%install
make DESTDIR=%{buildroot} install
find %{buildroot}/%{_libdir} -name '*.a' -delete
find %{buildroot}/%{_libdir} -name '*.la' -delete
%check
make check
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_bindir}/*
%{_libdir}/libfcgi.so*
%files devel
%defattr(-,root,root)
%{_includedir}/*
%changelog
* Fri Oct 13 2017 Alexey Makhalov <amakhalov@vmware.com> 2.4.0-3
- Use standard configure macros
* Wed May 24 2017 Dheeraj Shetty <dheerajs@vmware.com> 2.4.0-2
- Patch for CVE-2012-6687
* Fri Dec 16 2016 Dheeraj Shetty <dheerajs@vmware.com> 2.4.0-1
- Initial build. First version