forked from deanproxy/eMail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheMail.spec
More file actions
44 lines (31 loc) · 707 Bytes
/
eMail.spec
File metadata and controls
44 lines (31 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Name: eMail
Version: 3.2.3
Release: 1%{?dist}
Summary: Command line SMTP client
Group: Applications/Internet
License: GPLv2+
URL: https://github.com/guoxiaoqiao/eMail
Source0: %{name}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel
%description
Command line SMTP client.
%prep
%setup -q -n %{name}
%build
%configure --with-ssl
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/email/*
%{_bindir}/*
%{_mandir}/*
%{_docdir}/*
%changelog
* Tue May 26 2015 小桥 <29551030@qq.com> - 3.2.3
- 初始版本