vsys-scripts
[vsys-scripts.git] / vsys-factory.spec
diff --git a/vsys-factory.spec b/vsys-factory.spec
deleted file mode 100644 (file)
index 5ce15cd..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-#
-# Vsys filesystem
-#
-# RPM spec file
-#
-# $Id: vsys-scripts.spec 9786 2008-07-02 08:54:09Z thierry $
-#
-
-%define name vsys-scripts
-%define version 0.8
-%define taglevel 0
-
-%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
-
-Vendor: PlanetLab
-Packager: PlanetLab Central <support@planet-lab.org>
-Distribution: PlanetLab %{plrelease}
-URL: %(echo %{url} | cut -d ' ' -f 2)
-
-Summary: Vsys scripts scripts
-Name: %{name}
-Version: %{version}
-Release: %{release}
-License: GPL
-Group: System Environment/Kernel
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-Requires: vsys
-
-Source0: vsys-scripts-%{version}.tar.gz
-
-%description
-Vsys scripts for privileged operations on PlanetLab. These scripts are defined by maintainers of various components,
-to which users require privileged access.
-
-%prep
-%setup
-
-%build
-rm -rf $RPM_BUILD_ROOT
-make
-
-%install
-mkdir -p $RPM_BUILD_ROOT/vsys
-cp exec/* $RPM_BUILD_ROOT/vsys
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-/vsys/*
-
-%post
-
-%postun
-
-%changelog
-
-
-%define module_current_branch 0.7