From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] suricata-update: New package Date: Sun, 23 Jun 2019 11:20:23 +0200 Message-ID: <20190623092023.32220-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4904496633459130908==" List-Id: --===============4904496633459130908== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- suricata-update/suricata-update.nm | 40 ++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 suricata-update/suricata-update.nm diff --git a/suricata-update/suricata-update.nm b/suricata-update/suricata-up= date.nm new file mode 100644 index 000000000..35bd9599d --- /dev/null +++ b/suricata-update/suricata-update.nm @@ -0,0 +1,40 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D suricata-update +version =3D 1.0.5 +release =3D 1 +thisapp =3D %{name}-%{version} +arch =3D noarch + +groups =3D Development/Tools +url =3D https://github.com/OISF/suricata-update +license =3D LGPLv2+ +summary =3D A tool for updating Suricata rules. + +description + This package contains a Python written tool to update the used rules for + suricata. +end + +source_dl =3D https://github.com/OISF/%{name}/archive/%{version}.tar.gz#/ + +build + build + %{python3} setup.py build + end + + install + %{python3} setup.py install --root=3D%{BUILDROOT} + end +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end --=20 2.20.1 --===============4904496633459130908==--