]> git.pld-linux.org Git - packages/email.git/blob - email.spec
- replacement for traditional mailx with remote SMTP support
[packages/email.git] / email.spec
1 Summary:        Email can send email using remote SMTP
2 Summary(pl):    Email potrafi wysy³aæ pocztê u¿ywaj±c zdalnych SMTP
3 Name:           email
4 Version:        2.3.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/Mail
8 Source0:        http://email.cleancode.org/download/%{name}-%{version}.tar.bz2
9 # Source0-md5:  46aefdf1e8ef23b168712b3fa30631d2
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Email is a program for the Unix environment that sends messages.
14 It can send email from the command line using your SMTP server 
15 instead of sendmail.
16
17 %description -l pl
18 Email jest programem przeznaczonym do wysy³ania wiadomo¶ci w 
19 ¶rodowisku UNIX. Jest uruchamiany z wiersza poleceñ. Potrafi wysy³aæ
20 pocztê u¿ywaj±c zdalnych serwerów SMTP.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure
27
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir}/man1}
33 install email.conf $RPM_BUILD_ROOT%{_sysconfdir}/
34 install src/email $RPM_BUILD_ROOT%{_bindir}/
35 install email.1 $RPM_BUILD_ROOT%{_mandir}/man1/
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc README RFC821 email.help email.address.template
43 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/email.conf
44 %attr(755,root,root) %{_bindir}/*
45 %{_mandir}/man1/*
This page took 0.068304 seconds and 3 git commands to generate.