]> git.pld-linux.org Git - packages/geam.git/blob - geam.spec
- tabs in preamble
[packages/geam.git] / geam.spec
1 # TODO: init script, user/group
2 Summary:        GEAM Encrypts Automagically Mail
3 Summary(pl.UTF-8):      GEAM - automagiczne szyfrowanie poczty
4 Name:           geam
5 Version:        0.8.4
6 Release:        0.1
7 License:        GPL v2+
8 Group:          Networking/Daemons
9 Source0:        ftp://ftp.gnupg.org/gcrypt/geam/%{name}-%{version}.tar.gz
10 # Source0-md5:  cc35eec9b3f7d9f2e427bd1de4a59b8d
11 URL:            http://www.gnupg.org/
12 BuildRequires:  pth-devel >= 1.2.1
13 Requires:       gnupg >= 1.0.6
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 GEAM (GEAM Encrypts Automagically Mail) is a SMTP proxy which is able
18 to encrypt or decrypt mail on the fly. It is not a full MTA as it
19 depends on smarthosts for routing.
20
21 %description -l pl.UTF-8
22 GEAM (GEAM Encrypts Automagically Mail, czyli GEAM automagicznie
23 szyfruje pocztę) to proxy SMTP potrafiące szyfrować i odszyfrowywać
24 pocztę w locie. Nie jest to pełny MTA jako że do routingu poczty
25 polega 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
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -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.10523 seconds and 4 git commands to generate.