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