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