314b6eb994785742285a9e729322e93e11b5d09a
[profile/ivi/lemolo.git] / packaging / ofono-efl.spec
1 Name:       ivi-dialer
2 Summary:    IVI Dialer
3 Version:    0.1.0
4 Release:    1
5 Group:      System/Libraries
6 License:    MIT
7 URL:        http://www.tizen.org
8 Source0:    %{name}-%{version}.tar.bz2
9 BuildRequires:  pkgconfig(ecore)
10 BuildRequires:  pkgconfig(evas)
11 BuildRequires:  pkgconfig(elementary)
12 BuildRequires:  pkgconfig(ofono)
13 BuildRequires:  pkgconfig(ecore-x)
14 BuildRequires:  pkgconfig(appcore-efl)
15 BuildRequires:  pkgconfig(ui-gadget-1)
16 BuildRequires:  pkgconfig(capi-social-contacts)
17 BuildRequires:  pkgconfig(vconf)
18 BuildRequires:  pkgconfig(capi-system-power)
19 BuildRequires:  pkgconfig(utilX)
20 BuildRequires:  pkgconfig(aul)
21 BuildRequires:  pkgconfig(appsvc)
22 BuildRequires:  pkgconfig(notification)
23 BuildRequires:  edje-tools
24
25
26 %description
27 Provides a dialer application for an In-Vehicle Infotainment (IVI) system, where
28 the primary modem access is via a mobile device connected to the head unit via the
29 handsfree profile over bluetooth.  In addition to basic phone calls, this dialer will
30 also expose the contacts from the connected mobile device via the Phone Book Access
31 Protocol (PBAP) over bluetooth when supported.
32
33 %prep
34 %setup -q -n %{name}-%{version}
35
36 %build
37
38 %autogen --enable-tizen
39
40 make %{?jobs:-j%jobs}
41
42 %install
43 rm -rf %{buildroot}
44 %make_install
45
46 %files
47 %defattr(-,root,root,-)
48 %{_bindir}/answer_daemon
49 %{_bindir}/dialer
50 %{_bindir}/messages
51 %{_bindir}/dialer_daemon
52 %{_bindir}/dialer_open
53 %{_bindir}/message_daemon
54 %{_datadir}/ofono-efl/examples/contacts.csv
55 %{_datadir}/ofono-efl/scripts/ofono-efl-contacts-db-create.py
56 %{_datadir}/ofono-efl/themes/default-sd.edj
57 %{_datadir}/ofono-efl/themes/default.edj
58 %{_datadir}/dbus-1/services/org.tizen.dialer.service
59 %{_datadir}/ofono-efl/tizen-examples/order
60 /opt/share/applications/answer_daemon.desktop
61 /opt/share/applications/dialer.desktop
62 /opt/share/applications/org.tizen.call.desktop
63 /opt/share/applications/org.tizen.phone.desktop