summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
authorMagnus <mfeuer@jaguarlandrover.com>2014-09-13 14:56:34 -0700
committerMagnus <mfeuer@jaguarlandrover.com>2014-09-13 14:56:34 -0700
commit732d8d526916bf3413c0b15c69e5ec10e1c5b717 (patch)
tree14ba929935586b4731c49fb55dd00ceb00a9997a /rpm
parent9bf121d8a2001a38abde968137aef0e0e340a0cc (diff)
downloadrvi_core-732d8d526916bf3413c0b15c69e5ec10e1c5b717.tar.gz
Now builds RPM files. Tested on Tizen
Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
Diffstat (limited to 'rpm')
-rw-r--r--rpm/rvi-0.2.spec37
1 files changed, 37 insertions, 0 deletions
diff --git a/rpm/rvi-0.2.spec b/rpm/rvi-0.2.spec
new file mode 100644
index 0000000..c7cd8d8
--- /dev/null
+++ b/rpm/rvi-0.2.spec
@@ -0,0 +1,37 @@
+Summary: Remote Vehicle Interaction Node
+Name: rvi
+Version: 0.2
+Release: 1
+# Copyright: Jaguar Land Rover -
+License: Mozilla Public License v2
+Vendor: Jaguar Land Rover
+Group: Applications/System
+Source: http://content.linuxfoundation.org/auto/downloads/rvi/rvi-0.2.tgz
+Buildroot: /var/tmp/%{name}-buildroot
+
+# Requires:
+
+%description
+The RVI project sets up a P2P network allowing services on multiple
+nodes to access each other through a number of different protocols
+and data channels. The entire system is designed to be adapted
+and rewritten to fullfil the requirements of the target production
+environment.
+
+#
+%prep
+%setup
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/tmp/rvi-$RPM_PACKAGE_VERSION
+cp -ar * $RPM_BUILD_ROOT/tmp/rvi-$RPM_PACKAGE_VERSION
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+/tmp/rvi-0.2