INFO: boa.spec
Wojciech "Sas" Cieciwa
cieciwa at alpha.zarz.agh.edu.pl
Mon Sep 28 13:57:59 CEST 1998
Witam,
po raz kolejny spec do boa,
z poprawionymi katalogami i plikiem konfiguracyjnym...
Pozdrawiam.
Sas.
=============================================================================
UNIX System Administrator, POLAND
_/_/_/_/ _/_/_/_/ _/_/_/_/ Wojciech 'Sas' Cieciwa
_/ _/ _/ _/
_/_/_/_/ _/_/_/_/ _/_/_/_/ cieciwa at alpha.zarz.agh.edu.pl
_/ _/ _/ _/ sas at uci.agh.edu.pl
_/_/_/_/ _/ _/ _/_/_/_/
http://alpha.zarz.agh.edu.pl/~cieciwa
-------------- next part --------------
Summary: Boa high speed HTTP server
Summary(pl): Boa - szyki serwer HTTP
Name: boa
Version: 0.92
Release: 2
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/etc/httpd/conf
install -d $RPM_BUILD_ROOT/home/httpd/{docs,util,html}
install -d $RPM_BUILD_ROOT/var/log/httpd
install -s src/boa $RPM_BUILD_ROOT/home/httpd/
install conf/* $RPM_BUILD_ROOT/etc/httpd/conf/
install docs/* $RPM_BUILD_ROOT/home/httpd/docs/
install util/* $RPM_BUILD_ROOT/home/httpd/util/
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_DIR/%name-%version
%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
* Mon Sep 28 1998 Wojciech "Sas" Ci?ciwa <cieciwa at alpha.zarz.agh.edu.pl>
- changing %install and %files with sugestion from T. K?oczko,
- changing %clean part.
* Fri Sep 25 1998 Wojciech "Sas" Ci?ciwa <cieciwa at alpha.zarz.agh.edu.pl>
- building RPM.
More information about the pld-devel-pl
mailing list