]> git.pld-linux.org Git - packages/esmtp.git/blob - esmtp.spec
- reverted to 1.4
[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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description    
16 esmtp is a user configurable relay-only Mail Transfer
17 Agent (MTA) with a sendmail compatible syntax. It's based on libESMTP
18 supporting the AUTH (including the CRAM-MD5 and NTLM SASL mechanisms)
19 and the StartTLS SMTP extensions.
20
21 %description -l pl
22 esmtp to konfigurowalny przez u¿ytkownika MTA (Mail Transfer Agent) o
23 sk³adni kompatybilnej z sendmailem, obs³uguj±cy wy³±cznie
24 przekazywanie poczty do serwera (E)SMTP. Jest oparty na libESMTP,
25 obs³uguje AUTH (w³±cznie z mechanizmami SASL CRAM-MD5 i NTLM) oraz
26 rozszerzenia SMTP StartTLS.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_sysconfdir}
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 install sample.esmtprc  $RPM_BUILD_ROOT%{_sysconfdir}/esmtprc
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog NEWS README TODO
50 %attr(755,root,root) %{_bindir}/*
51 %{_mandir}/man1/esmtp.1*
52 %{_mandir}/man5/esmtprc.5*
53 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
This page took 0.052475 seconds and 4 git commands to generate.