]> git.pld-linux.org Git - packages/esmtp.git/commitdiff
- initial
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Sat, 25 Jun 2005 07:14:47 +0000 (07:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- NFY

Changed files:
    esmtp.spec -> 1.1

esmtp.spec [new file with mode: 0644]

diff --git a/esmtp.spec b/esmtp.spec
new file mode 100644 (file)
index 0000000..a0c9c71
--- /dev/null
@@ -0,0 +1,56 @@
+#
+Summary:       esmtp   
+Summary(pl):   esmtp
+Name:          esmtp
+Version:       0.5.1
+Release:       0.1
+Epoch:         0
+License:       GPL
+Group:         Applications
+#Icon:         -
+Source0:       http://dl.sourceforge.net/esmtp/%{name}-%{version}.tar.bz2
+# Source0-md5: 9f0b809e891a548910f099efc4315b02
+URL:           http://esmtp.sourceforge.net/
+BuildRequires:  libesmtp-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description   
+esmtp is a user configurable relay-only Mail Transfer
+Agent (MTA) with a sendmail compatible syntax. It's based on libESMTP
+supporting the AUTH (including the CRAM-MD5 and NTLM SASL mechanisms)
+and the StartTLS SMTP extensions.
+
+%description -l pl
+esmtp
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+
+%preun
+
+%postun
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%doc %{_mandir}/man1/esmtp.1.gz
+%doc %{_mandir}/man5/esmtprc.5.gz
+#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+#%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
This page took 0.067423 seconds and 4 git commands to generate.