Version bump to 0.1.7
[profile/ivi/lemolo.git] / packaging / lemolo.spec
1 Name:       lemolo
2 Summary:    Ofono EFL Dialer
3 Version:    0.1.7
4 Release:    1
5 Group:      Applications/Telephony
6 License:    Apache-2.0
7 URL:        http://www.tizen.org
8 Source0:    %{name}-%{version}.tar.bz2
9 BuildRequires:  pkgconfig(ecore)
10 BuildRequires:  pkgconfig(evas)
11 BuildRequires:  pkgconfig(eldbus)
12 BuildRequires:  pkgconfig(elementary)
13 BuildRequires:  pkgconfig(ofono)
14 BuildRequires:  pkgconfig(appcore-efl)
15 BuildRequires:  pkgconfig(contacts-service2)
16 BuildRequires:  pkgconfig(vconf)
17 BuildRequires:  pkgconfig(capi-system-power)
18 BuildRequires:  pkgconfig(aul)
19 BuildRequires:  pkgconfig(appsvc)
20 BuildRequires:  pkgconfig(notification)
21 BuildRequires:  pkgconfig(libpulse)
22 BuildRequires:  edje-tools
23 BuildRequires:  gettext-tools
24 Requires: ofono
25 Requires: automotive-message-broker
26
27 %description
28 Provides a dialer application for an In-Vehicle Infotainment (IVI) system, where
29 the primary modem access is via a mobile device connected to the head unit via the
30 handsfree profile over bluetooth.
31
32 %prep
33 %setup -q -n %{name}-%{version}
34
35 %build
36
37 %autogen \
38 --enable-notification \
39 --enable-tizen
40
41 make %{?jobs:-j%jobs}
42
43 %install
44 rm -rf %{buildroot}
45 %make_install
46 %find_lang %{name}
47
48 %files -f %{name}.lang
49 %defattr(-,root,root,-)
50 %{_bindir}/answer_daemon
51 %{_bindir}/dialer
52 %{_bindir}/messages
53 %{_bindir}/dialer_daemon
54 %{_bindir}/dialer_open
55 %{_bindir}/message_daemon
56 %{_datadir}/lemolo/examples/contacts.csv
57 %{_datadir}/lemolo/ringtones/default.wav
58 %{_datadir}/lemolo/scripts/ofono-efl-contacts-db-create.py
59 %{_datadir}/lemolo/themes/default.edj
60 %{_datadir}/lemolo/themes/night.edj
61 %{_datadir}/lemolo/tizen-examples/order
62 %{_datadir}/packages/org.tizen.dialer.xml
63 %{_datadir}/icons/default/small/org.tizen.dialer.png
64 %{_datadir}/dbus-1/services/org.tizen.dialer.service