From 24b1ad75ce453da6e8bae6eabe7af5714be696c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 3 Mar 2007 13:32:29 +0000 Subject: [PATCH] - new Changed files: cghttpd.spec -> 1.1 --- cghttpd.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 cghttpd.spec diff --git a/cghttpd.spec b/cghttpd.spec new file mode 100644 index 0000000..2372fb0 --- /dev/null +++ b/cghttpd.spec @@ -0,0 +1,46 @@ +Summary: cghttpd +Name: cghttpd +Version: 0.26 +Release: 0.1 +License: GPL +Group: Applications +Source0: http://www.xmailserver.org/%{name}-%{version}.tar.gz +# Source0-md5: 62a1ae4ecd938954fa86c94e0edaef33 +URL: http://www.xmailserver.org/cghttpd-home.html +BuildRequires: coronet-devel +BuildRequires: guasi-devel +BuildRequires: libpcl-devel +# not yet(?) complete webserver +#Provides: webserver +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _bindir %{_sbindir} + +%description +The cghttpd software is a Coronet and Guasi based trivial Web server +developed to test the level of performance that can be achieved with +such a solution. + +It is by far not a complete Web server, nor a server that you want to +expose to a public network. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS +%attr(755,root,root) %{_sbindir}/cghttpd +%{_mandir}/man8/cghttpd.8* -- 2.43.0