]> git.pld-linux.org Git - packages/firestarter.git/commitdiff
- Updated to 0.9.3
authorgozda <gozda@pld-linux.org>
Fri, 27 Aug 2004 16:09:00 +0000 (16:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    firestarter.spec -> 1.29

firestarter.spec

index 7c366834f6becc59dcc213c81efdeda097fc5d07..6f8d8e2d553fc4cf2fe98106e586124847b9a204 100644 (file)
@@ -1,8 +1,8 @@
 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:       4
+Version:       0.9.3
+Release:       1       
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/firestarter/%{name}-%{version}.tar.gz
@@ -10,6 +10,7 @@ Source0:      http://dl.sourceforge.net/firestarter/%{name}-%{version}.tar.gz
 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
@@ -18,6 +19,7 @@ BuildRequires:        gtk+2-devel >= 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)
 
@@ -36,9 +38,10 @@ administrowania wraz z istniej
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p0
 %patch1 -p1
 %patch2 -p1
+%patch3 -p0
 
 mv -f po/{no,nb}.po
 
@@ -48,7 +51,8 @@ mv -f po/{no,nb}.po
 %{__autoconf}
 %{__automake}
 %configure
-
+%{__sed} -i 's/xml::\/etc\//xml::\$PREFIX\/etc\//' Makefile
+#sed -e s/xml::/xml::\$PREFIX/ Makefile > Makefile.new ; mv Makefile.new Makefile
 %{__make}
 
 %install
@@ -69,3 +73,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/firestarter
 %{_desktopdir}/firestarter.desktop
 %{_pixmapsdir}/*
+%config(noreplace) %{_sysconfdir}/firestarter/*
+%{_sysconfdir}/gconf/schemas/*
This page took 0.10412 seconds and 4 git commands to generate.