]> git.pld-linux.org Git - packages/firestarter.git/blob - firestarter.spec
6ad2ef7cefaa54d5664f8984c24b10e7d2e96e83
[packages/firestarter.git] / firestarter.spec
1 Summary:        A GNOME firewall tool
2 Summary(pl):    Narzêdzie do konfiguracji firewalla dzia³aj±ce w ¶rodowisku GNOME
3 Name:           firestarter
4 Version:        0.9.2
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://dl.sourceforge.net/firestarter/%{name}-%{version}.tar.gz
9 # Source0-md5:  68b7b18663581fd20bb434cee4bbcc1a
10 Patch0:         %{name}-acfix.patch
11 URL:            http://firestarter.sourceforge.net/
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  gtk+2-devel >= 2.0.0
16 BuildRequires:  libgnome-devel >= 2.0.0
17 BuildRequires:  libgnomeui-devel >= 2.0.0
18 BuildRequires:  libtool
19 Requires:       iptables
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 FireStarter is an easy-to-use, yet powerful, Linux firewall tool for
24 GNOME. Use it to quickly set up a secure environment using the
25 firewall creation wizard, or use it's monitoring and administrating
26 features with your old firewall scripts.
27
28 %description -l pl
29 FireStarter jest ³atwym w u¿yciu, lecz potê¿nym narzêdziem do
30 konfiguracji firewalla dzia³aj±cym w ¶rodowisku GNOME. Mo¿esz go u¿yæ,
31 by szybko stworzyæ bezpieczne ¶rodowisko korzystaj±c z kreatora
32 tworzenia firewalla, lub skorzystaæ z jego mo¿liwo¶ci monitorowania i
33 administrowania wraz z istniej±cymi regu³ami firewalla.
34
35 %prep
36 %setup -q
37 %patch0 -p1
38
39 echo 'Categories=Utility;SystemSetup;' >> firestarter.desktop
40
41 %build
42 %{__libtoolize}
43 %{__aclocal}
44 %{__autoconf}
45 %{__automake}
46 %configure
47
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT \
55         Applicationsdir=%{_desktopdir}
56
57 %find_lang %{name} --with-gnome
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc README ChangeLog AUTHORS TODO CREDITS
65 %attr(755,root,root) %{_bindir}/firestarter
66 %{_desktopdir}/firestarter.desktop
67 %{_pixmapsdir}/*
This page took 0.117489 seconds and 2 git commands to generate.