]> git.pld-linux.org Git - packages/firestarter.git/commitdiff
- fixed gconf support
authorwrobell <wrobell@pld-linux.org>
Sun, 10 Apr 2005 00:40:42 +0000 (00:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added empty configuration files
- rel. down to 0.1 (nfy)

Changed files:
    firestarter.spec -> 1.36

firestarter.spec

index d81a6b87b60a0cf7ab70bd3292c0f4a3e3eec10b..23f20c5422b4c3c47aba19c16a55ad6b54648a75 100644 (file)
@@ -2,7 +2,7 @@ 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       
+Release:       0.1     
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/firestarter/%{name}-%{version}.tar.gz
@@ -61,14 +61,36 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        Applicationsdir=%{_desktopdir}
 
+install -d ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/inbound/
+install -d ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/outbound/
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/configuration
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/events-filter-hosts
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/events-filter-ports
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/firestarter.sh
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/firewall
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/sysctl-tuning
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/user-pre
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/user-post
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/inbound/allow-from
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/inbound/allow-service
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/inbound/forward
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/inbound/setup
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/outbound/allow-from
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/outbound/allow-service
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/outbound/allow-to
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/outbound/deny-from
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/outbound/deny-service
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/outbound/deny-to
+touch ${RPM_BUILD_ROOT}/%{_sysconfdir}/firestarter/outbound/setup
+
 %find_lang %{name} --with-gnome
 
 %post
-%gconf_schema_install /etc/gconf/schemas/firestarter.schemas
+%gconf_schema_install firestarter.schemas
 
 %preun
 if [ $1 = 0 ]; then
-    %gconf_schema_uninstall /etc/gconf/schemas/firestarter.schemas
+    %gconf_schema_uninstall firestarter.schemas
 fi
 
 %clean
@@ -79,6 +101,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc README ChangeLog AUTHORS TODO CREDITS
 %attr(755,root,root) %{_bindir}/firestarter
 %{_desktopdir}/firestarter.desktop
+%{_datadir}/%{name}
 %{_pixmapsdir}/*
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/*
This page took 0.045946 seconds and 4 git commands to generate.