I have made the following changes intended for : CE:MW:Shared / telepathy-ring
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/7478 Thank You, John Brooks [This message was auto-generated] --- Request # 7478: Messages from BOSS: State: review at 2012-11-29T17:57:24 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:special:branches:CE:MW:Shared / telepathy-ring -> CE:MW:Shared / telepathy-ring changes files: -------------- --- telepathy-ring.changes +++ telepathy-ring.changes @@ -0,0 +1,5 @@ +* Thu Nov 29 2012 John Brooks <[email protected]> - 2.2.0 +- Fixes NEMO#578: Added mission-control plugin to manage creation of the telepathy-ring account +- Removed ensure-tpring-account.sh script +- Patches moved to upstream repository + old: ---- allow-target-id-in-channel-request.patch ensure-tpring-account.desktop ensure-tpring-account.sh meego-cellular-telepathy-ring-2.1.3.tar.gz new: ---- telepathy-ring-2.2.0.tar.bz2 spec files: ----------- --- telepathy-ring.spec +++ telepathy-ring.spec @@ -10,16 +10,13 @@ %define keepstatic 1 Summary: GSM connection manager for the Telepathy framework -Version: 2.1.3 +Version: 2.2.0 Release: 2 Group: System/Libraries License: LGPLv2.1 -URL: http://meego.gitorious.org/meego-cellular/telepathy-ring -Source0: meego-cellular-%{name}-%{version}.tar.gz -Source1: ensure-tpring-account.desktop -Source2: ensure-tpring-account.sh +URL: https://github.com/nemomobile/telepathy-ring/ +Source0: %{name}-%{version}.tar.bz2 Source100: telepathy-ring.yaml -Patch0: allow-target-id-in-channel-request.patch Requires: telepathy-filesystem Requires: ofono Requires: telepathy-mission-control @@ -30,6 +27,7 @@ BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(telepathy-glib) >= 0.11.7 +BuildRequires: pkgconfig(mission-control-plugins) BuildRequires: python >= 2.5 %description @@ -53,16 +51,14 @@ %prep -%setup -q -n meego-cellular-%{name} +%setup -q -n %{name} -# allow-target-id-in-channel-request.patch -%patch0 -p1 # >> setup # << setup %build # >> build pre -mkdir m4 +mkdir m4 || true # << build pre %reconfigure @@ -74,10 +70,6 @@ %install rm -rf %{buildroot} # >> install pre -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ -mkdir -p $RPM_BUILD_ROOT%{_bindir}/ -install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ -install -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/ # << install pre %make_install @@ -91,9 +83,8 @@ %{_datadir}/dbus-1/services/* %{_datadir}/telepathy/managers/* %{_libexecdir}/* +%{_libdir}/mission-control-plugins.0/mcp-account-manager-ring.so %doc %{_mandir}/man8/telepathy-ring.8.gz -%config %{_sysconfdir}/xdg/autostart/ensure-tpring-account.desktop -%{_bindir}/ensure-tpring-account.sh # << files %files tests other changes: -------------- ++++++ telepathy-ring-2.2.0.tar.bz2 (new) ++++++ telepathy-ring.yaml --- telepathy-ring.yaml +++ telepathy-ring.yaml @@ -1,16 +1,12 @@ Name: telepathy-ring Summary: GSM connection manager for the Telepathy framework -Version: 2.1.3 +Version: 2.2.0 Release: 2 Group: System/Libraries License: LGPLv2.1 -URL: http://meego.gitorious.org/meego-cellular/telepathy-ring +URL: https://github.com/nemomobile/telepathy-ring/ Sources: - - "meego-cellular-%{name}-%{version}.tar.gz" - - "ensure-tpring-account.desktop" - - "ensure-tpring-account.sh" -Patches: - - allow-target-id-in-channel-request.patch + - "%{name}-%{version}.tar.bz2" Description: "%{summary}." Requires: @@ -27,6 +23,7 @@ - dbus-glib-1 - uuid - telepathy-glib >= 0.11.7 + - mission-control-plugins Configure: reconfigure Builder: make SubPackages: ++++++ deleted files: --- allow-target-id-in-channel-request.patch --- ensure-tpring-account.desktop --- ensure-tpring-account.sh --- meego-cellular-telepathy-ring-2.1.3.tar.gz
