remove GetNativeWindowHandler() in devel window
[platform/core/uifw/dali-csharp-binder.git] / packaging / dali-csharp-binder.spec
1
2 Name: dali-csharp-binder
3 Version: 1.2.39
4 Release: 1
5 Summary: build dali csharp binder
6 License: Apache-2.0 and BSD-3-Clause and MIT
7 Group: uifw/graphic
8 Source: %{name}-%{version}.tar.xz
9
10 BuildRequires: pkgconfig(dali-core)
11 BuildRequires: pkgconfig(dali-adaptor)
12 BuildRequires: pkgconfig(dali-toolkit)
13 BuildRequires: pkgconfig(ecore-wayland)
14
15 %description
16 dali-csharp-binder
17
18 ##############################
19 # devel
20 ##############################
21 %package devel
22 Summary: build dali csharp binder
23 Group: Development/Building
24 Requires: %{name} = %{version}-%{release}
25
26 %description devel
27 This package includes developer files common to all packages.
28
29 ##############################
30 # Preparation
31 ##############################
32 %prep
33 %setup -q
34
35 ##############################
36 # Build
37 ##############################
38 %build
39 %autogen
40 # added for key grab binding only for tizen
41 %configure --enable-tizenBuild=yes
42 make %{?_smp_mflags}
43
44 ##############################
45 # Installation
46 ##############################
47 %install
48 %make_install
49
50 ##############################
51 # Files in Binary Packages
52 ##############################
53 %files -n %{name}
54 %manifest dali-csharp-binder.manifest     
55 %defattr(-,root,root,-)
56 %{_libdir}/lib%{name}.so*
57
58 %files devel
59 %defattr(-,root,root,-)
60 %dir %{_includedir}/%{name}/
61 %{_includedir}/%{name}/*
62 %{_libdir}/pkgconfig/%{name}.pc
63