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