Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 92da519f0535979595dac87fa16adfd5 > files > 3

postal-0.70-6.fc13.src.rpm

Name:           postal
Version:        0.70
Release:        6%{?dist}
Summary:        Tools for benchmarking mail servers

Group:          Applications/Internet
License:        GPLv3
URL:            http://doc.coker.com.au/projects/postal/
Source0:        http://www.coker.com.au/postal/postal-%{version}.tgz
Patch0:         postal.DSOl.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  gnutls-devel
BuildRequires:  libgcrypt
%description
The Postal suite consists of an SMTP delivery benchmark (postal), a POP
retrieval benchmark (rabid) and a SMTP sink (bhm).  It is designed to test
mail servers and mail forwarding systems.

%prep
%setup -q
%patch0 -p0

%build
%configure --disable-static --disable-stripping

make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make INSTALL="install -p" install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_sbindir}/rabid
%{_bindir}/postal-list
%{_sbindir}/postal
%{_sbindir}/bhm
%{_mandir}/man8/postal.8.gz
%{_mandir}/man1/postal-list.1.gz
%{_mandir}/man8/rabid.8.gz
%{_mandir}/man8/bhm.8.gz
%doc changes.txt
%doc credits.txt

%changelog
* Fri Apr 23 2010 David Nalley <david@gnsa.us> - 0.70-6
- patched for implicit DSO linking

* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.70-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild


* Mon May 11 2009 David Nalley <david@gnsa.us> - 0.70-4
- added argument to make to preserve timestamps
- added a few docs that were missing
* Sun May 10 2009 David Nalley <david@gnsa.us> - 0.70-3
- added dist tag
- changed configure line
- added macros to files section
- changed license to GPLv3
- added configure option to disable stripping debuginfo
* Tue May 27 2008 Russell Coker <russell@coker.com.au> - 0.70-2
- fixed rpmlint warnings
* Mon May 26 2008 Russell Coker <russell@coker.com.au> - 0.70-1
- updated to latest Fedora standards
* Mon Feb 19 2001 Russell Coker <russell@coker.com.au> - 0.58-1
- first packaging