I have made the following changes intended for :
  CE:MW:Shared / libbluez-qt

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.pub.meego.com//request/show/7597

Thank You,
rojkov

[This message was auto-generated]

---

Request # 7597:

Messages from BOSS:

State: review at 2013-01-04T13:56:01 by bossbot

Reviews:
       accepted by bossbot : Prechecks succeeded.
       new for CE-maintainers : Please replace this text with a review and 
approve/reject the review (not the SR). BOSS will take care of the rest

Changes:
  submit: home:rojkov:branches:CE:MW:Shared / libbluez-qt -> CE:MW:Shared / 
libbluez-qt
  
changes files:
--------------

++++++ new changes file:
--- libbluez-qt.changes
+++ libbluez-qt.changes
@@ -0,0 +1,48 @@
+* Fri Jan 04 2013 Dmitry Rozhkov <[email protected]> - 0.1.0
+- Renamed to libbluez-qt.
+
+* Mon Dec 10 2012 Marko Saukko <[email protected]> - 0.0.9
+- Updated packaging.
+
+* Thu Jul 21 2011 Kevron Rees <[email protected]> - 0.0.9
+- patch fixes BMC #20660 - name not updating for nearby device
+
+* Mon Jun 06 2011 Kevron Rees <[email protected]> - 0.0.9
+- fixes BMC #18634 - unclear bluetooth hw addresses on add device page
+
+* Thu May 26 2011 Kevron Rees <[email protected]> - 0.0.8
+- fix for BMC #17017 - added paired device property
+
+* Fri May 20 2011 Kevron Rees <[email protected]> - 0.0.7
+- Partial fix for BMC #14558 - implements missing Bluetooth, Internet 
properties
+
+* Tue Apr 08 2011 Kevron Rees <[email protected]> - 0.0.6
+- fixes bug 16721, bluetooth devices should be trusted by default
+
+* Fri Apr 08 2011 Kevron Rees <[email protected]> - 0.0.5
+- fixes bug 15496, bluetooth power on/off
+
+* Mon Feb 28 2011 Kevron Rees <[email protected]> - 0.0.4
+- added discoverability timeout
+
+* Fri Feb 11 2011 Kevron Rees <[email protected]> - 0.0.4
+- added properties and made roles more dynamic
+
+* Mon Jan 24 2011 Kevron Rees <[email protected]> - 0.0.4
+- fixed adapter business logic and agent default path ignorance
+
+* Thu Dec 16 2010 Kevron Rees <[email protected]> - 0.0.4
+- added patch that fixes -1 index.row() issue
+
+* Mon Nov 08 2010 Kevron Rees <[email protected]> - 0.0.4
+- added release signal and fixed pair-rejection crashing
+
+* Mon Sep 27 2010 Kevron Rees <[email protected]> - 0.0.3
+- added signals for when bluetooth adapter properties change
+
+* Tue Sep 15 2010 Kevron Rees <[email protected]> - 0.0.2
+- Fixed seg fault when no adapter is present
+
+* Tue Sep 15 2010 Kevron Rees <[email protected]> - 0.0.1
+- Initial importation of project
+

new:
----
  libbluez-qt-0.1.0.tar.bz2
  libbluez-qt.changes
  libbluez-qt.spec
  libbluez-qt.yaml

spec files:
-----------

++++++ new spec file:
--- libbluez-qt.spec
+++ libbluez-qt.spec
@@ -0,0 +1,89 @@
+# 
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.25
+# 
+
+Name:       libbluez-qt
+
+# >> macros
+# << macros
+
+Summary:    Library for accessing bluetooth functionality in Qt
+Version:    0.1.0
+Release:    1
+Group:      System/GUI/Other
+License:    Apache License 2.0
+Source0:    libbluez-qt-%{version}.tar.bz2
+Source100:  libbluez-qt.yaml
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+BuildRequires:  pkgconfig(QtCore) >= 4.6.0
+BuildRequires:  pkgconfig(QtDBus)
+BuildRequires:  pkgconfig(QtOpenGL)
+BuildRequires:  pkgconfig(QtGui)
+BuildRequires:  pkgconfig(dbus-1)
+BuildRequires:  doxygen
+
+%description
+This is a library for accessing bluetooth through bluez functionality in Qt.
+
+
+%package devel
+Summary:    Development files for bluez-qt
+Group:      Development/Libraries
+Requires:   %{name} = %{version}-%{release}
+
+%description devel
+This package contains the files necessary to develop
+applications using qt to access bluetooth devices using bluez
+
+
+
+%prep
+%setup -q -n %{name}-%{version}
+
+# >> setup
+# << setup
+
+%build
+# >> build pre
+# << build pre
+
+%qmake 
+
+make %{?jobs:-j%jobs}
+
+# >> build post
+# << build post
+
+%install
+rm -rf %{buildroot}
+# >> install pre
+# << install pre
+%qmake_install
+
+# >> install post
+# << install post
+
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%{_libdir}/libbluez-qt.so.*
+%{_libdir}/qt4/imports/Bluetooth/*
+%{_sysconfdir}/dbus-1/system.d/bluez-qt.conf
+# >> files
+# << files
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/bluez-qt/*.h
+%{_libdir}/libbluez-qt.so
+%{_libdir}/*.prl
+%{_libdir}/pkgconfig/*.pc
+%{_libdir}/*.pc
+# >> files devel
+# << files devel

other changes:
--------------

++++++ libbluez-qt-0.1.0.tar.bz2 (new)

++++++ libbluez-qt.yaml (new)
--- libbluez-qt.yaml
+++ libbluez-qt.yaml
@@ -0,0 +1,37 @@
+Name: libbluez-qt
+Summary: Library for accessing bluetooth functionality in Qt
+Version: 0.1.0
+Release: 1
+Group: System/GUI/Other
+License: Apache License 2.0
+Sources:
+    - "libbluez-qt-%{version}.tar.bz2"
+Description: |
+    This is a library for accessing bluetooth through bluez functionality in 
Qt.
+PkgBR:
+    - doxygen
+PkgConfigBR:
+    - QtCore >= 4.6.0
+    - QtDBus
+    - QtOpenGL
+    - QtGui
+    - dbus-1
+Configure: none
+Builder: qmake
+Files:
+- "%{_libdir}/libbluez-qt.so.*"
+- "%{_libdir}/qt4/imports/Bluetooth/*"
+- "%{_sysconfdir}/dbus-1/system.d/bluez-qt.conf"
+SubPackages:
+ - Name: devel
+   Summary: Development files for bluez-qt
+   Group: Development/Libraries
+   Files:
+       - "%{_includedir}/bluez-qt/*.h"
+       - "%{_libdir}/libbluez-qt.so"
+       - "%{_libdir}/*.prl"
+       - "%{_libdir}/pkgconfig/*.pc"
+       - "%{_libdir}/*.pc"
+   Description: |
+    This package contains the files necessary to develop
+    applications using qt to access bluetooth devices using bluez



Reply via email to