-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathferm.spec
52 lines (46 loc) · 1.02 KB
/
ferm.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Summary: ferm - For Easy Rule Making
Name: ferm
Version: 1.0pl1
Release: 1
Group: system/firewalls
Copyright: GPL
Source: %{name}-%{version}.tar.gz
BuildRoot: /tmp/%{name}-%{version}-root
URL: http://ferm.foo-projects.org/
BuildArchitectures: noarch
Requires: perl
Packager: A. Kok <[email protected]>
%description
Ferm is a tool to maintain complex firewalls, without having the
trouble to rewrite the complex rules over and over again. Ferm
allows the entire firewall rule set to be stored in a separate
file, and to be loaded with one command. The firewall configuration
resembles structured programming-like language, which can contain
levels and lists.
%prep
%setup
mkdir -p $RPM_BUILD_ROOT
cp -R ./* $RPM_BUILD_ROOT
%install
make install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%dir /examples
/CHANGES
/AUTHORS
/COPYING
/README.rst
/TODO
/ferm.txt
/ferm.html
/ferm.1
/examples/complex-server
/examples/workstation
/examples/iptables
/examples/realistic
/Makefile
%defattr(0700,root,root)
/ferm
%changelog