From 41e43707521f9efa2f690b66506720c7d354c40b Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Mon, 12 Nov 2012 07:51:00 -0800 Subject: [PATCH] Adding initial packaging for Tizen --- packaging/ofono-efl.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 packaging/ofono-efl.spec diff --git a/packaging/ofono-efl.spec b/packaging/ofono-efl.spec new file mode 100644 index 0000000..943fa68 --- /dev/null +++ b/packaging/ofono-efl.spec @@ -0,0 +1,44 @@ +Name: ivi-dialer +Summary: IVI Dialer +Version: 0.1 +Release: 1 +Group: System/Libraries +License: MIT +URL: http://www.tizen.org +Source0: %{name}-%{version}.tar.bz2 +BuildRequires: pkgconfig(ecore) +BuildRequires: pkgconfig(evas) +BuildRequires: pkgconfig(elementary) +BuildRequires: pkgconfig(ofono) +BuildRequires: edje-tools + +%description +Provides a dialer application for an In-Vehicle Infotainment (IVI) system, where +the primary modem access is via a mobile device connected to the head unit via the +handsfree profile over bluetooth. In addition to basic phone calls, this dialer will +also expose the contacts from the connected mobile device via the Phone Book Access +Protocol (PBAP) over bluetooth when supported. + +%prep +%setup -q -n %{name}-%{version} + +%build + +%autogen + +make %{?jobs:-j%jobs} + +%install +rm -rf %{buildroot} +%make_install + +%files +%defattr(-,root,root,-) +%{_bindir}/answer_daemon +%{_bindir}/dialer +%{_bindir}/messages +%{_datadir}/ofono-efl/examples/contacts.csv +%{_datadir}/ofono-efl/scripts/ofono-efl-contacts-db-create.py +%{_datadir}/ofono-efl/themes/default-sd.edj +%{_datadir}/ofono-efl/themes/default.edj + -- 2.7.4