INFO: boa.spec

Wojciech "Sas" Cieciwa cieciwa w alpha.zarz.agh.edu.pl
Pon, 28 Wrz 1998, 13:57:59 CEST


Witam,

po raz kolejny spec do boa,
z poprawionymi katalogami i plikiem konfiguracyjnym...

Pozdrawiam.
						Sas.

=============================================================================
  UNIX System Administrator, POLAND
      _/_/_/_/ _/_/_/_/  _/_/_/_/     Wojciech 'Sas' Cieciwa
     _/       _/    _/  _/                   
    _/_/_/_/ _/_/_/_/  _/_/_/_/     cieciwa w alpha.zarz.agh.edu.pl
         _/ _/    _/        _/     sas w uci.agh.edu.pl                 
  _/_/_/_/ _/    _/  _/_/_/_/                 
		http://alpha.zarz.agh.edu.pl/~cieciwa

-------------- następna część ---------
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 w 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 w alpha.zarz.agh.edu.pl>
- building RPM.


Więcej informacji o liście dyskusyjnej pld-devel-pl