Accepting request 1180337 from home:dimstar:Factory

- 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/1180337
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/FastCGI?expand=0&rev=46
This commit is contained in:
Marcus Rückert 2024-06-13 09:01:17 +00:00 committed by Git OBS Bridge
parent f9cfc2be1c
commit 1615a7e430
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> 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 provides high performance without the limitations of server specific
APIs. APIs.
%package -n perl-FastCGI %package -n perl-FCGI
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}
Provides: perl-FastCGI = %{version}
Obsoletes: perl-FastCGI <= %{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}
%endif %endif
%description -n perl-FastCGI %description -n perl-FCGI
FastCGI is a language independent, scalable, open extension to CGI that FastCGI is a language independent, scalable, open extension to CGI that
provides high performance without the limitations of server specific provides high performance without the limitations of server specific
APIs. APIs.
@ -148,7 +150,7 @@ rm -f %{buildroot}%{_libdir}/libfcgi*.la
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libfcgi*.so.* %{_libdir}/libfcgi*.so.*
%files -n perl-FastCGI %files -n perl-FCGI
%defattr(-,root,root) %defattr(-,root,root)
%{_mandir}/man3/*.3pm.gz %{_mandir}/man3/*.3pm.gz
%{perl_vendorarch}/FCGI.pm %{perl_vendorarch}/FCGI.pm