Document an fcgi library is bundled
This commit is contained in:
parent
5421acbf60
commit
35973950b4
@ -3,7 +3,7 @@ Summary: FastCGI Perl bindings
|
||||
# needed to properly replace/obsolete fcgi-perl
|
||||
Epoch: 1
|
||||
Version: 0.78
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
# same as fcgi
|
||||
License: OML
|
||||
|
||||
@ -32,6 +32,9 @@ BuildRequires: perl(Test)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(XSLoader)
|
||||
# fcgiapp.c, os_unix.c, os_win32.c are copied and modified from FastCGI
|
||||
# Developer's Kit of an unknown version, bug #736612
|
||||
Provides: bundled(fcgi)
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
@ -61,6 +64,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 15 2019 Petr Pisar <ppisar@redhat.com> - 1:0.78-11
|
||||
- Document an fcgi library is bundled (bug #736612)
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.78-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user