summaryrefslogtreecommitdiff
path: root/rpm/rvi-0.2.spec
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/rvi-0.2.spec')
-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