]> git.pld-linux.org Git - packages/geam.git/blame_incremental - geam.spec
- tabs in preamble
[packages/geam.git] / geam.spec
... / ...
CommitLineData
1# TODO: init script, user/group
2Summary: GEAM Encrypts Automagically Mail
3Summary(pl.UTF-8): GEAM - automagiczne szyfrowanie poczty
4Name: geam
5Version: 0.8.4
6Release: 0.1
7License: GPL v2+
8Group: Networking/Daemons
9Source0: ftp://ftp.gnupg.org/gcrypt/geam/%{name}-%{version}.tar.gz
10# Source0-md5: cc35eec9b3f7d9f2e427bd1de4a59b8d
11URL: http://www.gnupg.org/
12BuildRequires: pth-devel >= 1.2.1
13Requires: gnupg >= 1.0.6
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17GEAM (GEAM Encrypts Automagically Mail) is a SMTP proxy which is able
18to encrypt or decrypt mail on the fly. It is not a full MTA as it
19depends on smarthosts for routing.
20
21%description -l pl.UTF-8
22GEAM (GEAM Encrypts Automagically Mail, czyli GEAM automagicznie
23szyfruje pocztę) to proxy SMTP potrafiące szyfrować i odszyfrowywać
24pocztę w locie. Nie jest to pełny MTA jako że do routingu poczty
25polega na zewnętrznych smarthostach.
26
27%prep
28%setup -q
29
30%build
31%configure
32%{__make} \
33 simple_mta_LDADD='$(LDADD)'
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc AUTHORS ChangeLog NEWS README TODO
47%lang(de) %doc doc/manual.de.html
48%attr(755,root,root) %{_sbindir}/geamd
49%{_mandir}/man8/geamd.8*
This page took 0.08487 seconds and 4 git commands to generate.