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