9bd7d58cbe9304bc166eb5281723d039e04dc8c9
[platform/core/system/swap-probe.git] / packaging / dynamic-analysis-probe.spec
1 Name:       dynamic-analysis-probe
2 Summary:    dynamic analyzer probe library
3 Version:    2.1.1
4 Release:    1
5 Group:      System/Libraries
6 License:        GNU Lesser General Public License, Version 2.1
7 Source:    %{name}_%{version}.tar.gz
8 BuildRequires:  osp-appfw-devel
9 BuildRequires:  osp-uifw-devel
10 BuildRequires:  ecore-input-evas
11 BuildRequires:  elementary-devel
12 BuildRequires:  capi-appfw-application-devel
13 BuildRequires:  capi-system-runtime-info-devel
14 BuildRequires:  libXext-devel
15 #BuildRequires:  libX11-devel
16 #BuildRequires:  evas-devel
17
18
19 %description
20 Dynamic analysis probe is for dynamic analyzer.
21 This library will be installed in target.
22
23 %prep
24 %setup -q -n %{name}_%{version}
25
26 %build
27 make
28
29 %install
30 rm -rf ${RPM_BUILD_ROOT}
31 %make_install
32
33 %files
34 %manifest dynamic-analysis-probe.manifest
35 %defattr(-,root,root,-)
36 %{_prefix}/lib/da_probe_osp.so
37 %{_prefix}/lib/libdaprobe.so
38
39
40 %changelog
41