From 07d0a148f8619cf8817cd22a686a93b40b4e5c6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Mon, 4 Jan 2010 17:26:35 +0000 Subject: [PATCH] pack plc_config.py separately to re-use it in sfa-config-tty. --- myplc.spec | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/myplc.spec b/myplc.spec index 50fa1bf..e4a1569 100644 --- a/myplc.spec +++ b/myplc.spec @@ -9,12 +9,10 @@ %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} -Summary: PlanetLab Central (PLC) Portable Installation Name: %{name} Version: %{version} Release: %{release} License: PlanetLab -Group: Applications/Systems Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -24,6 +22,12 @@ Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} URL: %(echo %{url} | cut -d ' ' -f 2) + + +####################### myplc +Summary: PlanetLab Central (PLC) Portable Installation +Group: Applications/Systems + # as much as possible, requires should go in the subpackages specfile Requires: bzip2 Requires: tar @@ -62,6 +66,7 @@ Requires: pcucontrol Requires: bootstrapfs-%{pldistro}-%{_arch} Requires: myplc-docs Requires: myplc-release +Requires: myplc-config # argh - ugly - we might wish to use something from build/config.%{pldistro} instead %if "%{pldistro}" == "onelab" @@ -79,6 +84,18 @@ through a graphical interface. All PLC services are started up and shut down through a single System V init script installed in the host system. +####################### myplc-config + +%package config + +Summary: PlanetLab Central (PLC) configuration python module +Group: Applications/Systems +Requires: python + +%description config +This package provides the Python module to configure MyPLC. + + %prep %setup -q @@ -194,7 +211,12 @@ fi /usr/bin/mtail.py* /usr/bin/plc-check-ssl-peering.py* /usr/bin/plc-orphan-accounts.py* -/usr/share/myplc +/usr/share/myplc/bashrc + +%files config +%defattr(-,root,root,-) +/usr/share/myplc/plc_config.py* + %changelog * Thu Dec 31 2009 Marc Fiuczynski - MyPLC-4.3-36 -- 2.43.0