Adding connman-test subpackage 2.0alpha master submit/trunk/20121203.071810
authorPrajwal Mohan <prajwal.karur.mohan@intel.com>
Fri, 5 Oct 2012 21:14:59 +0000 (14:14 -0700)
committerArron Wang <arron.wang@intel.com>
Mon, 3 Dec 2012 07:11:37 +0000 (15:11 +0800)
packaging/connman.changes [new file with mode: 0644]
packaging/connman.spec

diff --git a/packaging/connman.changes b/packaging/connman.changes
new file mode 100644 (file)
index 0000000..24dd444
--- /dev/null
@@ -0,0 +1,3 @@
+* Fri Oct 05 2012 prajwal.karur.mohan@intel.com <prajwal.karur.mohan@intel.com> tizen_2.0_build@5ed7094
+- Adding connman-test subpackage
+
index 9c24788..cfe210b 100644 (file)
@@ -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/*
+