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