]> git.pld-linux.org Git - packages/boa.git/commitdiff
Marked for finish
authorkloczek <kloczek@pld-linux.org>
Sun, 27 Sep 1998 16:14:35 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
By Wojciech "Sas" Cięciwa <cieciwa@zarz.agh.edu.pl>:
- building RPM.

Changed files:
    boa.spec -> 1.1

boa.spec [new file with mode: 0644]

diff --git a/boa.spec b/boa.spec
new file mode 100644 (file)
index 0000000..606cd69
--- /dev/null
+++ b/boa.spec
@@ -0,0 +1,53 @@
+Summary:     Boa high speed HTTP server
+Summary(pl): Boa - szyki serwer HTTP
+Name:        boa
+Version:     0.92
+Release:     1
+Copyright:   GPL
+Group:       Networking/Daemons
+Source:      %{name}-%{version}.tar.gz
+Patch:       PLD-boa.diff
+Buildroot:   /tmp/%{name}-%{version}-root
+
+%description
+A high speed, lightweight web server (HTTP protocol).
+Based on direct use of the select(2) system call, it internally multiplexes 
+all connections without forking, for maximum speed and minimum system 
+resource use.
+
+%description -l pl
+Szybki serwer HTTP, byæ mo¿e alternatywa dla Apache HTTP Server.
+Nie korzystaj±cy z funkcji fork().
+
+%prep
+%setup -q
+%patch 
+
+%build
+cd src
+make
+
+%install
+install -d $RPM_BUILD_ROOT/home/httpd/{conf,logs,util,html}
+
+install -s src/boa $RPM_BUILD_ROOT/home/httpd/
+
+install conf/* $RPM_BUILD_ROOT/etc/httpd/conf/
+install docs/* $RPM_BUILD_ROOT/home/boa/docs/
+install util/* $RPM_BUILD_ROOT/home/boa/util/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644, root, root, 755)
+%doc README docs
+%attr(750, http, www) %dir /etc/httpd/conf
+%attr(750, http, www) %config /etc/httpd/conf/*
+%attr(755, http, www) /home/httpd/util
+%attr(755, http, www) /home/httpd/html
+%attr(750, http, www) /var/log/httpd/
+
+%changelog
+* Fri Sep 25 1998 Wojciech "Sas" Ciêciwa <alpha@zarz.agh.edu.pl>
+- building RPM.
This page took 0.069847 seconds and 4 git commands to generate.