Name: libcgi Version: 1.3.0 Release: 1mamba Summary: A CGI (Common Gateway Interface) programming interface Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://libcgi.sourceforge.net/ Source: https://github.com/rafaelsteil/libcgi.git/v%{version}/libcgi-%{version}.tar.bz2 Patch0: libcgi-1.0-Makefile.in.patch Patch1: libcgi-1.0-cgi.c-hextable.patch Patch2: libcgi-1.0-string.c-make_string.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END %description This library offers a simple programming interface to the Common Gateway Interface, known as CGI, including Cookies. The purpose is to provide an easy to use interface to CGI if you need to write your program in C instead of perl. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} = %{version}-%{release} %description devel This library offers a simple programming interface to the Common Gateway Interface, known as CGI, including Cookies. The purpose is to provide an easy to use interface to CGI if you need to write your program in C instead of perl. This package contains static libraries and header files needed for development. %debug_package %prep %setup -q #% patch 0 -p1 #% patch 1 -p1 #% patch 2 -p1 #find examples/ -name "Makefile.am" -exec rm {} ';' %build %cmake %cmake_build %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %cmake_install %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_libdir}/libcgi.so.* %doc LICENSES %files devel %defattr(-,root,root,-) %dir %{_includedir}/libcgi %{_includedir}/libcgi/*.h %{_libdir}/libcgi.so %dir %{_libdir}/cmake/cgi %{_libdir}/cmake/cgi/cgi-*.cmake %{_libdir}/pkgconfig/libcgi.pc %doc doc/html/ examples/ %doc README.md %changelog * Sat Nov 11 2023 Silvan Calarco 1.3.0-1mamba - update to 1.3.0 * Wed Aug 28 2013 Automatic Build System 1.0-2mamba - automatic rebuild by autodist * Sun Oct 26 2008 Tiziana Ferro 1.0-1mamba - update to 1.0 - packager changed * Tue May 17 2005 Davide Madrisan 0.5-1qilnx - package created by autospec