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