]> git.pld-linux.org Git - packages/firestarter.git/blobdiff - firestarter.spec
- missing post/preun for gconf
[packages/firestarter.git] / firestarter.spec
index d63c7dca8978120d00fbb2b06734dda6af1ceb99..d81a6b87b60a0cf7ab70bd3292c0f4a3e3eec10b 100644 (file)
@@ -1,22 +1,25 @@
 Summary:       A GNOME firewall tool
 Summary(pl):   Narzêdzie do konfiguracji firewalla dzia³aj±ce w ¶rodowisku GNOME
 Name:          firestarter
-Version:       0.9.2
-Release:       3
+Version:       1.0.3
+Release:       1       
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/firestarter/%{name}-%{version}.tar.gz
-# Source0-md5: 68b7b18663581fd20bb434cee4bbcc1a
+# 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 >= 2.0.0
+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)
 
@@ -35,8 +38,12 @@ administrowania wraz z istniej
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+#%patch0 -p0 # really required?
+#%patch1 -p1
+%patch2 -p1
+#%patch3 -p0
+
+mv -f po/{no,nb}.po
 
 %build
 %{__libtoolize}
@@ -44,7 +51,7 @@ administrowania wraz z istniej
 %{__autoconf}
 %{__automake}
 %configure
-
+%{__sed} -i 's/xml::\/etc\//xml::\$PREFIX\/etc\//' Makefile
 %{__make}
 
 %install
@@ -56,6 +63,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %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 -rf $RPM_BUILD_ROOT
 
@@ -65,3 +80,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/firestarter
 %{_desktopdir}/firestarter.desktop
 %{_pixmapsdir}/*
+%dir %{_sysconfdir}/%{name}
+%config(noreplace) %{_sysconfdir}/%{name}/*
+%{_sysconfdir}/gconf/schemas/*
This page took 0.155111 seconds and 4 git commands to generate.