TIVI-1047: enable obedx-test for QA testing purposes. 94/4194/2 accepted/tizen/20130628.182142 submit/tizen/20130628.184159
authorGraydon, Tracy <tracy.graydon@intel.com>
Fri, 21 Jun 2013 21:30:14 +0000 (14:30 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Mon, 24 Jun 2013 19:45:31 +0000 (12:45 -0700)
Change-id: I095a26fe85ec6d51234cc198d338e88a28afee73

packaging/obexd.changes
packaging/obexd.spec

index 10d6492..0fa8c83 100644 (file)
@@ -1,3 +1,9 @@
+* Mon Jun 24 19:43:08 UTC 2013 - tracy.graydon@intel.com
+- Fix the obexd-test pygobject dep package name 
+
+* Fri Jun 21 21:29:05 UTC 2013 - tracy.graydon@intel.com
+- TIVI-1047: enable obexd-test. QA needs ths package for testing purposes 
+
 * Mon Jan 14 2013 Anas Nashif <anas.nashif@intel.com> upstream/0.48@a05113a
 - Update to 0.48
 
index 89b097f..4e0c368 100644 (file)
@@ -3,7 +3,7 @@
 Name:           obexd
 Summary:        D-Bus service for Obex Client access
 License:        GPL-2.0+
-Group:          System/Daemons
+Group:          System/Service
 Version:        0.48
 Release:        0
 Url:            http://www.bluez.org/
@@ -24,7 +24,7 @@ other Bluetooth-equipped devices.
 
 %package client
 Summary:        D-Bus service for Obex Server access
-Group:          System/Daemons
+Group:          System/Service
 Requires:       obexd
 
 %description client
@@ -34,7 +34,7 @@ Client to allow sending files using the Obex Push protocol
 
 %package server
 Summary:        D-Bus service for Obex Server service
-Group:          System/Daemons
+Group:          System/Service
 Conflicts:      obex-data-server
 Requires:       obexd
 
@@ -42,6 +42,17 @@ Requires:       obexd
 Server to allow receiving and sharing files using the Obex Push protocol
 %endif
 
+%package test
+Summary:    Test Programs for OBEX
+Group:      Development/Tools
+Requires:   %{name} = %{version}-%{release}
+Requires:   dbus-python
+Requires:   python-gobject
+Requires:   python-xml
+
+%description test
+Scripts for testing OBEX and its functionality
+
 %prep
 %setup -q
 
@@ -67,6 +78,8 @@ install -m 0644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/xdg/autostart/
 install -m 0755 %{SOURCE2} %{buildroot}/%{_libdir}/obex/obexd-setup.sh
 %endif
 
+chmod 755 test/*
+
 %files
 %defattr(-,root,root,-)
 %license COPYING 
@@ -87,3 +100,8 @@ install -m 0755 %{SOURCE2} %{buildroot}/%{_libdir}/obex/obexd-setup.sh
 %{_datadir}/dbus-1/services/obexd.service
 %{_sysconfdir}/xdg/autostart/obexd-server.desktop
 %endif
+
+%files test
+%defattr(-,root,root,-)
+%doc test/*
+