From 81c7d4131c02df15a1a36aa4908c2d74bf1f5412 Mon Sep 17 00:00:00 2001 From: krolik Date: Mon, 18 Oct 2004 10:25:12 +0000 Subject: [PATCH] - replacement for traditional mailx with remote SMTP support - initial Changed files: email.spec -> 1.1 --- email.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 email.spec diff --git a/email.spec b/email.spec new file mode 100644 index 0000000..0309d6d --- /dev/null +++ b/email.spec @@ -0,0 +1,45 @@ +Summary: Email can send email using remote SMTP +Summary(pl): Email potrafi wysy³aæ pocztê u¿ywaj±c zdalnych SMTP +Name: email +Version: 2.3.0 +Release: 1 +License: GPL +Group: Applications/Mail +Source0: http://email.cleancode.org/download/%{name}-%{version}.tar.bz2 +# Source0-md5: 46aefdf1e8ef23b168712b3fa30631d2 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Email is a program for the Unix environment that sends messages. +It can send email from the command line using your SMTP server +instead of sendmail. + +%description -l pl +Email jest programem przeznaczonym do wysy³ania wiadomo¶ci w +¶rodowisku UNIX. Jest uruchamiany z wiersza poleceñ. Potrafi wysy³aæ +pocztê u¿ywaj±c zdalnych serwerów SMTP. + +%prep +%setup -q + +%build +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir}/man1} +install email.conf $RPM_BUILD_ROOT%{_sysconfdir}/ +install src/email $RPM_BUILD_ROOT%{_bindir}/ +install email.1 $RPM_BUILD_ROOT%{_mandir}/man1/ + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README RFC821 email.help email.address.template +%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/email.conf +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man1/* -- 2.43.0