define packagings for senslab
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 29 Jan 2013 17:05:22 +0000 (18:05 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 29 Jan 2013 17:05:22 +0000 (18:05 +0100)
fix wrong filename for nitos package in debian

debian/control
debian/sfa-nitos.install [moved from debian/sfa-nito.install with 100% similarity]
sfa.spec

index 897dc75..87ac959 100644 (file)
@@ -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
index 9c7f38b..c394721 100644 (file)
--- 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