From: Thierry Parmentelat Date: Tue, 29 Jan 2013 17:05:22 +0000 (+0100) Subject: define packagings for senslab X-Git-Tag: sfa-2.1-24~1 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=b02927384a92d0d52de35fa87a5a22b4e2ab674a define packagings for senslab fix wrong filename for nitos package in debian --- diff --git a/debian/control b/debian/control index 897dc75c..87ac9598 100644 --- a/debian/control +++ b/debian/control @@ -40,6 +40,11 @@ Architecture: any Depends: sfa-common Description: the SFA layer around NITOS +Package: sfa-senslab +Architecture: any +Depends: sfa-common +Description: the SFA layer around SensLab + Package: sfa-dummy Architecture: any Depends: sfa-common diff --git a/debian/sfa-nito.install b/debian/sfa-nitos.install similarity index 100% rename from debian/sfa-nito.install rename to debian/sfa-nitos.install diff --git a/sfa.spec b/sfa.spec index 9c7f38b4..c3947212 100644 --- a/sfa.spec +++ b/sfa.spec @@ -79,6 +79,11 @@ Summary: the SFA layer around NITOS Group: Applications/System Requires: sfa +%package senslab +Summary: the SFA layer around SensLab +Group: Applications/System +Requires: sfa + %package dummy Summary: the SFA layer around a Dummy Testbed Group: Applications/System @@ -124,6 +129,9 @@ The SFA driver for FEDERICA. %description nitos The SFA driver for NITOS. +%description senslab +The SFA driver for SensLab. + %description dummy The SFA driver for a Dummy Testbed. @@ -212,6 +220,9 @@ rm -rf $RPM_BUILD_ROOT %files nitos %{python_sitelib}/sfa/nitos +%files senslab +%{python_sitelib}/sfa/senslab + %files dummy %{python_sitelib}/sfa/dummy