summaryrefslogtreecommitdiff
path: root/smtptools.spec
blob: cb2e959e9ef8cb74ebea228ae0f83ee64aa30e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Summary:	smtptools - tools for the Simple Mail Transfer Protocol
Summary(pl):	Narzędzia do przesyłania poczty poprzez SMTP
Name:		smtptools
Version:	0.2.3
Release:	2
License:	GPL
Group:		Applications/Communications
Source0:	ftp://ftp.ohse.de/uwe/releases/%{name}-%{version}.tar.gz
BuildRequires:	autoconf
BuildRequires:	automake
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
This collection of commands contains tools to send and receive
messsages with SMTP.

%description -l pl
To jest kolekcja komend pozwalających na wysyłanie i odbieranie
wiadomości poprzez SMTP.

%prep
%setup -q

%build
%{__aclocal}
%{__autoconf}
%configure
%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README README.smtpblast README.usmtpd
%doc README.tomaildir README.cvs
%attr(755,root,root) %{_sbindir}/usmtpd
%attr(755,root,root) %{_bindir}/tomaildir
%attr(755,root,root) %{_bindir}/maildirblast
%attr(755,root,root) %{_bindir}/smtpblast
%{_mandir}/man1/*