]> git.ipfire.org Git - ipfire-3.x.git/blame - suricata-update/suricata-update.nm
kernel: Fix configuration diff generation
[ipfire-3.x.git] / suricata-update / suricata-update.nm
CommitLineData
fb27129d
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = suricata-update
7version = 1.0.5
8release = 1
9thisapp = %{name}-%{version}
10arch = noarch
11
12groups = Development/Tools
13url = https://github.com/OISF/suricata-update
14license = LGPLv2+
15summary = A tool for updating Suricata rules.
16
17description
18 This package contains a Python written tool to update the used rules for
19 suricata.
20end
21
22source_dl = https://github.com/OISF/%{name}/archive/%{version}.tar.gz#/
23
24build
25 build
26 %{python3} setup.py build
27 end
28
29 install
30 %{python3} setup.py install --root=%{BUILDROOT}
31 end
32end
33
34packages
35 package %{name}
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
40end