add api (sync with exynos)
[platform/adaptation/emulator/device-manager-plugin-emul.git] / packaging / device-manager-plugin-maru.spec
1 Name:       device-manager-plugin-maru
2 Summary:    device-manager-plugin-maru
3 Version: 0.0.14
4 Release:    1
5 Group:      TO_BE/FILLED_IN
6 License:    TO_BE/FILLED_IN
7 Source0:    %{name}-%{version}.tar.gz
8 Source1001: packaging/device-manager-plugin-maru.manifest
9 Requires(post): /sbin/ldconfig
10 Requires(postun): /sbin/ldconfig
11 BuildRequires:  cmake
12
13 %description
14 device-manager-plugin-maru.
15
16 %prep
17 %setup -q
18
19 %build
20 export LDFLAGS+="-Wl,--rpath=%{_libdir} -Wl,--as-needed"
21 %cmake .
22
23 make 
24
25 %install
26 %make_install
27
28 %post
29 /sbin/ldconfig
30
31 %postun
32 /sbin/ldconfig
33
34 %files
35 %defattr(-,root,root,-)
36 %{_libdir}/libslp_devman_plugin.so
37