automatic version update by autodist [release 2.4.3-1mamba;Sat Nov 09 2024]
This commit is contained in:
parent
aad5e1d266
commit
50004c3fe6
22
fcgi.spec
22
fcgi.spec
@ -1,5 +1,5 @@
|
|||||||
Name: fcgi
|
Name: fcgi
|
||||||
Version: 2.4.2
|
Version: 2.4.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: FASTCgi (fcgi) is a language independent, high performant extension to CGI
|
Summary: FASTCgi (fcgi) is a language independent, high performant extension to CGI
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
@ -11,12 +11,9 @@ Source: https://github.com/FastCGI-Archives/fcgi2.git/%{version}/fcgi2-%{
|
|||||||
License: Custom
|
License: Custom
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libe2fs-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libkrb5-devel
|
|
||||||
BuildRequires: libnsl-devel
|
BuildRequires: libnsl-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libtirpc-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
@ -40,7 +37,6 @@ Requires: pkg-config
|
|||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -58,37 +54,35 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/cgi-fcgi
|
%{_bindir}/cgi-fcgi
|
||||||
|
%{_mandir}/man1/cgi-fcgi.1*
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libfcgi++.so.*
|
%{_libdir}/libfcgi++.so.*
|
||||||
%{_libdir}/libfcgi.so.*
|
%{_libdir}/libfcgi.so.*
|
||||||
%doc LICENSE.TERMS
|
%doc LICENSE
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/fastcgi.h
|
%{_includedir}/fastcgi.h
|
||||||
%{_includedir}/fcgi_config.h
|
%{_includedir}/fcgi*.h
|
||||||
%{_includedir}/fcgi_stdio.h
|
|
||||||
%{_includedir}/fcgiapp.h
|
|
||||||
%{_includedir}/fcgimisc.h
|
|
||||||
%{_includedir}/fcgio.h
|
|
||||||
%{_includedir}/fcgios.h
|
|
||||||
%{_libdir}/libfcgi++.a
|
%{_libdir}/libfcgi++.a
|
||||||
%{_libdir}/libfcgi++.so
|
%{_libdir}/libfcgi++.so
|
||||||
%{_libdir}/libfcgi.a
|
%{_libdir}/libfcgi.a
|
||||||
%{_libdir}/libfcgi.so
|
%{_libdir}/libfcgi.so
|
||||||
%{_libdir}/pkgconfig/fcgi++.pc
|
%{_libdir}/pkgconfig/fcgi++.pc
|
||||||
%{_libdir}/pkgconfig/fcgi.pc
|
%{_libdir}/pkgconfig/fcgi.pc
|
||||||
|
%{_mandir}/man3/FCGI_*.3*
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 09 2024 Automatic Build System <autodist@openmamba.org> 2.4.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Aug 12 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.2-1mamba
|
* Sat Aug 12 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.2-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user