]> git.pld-linux.org Git - packages/firestarter.git/blob - firestarter.spec
- updated to 0.5.0.
[packages/firestarter.git] / firestarter.spec
1 Summary:        A GNOME firewall tool
2 Name:           firestarter
3 Version:        0.5.0
4 Release:        1
5 License:        GPL
6 Group:          X11/Applications/Networking
7 Group(de):      X11/Applikationen/Netzwerkwesen
8 Group(pl):      X11/Aplikacje/Sieciowe
9 Source0:        ftp://download.sourceforge.net/pub/sourceforge/firestarter/%{name}-%{version}.tar.gz
10 URL:            http://firestarter.sourceforge.net/
11 BuildRequires:  gettext-devel
12 BuildRequires:  gtk+-devel >= 1.2.5
13 BuildRequires:  gnome-core-devel
14 BuildRequires:  gnome-libs-devel >= 1.0.55
15 Requires:       ipchains >= 1.3.9
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19
20 %description
21 FireStarter is an easy-to-use, yet powerful, Linux firewall tool for
22 GNOME. Use it to quickly set up a secure environment using the
23 firewall creation wizard, or use it's monitoring and administrating
24 features with your old firewall scripts.
25
26 %prep
27 %setup -q
28
29 %build
30 gettextize --copy --force
31 %configure
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT \
38         Productivitydir=%{_applnkdir}/System
39
40 gzip -9nf README ChangeLog AUTHORS TODO CREDITS
41
42 %find_lang %{name}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files -f %{name}.lang
48 %defattr(644,root,root,755)
49 %doc *gz
50 %attr(755,root,root) %{_bindir}/firestarter
51 %{_applnkdir}/System/firestarter.desktop
52 %{_datadir}/pixmaps/*
This page took 0.041657 seconds and 4 git commands to generate.