@@ -1,35 +0,0 @@
-%define pkgname plesk-backup
-Name: ix-firewall-plesk
-Summary: InterNetX GmbH Plesk Firewall
-Version: 0.0.rev1089
-Release: 0
-Url: http://www.internetx.de
-License: GPLv2
-Group: System Environment
-Source0: ix-firewall-%{version}.tar
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-
-Requires: iptables
-BuildRequires: iptables
-
-BuildArch: noarch
-
-%description
-ix-firewall-plesk only allow access to Plesk related services.
-
-%prep
-%setup
-
-%build
-
-%install
-%__install -D -m755 firewall.plesk %{buildroot}%{_sysconfdir}/init.d/firewall
-
-%clean
-rm -rf %{buildroot}
-
-%files
-%defattr(-,root,root)
-%config %{_sysconfdir}/init.d/firewall
-
-%changelog
|