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