summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-09 16:44:22 -0700
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-09 16:44:22 -0700
commit6e5ceb3d7fcc1127af12bd76133da9d0fd4d7c04 (patch)
treecbdfffa2b2d6ce5b532164dec0b6ac7c6bdb0b47 /packaging
parentd1cc3d33c53bf5c21cbdfcc7df65bff273b6f5bd (diff)
downloadrvi_core-6e5ceb3d7fcc1127af12bd76133da9d0fd4d7c04.tar.gz
Moved SOTA demo to https://github.com/PDXostc/rvi_sota_demo
Diffstat (limited to 'packaging')
-rw-r--r--packaging/sota_demo.manifest5
-rwxr-xr-xpackaging/sota_demo.spec57
2 files changed, 0 insertions, 62 deletions
diff --git a/packaging/sota_demo.manifest b/packaging/sota_demo.manifest
deleted file mode 100644
index 97e8c31..0000000
--- a/packaging/sota_demo.manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
- <domain name="_"/>
- </request>
-</manifest>
diff --git a/packaging/sota_demo.spec b/packaging/sota_demo.spec
deleted file mode 100755
index 2f88277..0000000
--- a/packaging/sota_demo.spec
+++ /dev/null
@@ -1,57 +0,0 @@
-Summary: Remote Vehicle Interaction - SOTA Demo packaging
-Name: sota_demo
-Version: 0.3.0
-Release: 1
-Group: App Framework/Application Communication
-License: Mozilla Public License 2.0
-Source: http://content.linuxfoundation.org/auto/downloads/sota_demo/sota_demo-0.3.0.tgz
-
-BuildRequires: make
-BuildRequires: python
-# BuildRequires: glib2-devel
-BuildRequires: rpm
-# BuildRequires: git
-
-%description
-SOTA Demo running on top of RVI
-
-
-%prep
-%setup -c sota_demo-$RPM_PACKAGE_VERSION
-
-%build
-
-%install
-# Install the code.
-
-rm -fr $RPM_BUILD_ROOT/opt/sota_demo-$RPM_PACKAGE_VERSION
-mkdir -p $RPM_BUILD_ROOT/opt/sota_demo-$RPM_PACKAGE_VERSION
-
-cp -r ./sota_demo/mod $RPM_BUILD_ROOT/opt/sota_demo-$RPM_PACKAGE_VERSION
-cp ./sota_demo/rvi_json_rpc_server.py $RPM_BUILD_ROOT/opt/sota_demo-$RPM_PACKAGE_VERSION
-cp ./sota_demo/sota_device.py $RPM_BUILD_ROOT/opt/sota_demo-$RPM_PACKAGE_VERSION
-
-# Setup systemd
-mkdir -p $RPM_BUILD_ROOT/usr/lib/systemd/system/
-mkdir -p $RPM_BUILD_ROOT/etc/systemd/system/multi-user.target.wants/
-install ./sota_demo/sota.service $RPM_BUILD_ROOT/usr/lib/systemd/system/sota.service
-ln -fsr $RPM_BUILD_ROOT/usr/lib/systemd/system/sota.service $RPM_BUILD_ROOT/etc/systemd/system/multi-user.target.wants/sota.service
-###################
-
-
-
-%post
-/usr/bin/systemctl daemon-reload
-
-%postun
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%manifest packaging/sota_demo.manifest
-%defattr(-,root,root)
-/usr/lib/systemd/system/sota.service
-/etc/systemd/system/multi-user.target.wants/sota.service
-/opt/sota_demo-0.3.0
-