Initial packaging. 75/30475/2 accepted/tizen_3.0_ivi accepted/tizen_4.0_unified accepted/tizen_ivi accepted/tizen_unified tizen tizen_3.0.m2 tizen_3.0_ivi tizen_4.0 accepted/tizen/3.0/ivi/20161028.151355 accepted/tizen/4.0/unified/20170816.015557 accepted/tizen/4.0/unified/20170828.222013 accepted/tizen/ivi/20141120.060855 accepted/tizen/ivi/20161025.064004 accepted/tizen/unified/20170309.074659 accepted/tizen/unified/20170310.110246 submit/tizen/20161024.090005 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.092423 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100008 submit/tizen_4.0_unified/20170814.115522 submit/tizen_ivi/20141119.180635 submit/tizen_unified/20170308.100418 submit/tizen_unified/20170309.100417 submit/tizen_unified/20170310.104248 tizen_3.0_ivi_release tizen_4.0.m1_release
authorOssama Othman <ossama.othman@intel.com>
Tue, 18 Nov 2014 18:35:44 +0000 (10:35 -0800)
committerOssama Othman <ossama.othman@intel.com>
Tue, 18 Nov 2014 18:40:44 +0000 (10:40 -0800)
Change-Id: I28709b834f0dac62ec88cae8464532e29a534806
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
.gbs.conf [new file with mode: 0644]
COPYING [new file with mode: 0644]
packaging/can-utils.changes [new file with mode: 0644]
packaging/can-utils.manifest [new file with mode: 0644]
packaging/can-utils.spec [new file with mode: 0644]

diff --git a/.gbs.conf b/.gbs.conf
new file mode 100644 (file)
index 0000000..fa9fdc5
--- /dev/null
+++ b/.gbs.conf
@@ -0,0 +1,3 @@
+[general]
+upstream_branch = upstream
+upstream_tag = ${upstreamversion}
diff --git a/COPYING b/COPYING
new file mode 100644 (file)
index 0000000..0c6f6c4
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,3 @@
+Several licenses - e.g. (GPL-2.0 or BSD-3-Clause) and GPL-2.0+ - are
+in effect for the can-utils binaries.  See the respective source for
+each of the can-utils binary in question to determine the license.
diff --git a/packaging/can-utils.changes b/packaging/can-utils.changes
new file mode 100644 (file)
index 0000000..0423dde
--- /dev/null
@@ -0,0 +1,3 @@
+* Tue Nov 18 2014 Ossama Othman <ossama.othman@intel.com> a3fea52
+- Initial packaging.
+
diff --git a/packaging/can-utils.manifest b/packaging/can-utils.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/can-utils.spec b/packaging/can-utils.spec
new file mode 100644 (file)
index 0000000..51123b4
--- /dev/null
@@ -0,0 +1,32 @@
+Name:          can-utils
+Summary:       CAN userspace utilities and tools
+Version:       0.1
+Release:       1
+Group:         Automotive/Hardware Adaption
+License:       (GPL-2.0 or BSD-3-Clause) and GPL-2.0+
+URL:           https://gitorious.org/linux-can/can-utils/
+Source:        %{name}-%{version}.tar.gz
+Source1001:    %{name}.manifest
+
+%description
+CAN (controller area network) bus userspace utilities and tools.
+
+
+%prep
+%setup -q -n %{name}-%{version}
+cp %{SOURCE1001} .
+
+%build
+%autogen
+%configure
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%clean
+
+%files
+%manifest %{name}.manifest
+%license COPYING
+%{_bindir}/*