From: Graydon, Tracy Date: Fri, 21 Jun 2013 21:30:14 +0000 (-0700) Subject: TIVI-1047: enable obedx-test for QA testing purposes. X-Git-Tag: accepted/tizen/20130628.182142^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fobexd.git;a=commitdiff_plain;h=a6fc5098ccbe4d8f5a7c47a4dc4b4f5184a9be45 TIVI-1047: enable obedx-test for QA testing purposes. Change-id: I095a26fe85ec6d51234cc198d338e88a28afee73 --- diff --git a/packaging/obexd.changes b/packaging/obexd.changes index 10d6492..0fa8c83 100644 --- a/packaging/obexd.changes +++ b/packaging/obexd.changes @@ -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 upstream/0.48@a05113a - Update to 0.48 diff --git a/packaging/obexd.spec b/packaging/obexd.spec index 89b097f..4e0c368 100644 --- a/packaging/obexd.spec +++ b/packaging/obexd.spec @@ -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/* +