]> git.pld-linux.org Git - packages/email.git/blob - email.spec
0a9b31644770b926435d8dbe3da2395f91f94548
[packages/email.git] / email.spec
1 Summary:        Email can send email using remote SMTP
2 Summary(pl.UTF-8):      Email potrafi wysyłać pocztę używając zdalnych SMTP
3 Name:           email
4 Version:        2.5.0
5 Release:        2
6 License:        GPL
7 Group:          Applications/Mail
8 Source0:        http://email.cleancode.org/download/%{name}-%{version}.tar.bz2
9 # Source0-md5:  d6e5f5764e3655226b5a6f9a07622836
10 Patch0:         %{name}-conf.patch
11 URL:            http://email.cleancode.org/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 # configure fails to check strftime() otherwise
15 %undefine       with_ccache
16
17 %description
18 Email is a program for the Unix environment that sends messages. It
19 can send email from the command line using your SMTP server instead of
20 sendmail.
21
22 %description -l pl.UTF-8
23 Email jest programem przeznaczonym do wysyłania wiadomości w
24 środowisku UNIX. Jest uruchamiany z wiersza poleceń. Potrafi wysyłać
25 pocztę używając zdalnych serwerów SMTP.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 %configure
33
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}/email,%{_mandir}/man1}
39
40 install email.conf email.sig $RPM_BUILD_ROOT%{_sysconfdir}/email
41 install src/email $RPM_BUILD_ROOT%{_bindir}
42 install email.1 $RPM_BUILD_ROOT%{_mandir}/man1
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog README RFC821 email.help email.address.template TODO
50 %dir %{_sysconfdir}/email
51 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/email/email*
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/man1/*
This page took 0.041983 seconds and 2 git commands to generate.