]> git.pld-linux.org Git - packages/firestarter.git/blob - firestarter.spec
- new version 0.8.2
[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.8.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        ftp://download.sourceforge.net/pub/sourceforge/firestarter/%{name}-%{version}.tar.gz
9 URL:            http://firestarter.sourceforge.net/
10 BuildRequires:  gettext-devel
11 BuildRequires:  gtk+-devel >= 1.2.5
12 BuildRequires:  gnome-core-devel
13 BuildRequires:  gnome-libs-devel >= 1.0.55
14 Requires:       ipchains >= 1.3.9
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18
19 %description
20 FireStarter is an easy-to-use, yet powerful, Linux firewall tool for
21 GNOME. Use it to quickly set up a secure environment using the
22 firewall creation wizard, or use it's monitoring and administrating
23 features with your old firewall scripts.
24
25 %description -l pl
26 FireStarter jest ³atwym w u¿yciu, lecz potê¿nym narzêdziem do
27 konfiguracji firewalla dzia³aj±cym w ¶rodowisku GNOME. Mo¿esz go u¿yæ,
28 by szybko stworzyæ bezpieczne ¶rodowisko korzystaj±c z kreatora
29 tworzenia firewalla, lub skorzystaæ z jego mo¿liwo¶ci monitorowania i
30 administrowania wraz z istniej±cymi regu³ami firewalla.
31
32 %prep
33 %setup -q
34 %build
35 %configure2_13
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT \
43         Applicationsdir=%{_applnkdir}/System
44
45 gzip -9nf README ChangeLog AUTHORS TODO CREDITS
46
47 %find_lang %{name} --with-gnome
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files -f %{name}.lang
53 %defattr(644,root,root,755)
54 %doc *gz
55 %attr(755,root,root) %{_bindir}/firestarter
56 %{_applnkdir}/System/firestarter.desktop
57 %{_pixmapsdir}/*
This page took 0.0699610000000001 seconds and 4 git commands to generate.