]> git.pld-linux.org Git - packages/esmtp.git/blob - esmtp.spec
- missing br's
[packages/esmtp.git] / esmtp.spec
1 Summary:        esmtp - relay-only Mail Transfer Agent
2 Summary(pl):    esmtp - MTA obs³uguj±cy tylko przekazywanie poczty do serwera (E)SMTP
3 Name:           esmtp
4 Version:        0.5.1
5 Release:        0.3
6 Epoch:          0
7 License:        GPL v2
8 Group:          Applications
9 Source0:        http://dl.sourceforge.net/esmtp/%{name}-%{version}.tar.bz2
10 # Source0-md5:  9f0b809e891a548910f099efc4315b02
11 URL:            http://esmtp.sourceforge.net/
12 BuildRequires:  libesmtp-devel
13 Requires:       libesmtp
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description    
17 esmtp is a user configurable relay-only Mail Transfer
18 Agent (MTA) with a sendmail compatible syntax. It's based on libESMTP
19 supporting the AUTH (including the CRAM-MD5 and NTLM SASL mechanisms)
20 and the StartTLS SMTP extensions.
21
22 %description -l pl
23 esmtp to konfigurowalny przez u¿ytkownika MTA (Mail Transfer Agent) o
24 sk³adni kompatybilnej z sendmailem, obs³uguj±cy wy³±cznie
25 przekazywanie poczty do serwera (E)SMTP. Jest oparty na libESMTP,
26 obs³uguje AUTH (w³±cznie z mechanizmami SASL CRAM-MD5 i NTLM) oraz
27 rozszerzenia SMTP StartTLS.
28
29 %prep
30 %setup -q
31
32 %build
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_sysconfdir}
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 install sample.esmtprc  $RPM_BUILD_ROOT%{_sysconfdir}/esmtprc
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog NEWS README TODO
51 %attr(755,root,root) %{_bindir}/*
52 %{_mandir}/man1/esmtp.1*
53 %{_mandir}/man5/esmtprc.5*
54 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
This page took 0.043125 seconds and 4 git commands to generate.