Пакет postal: Specfile

Summary: A program for benchmarking mail servers
Name: postal
Version: 0.70
Release: alt1
License: GPLv3
Group: System/Servers
Packager: Denis Smirnov <mithraen@altlinux.ru>

Source: http://www.coker.com.au/%name/%name-%version.tar

# Automatically added by buildreq on Tue Aug 16 2005
BuildRequires: gcc-c++ libssl-devel libstdc++-devel

%description
The Postal suite consists of an SMTP delivery benchmark (postal), a POP
retrieval benchmark (rabid) and other programs soon to be added.

%prep
%setup -q

%build
./configure --prefix=%buildroot
%make_build

%install
%makeinstall_std eprefix=/usr prefix=/usr
mkdir -p %buildroot%_docdir/%name
install -m 644 debian/changelog %buildroot%_docdir/%name/ChangeLog

mkdir -p %buildroot%_man8dir

%files
%_sbindir/postal
%_sbindir/bhm
%_sbindir/rabid
%_bindir/postal-list
%_man8dir/*
%_man1dir/*
%_docdir/%name

%changelog
* Fri Nov 14 2008 Denis Smirnov <mithraen@altlinux.ru> 0.70-alt1
- update to 0.70

* Tue Aug 16 2005 Denis Smirnov <mithraen@altlinux.ru> 0.62-alt1
- first build for Sisyphus