From 97a12c445f3fcd62c249b24c617f196f7903de71 Mon Sep 17 00:00:00 2001 From: Prajwal Mohan Date: Fri, 5 Oct 2012 14:14:59 -0700 Subject: [PATCH] Adding connman-test subpackage --- packaging/connman.changes | 3 +++ packaging/connman.spec | 18 +++++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 packaging/connman.changes diff --git a/packaging/connman.changes b/packaging/connman.changes new file mode 100644 index 0000000..24dd444 --- /dev/null +++ b/packaging/connman.changes @@ -0,0 +1,3 @@ +* Fri Oct 05 2012 prajwal.karur.mohan@intel.com tizen_2.0_build@5ed7094 +- Adding connman-test subpackage + diff --git a/packaging/connman.spec b/packaging/connman.spec index 9c24788..cfe210b 100644 --- a/packaging/connman.spec +++ b/packaging/connman.spec @@ -17,6 +17,17 @@ BuildRequires: pkgconfig(libiptc) Connection Manager provides a daemon for managing Internet connections within embedded devices running the Linux operating system. +%package test +Summary: Test Scripts for Connection Manager +Group: Development/Tools +Requires: %{name} = %{version} +Requires: dbus-python +Requires: pygobject +Requires: python-xml + +%description test +Scripts for testing Connman and its functionality + %prep %setup -q @@ -27,7 +38,8 @@ within embedded devices running the Linux operating system. ./configure --prefix=/usr \ --localstatedir=/var \ - --enable-tizen-ext + --enable-tizen-ext \ + --enable-test \ make %{?jobs:-j%jobs} @@ -74,3 +86,7 @@ chmod 600 /var/lib/connman/settings %{_sysconfdir}/rc.d/init.d/connman %{_sysconfdir}/rc.d/rc3.d/S61connman %{_sysconfdir}/rc.d/rc5.d/S61connman + +%files test +%{_libdir}/%{name}/test/* + -- 2.7.4