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:
parent
f9cfc2be1c
commit
1615a7e430
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user