Initial packaging.
[profile/ivi/can-utils.git] / packaging / can-utils.spec
1 Name:          can-utils
2 Summary:       CAN userspace utilities and tools
3 Version:       0.1
4 Release:       1
5 Group:         Automotive/Hardware Adaption
6 License:       (GPL-2.0 or BSD-3-Clause) and GPL-2.0+
7 URL:           https://gitorious.org/linux-can/can-utils/
8 Source:        %{name}-%{version}.tar.gz
9 Source1001:    %{name}.manifest
10
11 %description
12 CAN (controller area network) bus userspace utilities and tools.
13
14
15 %prep
16 %setup -q -n %{name}-%{version}
17 cp %{SOURCE1001} .
18
19 %build
20 %autogen
21 %configure
22 make %{?_smp_mflags}
23
24 %install
25 %make_install
26
27 %clean
28
29 %files
30 %manifest %{name}.manifest
31 %license COPYING
32 %{_bindir}/*