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