]> git.pld-linux.org Git - packages/firestarter.git/blobdiff - firestarter.spec
- missing post/preun for gconf
[packages/firestarter.git] / firestarter.spec
index 38a5eb08a836403a4699727a6f126f5d521bd4e8..d81a6b87b60a0cf7ab70bd3292c0f4a3e3eec10b 100644 (file)
@@ -1,20 +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:       1
+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)
 
@@ -33,15 +38,20 @@ administrowania wraz z istniej
 
 %prep
 %setup -q
+#%patch0 -p0 # really required?
+#%patch1 -p1
+%patch2 -p1
+#%patch3 -p0
+
+mv -f po/{no,nb}.po
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure
-
+%{__sed} -i 's/xml::\/etc\//xml::\$PREFIX\/etc\//' Makefile
 %{__make}
 
 %install
@@ -49,10 +59,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       Applicationsdir=%{_applnkdir}/System/Administration
+       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 -rf $RPM_BUILD_ROOT
 
@@ -60,5 +78,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README ChangeLog AUTHORS TODO CREDITS
 %attr(755,root,root) %{_bindir}/firestarter
-%{_applnkdir}/System/Administration/firestarter.desktop
+%{_desktopdir}/firestarter.desktop
 %{_pixmapsdir}/*
+%dir %{_sysconfdir}/%{name}
+%config(noreplace) %{_sysconfdir}/%{name}/*
+%{_sysconfdir}/gconf/schemas/*
This page took 0.109003 seconds and 4 git commands to generate.