]> git.pld-linux.org Git - packages/geam.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 May 2004 21:29:12 +0000 (21:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geam.spec -> 1.1

geam.spec [new file with mode: 0644]

diff --git a/geam.spec b/geam.spec
new file mode 100644 (file)
index 0000000..bbf0423
--- /dev/null
+++ b/geam.spec
@@ -0,0 +1,49 @@
+# TODO: init script, user/group
+Summary:       GEAM Encrypts Automagically Mail
+Summary(pl):   GEAM - automagiczne szyfrowanie poczty
+Name:          geam
+Version:       0.8.4
+Release:       0.1
+License:       GPL v2+
+Group:         Networking/Daemons
+Source0:       ftp://ftp.gnupg.org/gcrypt/geam/%{name}-%{version}.tar.gz
+# Source0-md5: cc35eec9b3f7d9f2e427bd1de4a59b8d
+URL:           http://www.gnupg.org/
+BuildRequires: pth-devel >= 1.2.1
+Requires:      gnupg >= 1.0.6
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GEAM (GEAM Encrypts Automagically Mail) is a SMTP proxy which is able
+to encrypt or decrypt mail on the fly. It is not a full MTA as it
+depends on smarthosts for routing.
+
+%description -l pl
+GEAM (GEAM Encrypts Automagically Mail, czyli GEAM automagicznie
+szyfruje pocztê) to proxy SMTP potrafi±ce szyfrowaæ i odszyfrowywaæ
+pocztê w locie. Nie jest to pe³ny MTA jako ¿e do routingu poczty
+polega na zewnêtrznych smarthostach.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make} \
+       simple_mta_LDADD='$(LDADD)'
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%lang(de) %doc doc/manual.de.html
+%attr(755,root,root) %{_sbindir}/geamd
+%{_mandir}/man8/geamd.8*
This page took 0.085943 seconds and 4 git commands to generate.