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