]> git.pld-linux.org Git - packages/firestarter.git/commitdiff
- raw version.
authorkloczek <kloczek@pld-linux.org>
Thu, 1 Jun 2000 00:21:13 +0000 (00:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    firestarter.spec -> 1.1

firestarter.spec [new file with mode: 0644]

diff --git a/firestarter.spec b/firestarter.spec
new file mode 100644 (file)
index 0000000..e6215e8
--- /dev/null
@@ -0,0 +1,60 @@
+%define name   firestarter
+%define version 0.2.2
+%define release 1
+%define prefix  /usr
+
+Summary: A firewall tool GNOME
+Name: %{name}
+Version: %{version}
+Release: %{release}
+Copyright: GPL
+Group: Applications/Internet
+URL: http://firestarter.sourceforge.net
+
+Source: http://download.sourceforge.com/firestarter/firestarter-%{version}.tar.gz
+BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
+
+Docdir: %{prefix}/doc
+
+Requires: gtk+ >= 1.2.5
+Requires: gnome-libs >= 1.0.55
+Requires: ipchains >= 1.3.9
+
+%description
+FireStarter is an easy-to-use, yet powerful, Linux firewall tool for GNOME.
+Use it to quickly set up a secure environment using the firewall creation
+wizard, or use it's monitoring and administrating features with your old
+firewall scripts.
+
+%prep
+
+%setup
+
+%build
+CFLAGS="-O2" 
+%ifarch i586
+CFLAGS="-O2 -mpentium -march=pentium" 
+%endif
+%ifarch i686
+CFLAGS="-O2 -mpentiumpro -march=pentiumpro" 
+%endif
+./configure --prefix=%{prefix}
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make prefix=$RPM_BUILD_ROOT%{prefix} install
+
+%files
+%defattr(-,root,root)
+%doc README ChangeLog AUTHORS TODO COPYING CREDITS
+%attr(755,root,root) %{prefix}/bin/firestarter
+%{prefix}/share/gnome/apps/Internet/firestarter.desktop
+%{prefix}/share/pixmaps/*
+
+%clean
+rm -r $RPM_BUILD_ROOT
+
+%changelog
+* Mon May 29 2000 Tomas Junnonen
+- First spec file
This page took 0.050993 seconds and 4 git commands to generate.