]> git.pld-linux.org Git - packages/firestarter.git/blob - firestarter.spec
- added using %%{__make} macro.
[packages/firestarter.git] / firestarter.spec
1 Summary:        A GNOME firewall tool
2 Name:           firestarter
3 Version:        0.2.2
4 Release:        1
5 License:        GPL
6 Group:          Applications/Internet
7 Source0:        http://download.sourceforge.com/firestarter/firestarter-%{version}.tar.gz
8 URL:            http://firestarter.sourceforge.net/
9 BuildRequires:  gettext-devel
10 BuildRequires:  gtk+-devel >= 1.2.5
11 BuildRequires:  gnome-core-devel
12 BuildRequires:  gnome-libs-devel >= 1.0.55
13 Requires:       ipchains >= 1.3.9
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17
18 %description
19 FireStarter is an easy-to-use, yet powerful, Linux firewall tool for
20 GNOME. Use it to quickly set up a secure environment using the
21 firewall creation wizard, or use it's monitoring and administrating
22 features with your old firewall scripts.
23
24 %prep
25 %setup -q
26
27 %build
28 gettextize --copy --force
29 LDFLAGS="-s"; export LDFLAGS
30 %configure
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT \
37         Productivitydir=%{_applnkdir}/System
38
39 gzip -9nf README ChangeLog AUTHORS TODO CREDITS
40
41 #%find_lang %{name}
42
43 %clean
44 rm -r $RPM_BUILD_ROOT
45
46 %files
47 # -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.087813 seconds and 4 git commands to generate.