From 1615a7e430bb65a9de9fd09d6bb4706822048e6ec34b82efa79456e3d364f1fb Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Thu, 13 Jun 2024 09:01:17 +0000 Subject: [PATCH] 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 --- FastCGI.changes | 6 ++++++ FastCGI.spec | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/FastCGI.changes b/FastCGI.changes index e6b6ece..1e75170 100644 --- a/FastCGI.changes +++ b/FastCGI.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 13 08:49:48 UTC 2024 - Dominique Leuenberger + +- 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 diff --git a/FastCGI.spec b/FastCGI.spec index 3adda97..b42321a 100644 --- a/FastCGI.spec +++ b/FastCGI.spec @@ -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