]> git.pld-linux.org Git - packages/esmtp.git/blob - esmtp.spec
- initial
[packages/esmtp.git] / esmtp.spec
1 #
2 Summary:        esmtp   
3 Summary(pl):    esmtp
4 Name:           esmtp
5 Version:        0.5.1
6 Release:        0.1
7 Epoch:          0
8 License:        GPL
9 Group:          Applications
10 #Icon:          -
11 Source0:        http://dl.sourceforge.net/esmtp/%{name}-%{version}.tar.bz2
12 # Source0-md5:  9f0b809e891a548910f099efc4315b02
13 URL:            http://esmtp.sourceforge.net/
14 BuildRequires:   libesmtp-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description    
18 esmtp is a user configurable relay-only Mail Transfer
19 Agent (MTA) with a sendmail compatible syntax. It's based on libESMTP
20 supporting the AUTH (including the CRAM-MD5 and NTLM SASL mechanisms)
21 and the StartTLS SMTP extensions.
22
23 %description -l pl
24 esmtp
25
26 %prep
27 %setup -q -n %{name}-%{version}
28
29 %build
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %pre
43
44 %post
45
46 %preun
47
48 %postun
49
50 %files
51 %defattr(644,root,root,755)
52 %attr(755,root,root) %{_bindir}/*
53 %doc %{_mandir}/man1/esmtp.1.gz
54 %doc %{_mandir}/man5/esmtprc.5.gz
55 #%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
56 #%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
This page took 0.079942 seconds and 4 git commands to generate.