Start services for legacy functions
[platform/adaptation/samsung_exynos/device-manager-plugin-exynos5433.git] / packaging / device-manager-plugin-exynos5433.spec
1 Name:       device-manager-plugin-exynos5433
2 Summary:    Device manager plugin exynos5433
3 Version:    0.0.1
4 Release:    0
5 Group:      System/Hardware Adaptation
6 License:    Apache-2.0
7 Source0:    %{name}-%{version}.tar.gz
8 Source1:    %{name}.manifest
9 Requires(post): /sbin/ldconfig
10 Requires(postun): /sbin/ldconfig
11 BuildRequires:  cmake
12 BuildRequires:  pkgconfig(dlog)
13 BuildRequires:  pkgconfig(hwcommon)
14 BuildRequires:  pkgconfig(glib-2.0)
15 BuildRequires:  pkgconfig(libudev)
16 BuildRequires:  pkgconfig(libsystemd)
17
18 %description
19 Device manager plugin exynos 5433
20
21
22 %prep
23 %setup -q
24 cp %{SOURCE1} .
25
26 %build
27 %cmake .
28
29 make %{?jobs:-j%jobs}
30
31 %install
32 %make_install
33
34
35 %post
36 /sbin/ldconfig
37
38 %postun
39 /sbin/ldconfig
40
41 %files
42 %{_libdir}/hw/*.so
43 %manifest %{name}.manifest
44 %license LICENSE