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