flo pushed to postproof (f21). "Initial import (#1205361) (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Mar 31 15:28:20 UTC 2015


>From 89ee2832ce716eda5f5bbbf4b117471e5c6f4d92 Mon Sep 17 00:00:00 2001
From: Lehner Florian <dev at der-flo.net>
Date: Tue, 31 Mar 2015 17:13:28 +0200
Subject: Initial import (#1205361)

Signed-off-by: Lehner Florian <dev at der-flo.net>

diff --git a/.gitignore b/.gitignore
index e69de29..6284da2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/postproof-65bcbbb9d2cf9e44e71d9cfa3bd4e4eddd32ec38.tar.gz
diff --git a/postproof.spec b/postproof.spec
new file mode 100644
index 0000000..97f75d0
--- /dev/null
+++ b/postproof.spec
@@ -0,0 +1,47 @@
+%global commit      65bcbbb9d2cf9e44e71d9cfa3bd4e4eddd32ec38
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+
+Name:       postproof
+Version:    0
+Release:    0.3.20150331git65bcbbb9%{?dist}
+Summary:    Mail abuse incident tool
+
+License:    LGPLv3
+URL:        https://github.com/sys4/%{name}
+Source0:    https://github.com/sys4/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
+BuildArch:  noarch
+
+Requires:   postfix
+
+%description
+Collect messages from a Postfix mail queue and preserve them as incident.
+
+%prep
+%setup -qn %{name}-%{commit}
+
+
+%install
+mkdir -p %{buildroot}%{_bindir}
+install -pm 0755 %{name} %{buildroot}%{_bindir}/%{name}
+
+mkdir -p %{buildroot}%{_mandir}/man1
+install -pm 0644 *.1 %{buildroot}%{_mandir}/man1
+
+
+%files
+%doc README
+%{!?_licensedir:%global license %%doc}
+%license LICENSE
+%{_bindir}/%{name}
+%{_mandir}/man1/*.1*
+
+
+%changelog
+* Tue Mar 31 2015 Florian Lehner <dev at der-flo.net> 0-0.3.20150331git65bcbbb9
+- Update to latest snapshot before importing
+
+* Sun Mar 29 2015 Florian Lehner <dev at der-flo.net> 0-0.2.20150324gita7427efd
+- Fix release tag
+
+* Tue Mar 24 2015 Florian Lehner <dev at der-flo.net> 0-1.20150324gita7427efd
+- Initial packaging (#1205361)
diff --git a/sources b/sources
index e69de29..c95eab3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6f018ffc0ac90372d48fefd7b382d22b  postproof-65bcbbb9d2cf9e44e71d9cfa3bd4e4eddd32ec38.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/postproof.git/commit/?h=f21&id=89ee2832ce716eda5f5bbbf4b117471e5c6f4d92


More information about the scm-commits mailing list