]> git.pld-linux.org Git - packages/gfcc.git/blob - gfcc.spec
- removed two lines with define
[packages/gfcc.git] / gfcc.spec
1 Summary:        GTK firewall control center
2 Summary(pl):    Centrum kontroli firewalla
3 Summary(pt_BR): Centro de controle de firewall GTK
4 Name:           gfcc
5 Version:        0.7.4
6 Release:        6
7 License:        GPL
8 Group:          X11/Applications/Networking
9 Source0:        http://icarus.autostock.co.kr/%{name}-%{version}.tar.gz
10 Source1:        %{name}.desktop
11 Source2:        %{name}.png
12 Patch0:         %{name}-inc.patch
13 Patch1:         %{name}-gtkrc.patch
14 Icon:           gfcc.xpm
15 URL:            http://account.joayo.net/~tri/index.html
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  gtk+-devel >= 1.2.0
19 BuildRequires:  libipfwc
20 BuildRequires:  libtool
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23
24 %description
25 gfcc (GTK+ Firewall Control Center) is a GTK+ application which can
26 control Linux firewall policies and rules, based on ipchains package.
27
28 %description -l pl
29 gfcc jest aplikacj± opart± na ipchains i wykorzystuj±c± bibliotekê
30 GTK+, która umo¿liwia zarz±dzanie filtrowaniem pakietów IP.
31
32 %description -l pt_BR
33 O gfcc (GTK+ Firewall Control Center) é uma aplicação GTK+ que pode
34 controlar políticas e regras de firewall, baseado no pacote ipchains.
35
36 %prep
37 %setup -q
38 %patch0 -p0
39 %patch1 -p0
40
41 %build
42 rm -f missing
43 %{__libtoolize}
44 %{__aclocal}
45 %{__autoconf}
46 %{__automake}
47 %configure \
48         --with-ipfwc=/usr/lib
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 install -d $RPM_BUILD_ROOT{%{_applnkdir}/System/Administration,%{_pixmapsdir}}
54
55 %{__make} install DESTDIR=$RPM_BUILD_ROOT
56
57 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/System/Administration
58 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc README
66 %attr(755,root,root) %{_bindir}/*
67 %{_datadir}/gfcc
68 %{_applnkdir}/System/Administration/gfcc.desktop
69 %{_pixmapsdir}/*
This page took 0.036007 seconds and 3 git commands to generate.