Name: libhttpd Version: 1.3 Release: 0.fdr.1 Summary: Library for the creation of embedded web servers. Group: System Environment/Libraries License: GPLv2 URL: http://www.Hughes.com.au/products/libhttpd Source: http://www.Hughes.com.au/products/libhttpd/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Welcome to LibHTTPD, a library for the creation of embedded web servers. Complete documentation is available in the PDF file location in the doc directory. This software has been developed by David J. Hughes (aka Bambi) of Hughes Technologies in Australia. You can always find a current verion of this software at www.Hughes.com.au %package devel Summary: Static library and header files for libhttpd. Group: Development/Libraries %description devel Welcome to LibHTTPD, a library for the creation of embedded web servers. Complete documentation is available in the PDF file location in the doc directory. This software has been developed by David J. Hughes (aka Bambi) of Hughes Technologies in Australia. You can always find a current verion of this software at www.Hughes.com.au This package contains the static library and header files. %prep %setup -q %build %configure make %{?_smp_mflags} %install # make install is hardcoded to /usr/local, ugh rm -rf $RPM_BUILD_ROOT install -m 755 -d $RPM_BUILD_ROOT%{_libdir} install -m 755 -d $RPM_BUILD_ROOT%{_includedir} install -m 644 src/libhttpd.a $RPM_BUILD_ROOT%{_libdir}/libhttpd.a install -m 644 src/httpd.h $RPM_BUILD_ROOT%{_includedir}/httpd.h %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files devel %defattr(-,root,root,-) %doc HISTORY License README %{_libdir}/libhttpd.a %{_includedir}/httpd.h %changelog * Fri May 21 2004 Thomas Vander Stichele - 1.3-0.fdr.1: Initial RPM release.