Accepting request 1180339 from devel:libraries:c_c++

Forwarded request #1180337 from dimstar

- Rename perl-FastCGI subpackage to perl-FCGI: adjust the package
  name to the actual perl module name.

OBS-URL: https://build.opensuse.org/request/show/1180339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/FastCGI?expand=0&rev=32
This commit is contained in:
Ana Guerrero 2024-06-14 16:57:13 +00:00 committed by Git OBS Bridge
commit 0e46b31932
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 13 08:49:48 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Rename perl-FastCGI subpackage to perl-FCGI: adjust the package
name to the actual perl module name.
-------------------------------------------------------------------
Wed May 15 07:42:02 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -67,17 +67,19 @@ FastCGI is a language independent, scalable, open extension to CGI that
provides high performance without the limitations of server specific
APIs.
%package -n perl-FastCGI
%package -n perl-FCGI
Summary: A scalable, open extension to CGI
Group: Development/Languages/C and C++
Requires: %{name} = %{version}
Provides: perl-FastCGI = %{version}
Obsoletes: perl-FastCGI <= %{version}
%if 0%{?suse_version} < 1120
Requires: perl >= 5.8.0
%else
%{perl_requires}
%endif
%description -n perl-FastCGI
%description -n perl-FCGI
FastCGI is a language independent, scalable, open extension to CGI that
provides high performance without the limitations of server specific
APIs.
@ -148,7 +150,7 @@ rm -f %{buildroot}%{_libdir}/libfcgi*.la
%defattr(-,root,root)
%{_libdir}/libfcgi*.so.*
%files -n perl-FastCGI
%files -n perl-FCGI
%defattr(-,root,root)
%{_mandir}/man3/*.3pm.gz
%{perl_vendorarch}/FCGI.pm