]> git.pld-linux.org Git - packages/firestarter.git/blobdiff - firestarter.spec
- missing post/preun for gconf
[packages/firestarter.git] / firestarter.spec
index e6215e82055e8bafd1bf6ba73bc9f18d4f78440f..d81a6b87b60a0cf7ab70bd3292c0f4a3e3eec10b 100644 (file)
@@ -1,60 +1,85 @@
-%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
+Summary:       A GNOME firewall tool
+Summary(pl):   Narzêdzie do konfiguracji firewalla dzia³aj±ce w ¶rodowisku GNOME
+Name:          firestarter
+Version:       1.0.3
+Release:       1       
+License:       GPL
+Group:         X11/Applications/Networking
+Source0:       http://dl.sourceforge.net/firestarter/%{name}-%{version}.tar.gz
+# Source0-md5: f46860a9e16dac4b693bd05f16370b03
+Patch0:                %{name}-acfix.patch
+Patch1:                %{name}-desktop.patch
+Patch2:                %{name}-locale_names.patch
+Patch3:                %{name}-kdesu.patch
+URL:           http://firestarter.sourceforge.net/
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: gtk+2-devel >= 1:2.0.0
+BuildRequires: libgnome-devel >= 2.0.0
+BuildRequires: libgnomeui-devel >= 2.0.0
+BuildRequires: libtool
+BuildRequires: sed >= 4.0
+Requires:      iptables
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %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.
+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.
+
+%description -l pl
+FireStarter jest ³atwym w u¿yciu, lecz potê¿nym narzêdziem do
+konfiguracji firewalla dzia³aj±cym w ¶rodowisku GNOME. Mo¿esz go u¿yæ,
+by szybko stworzyæ bezpieczne ¶rodowisko korzystaj±c z kreatora
+tworzenia firewalla, lub skorzystaæ z jego mo¿liwo¶ci monitorowania i
+administrowania wraz z istniej±cymi regu³ami firewalla.
 
 %prep
+%setup -q
+#%patch0 -p0 # really required?
+#%patch1 -p1
+%patch2 -p1
+#%patch3 -p0
 
-%setup
+mv -f po/{no,nb}.po
 
 %build
-CFLAGS="-O2" 
-%ifarch i586
-CFLAGS="-O2 -mpentium -march=pentium" 
-%endif
-%ifarch i686
-CFLAGS="-O2 -mpentiumpro -march=pentiumpro" 
-%endif
-./configure --prefix=%{prefix}
-make
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__sed} -i 's/xml::\/etc\//xml::\$PREFIX\/etc\//' Makefile
+%{__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/*
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       Applicationsdir=%{_desktopdir}
+
+%find_lang %{name} --with-gnome
+
+%post
+%gconf_schema_install /etc/gconf/schemas/firestarter.schemas
+
+%preun
+if [ $1 = 0 ]; then
+    %gconf_schema_uninstall /etc/gconf/schemas/firestarter.schemas
+fi
 
 %clean
-rm -r $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 
-%changelog
-* Mon May 29 2000 Tomas Junnonen
-- First spec file
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc README ChangeLog AUTHORS TODO CREDITS
+%attr(755,root,root) %{_bindir}/firestarter
+%{_desktopdir}/firestarter.desktop
+%{_pixmapsdir}/*
+%dir %{_sysconfdir}/%{name}
+%config(noreplace) %{_sysconfdir}/%{name}/*
+%{_sysconfdir}/gconf/schemas/*
This page took 0.051467 seconds and 4 git commands to generate.