I have made the following changes intended for : CE:Apps / voicecall 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/7022 Thank You, tswindell [This message was auto-generated] --- Request # 7022: Messages from BOSS: State: review at 2012-10-15T18:49:08 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:tswindell:CE:Apps / voicecall -> CE:Apps / voicecall changes files: -------------- --- voicecall.changes +++ voicecall.changes @@ -0,0 +1,3 @@ +* Mon Oct 15 2012 Tom Swindell <[email protected]> - 0.2.1+git10.d77f53c +- Updated sources to latest upstream version. + old: ---- voicecall-0.1.4+git9.4b7b286.tar.gz new: ---- voicecall-0.2.1+git10.d77f53c.tar.gz spec files: ----------- --- voicecall.spec +++ voicecall.spec @@ -1,6 +1,6 @@ Name: voicecall Summary: Voice Call Suite -Version: 0.1.4+git9.4b7b286 +Version: 0.2.1+git10.d77f53c Release: 1 Group: Communications/Telephony and IM License: Apache License, Version 2.0 @@ -8,21 +8,67 @@ Source0: %{name}-%{version}.tar.gz Source1: voicecall-manager.service Source2: voicecall-ui-prestart.service -Requires: tone-generator BuildRequires: pkgconfig(QtOpenGL) BuildRequires: pkgconfig(QtDeclarative) BuildRequires: pkgconfig(QtMultimediaKit) BuildRequires: pkgconfig(libresourceqt1) BuildRequires: pkgconfig(libpulse-mainloop-glib) BuildRequires: pkgconfig(ofono-qt) -BuildRequires: pkgconfig(TelepathyQt4) - -Obsoletes: meego-handset-dialer < 0.2.4 -Provides: meego-handset-dialer >= 0.2.4 +# May work with earlier version, but this is tested against in nemo. +# Requires header includes to be under TelepathyQt/ rather than TelepathyQt4/ +BuildRequires: pkgconfig(TelepathyQt4) >= 0.9.3 +BuildRequires: pkgconfig(TelepathyQt4Farstream) %description Next Generation Dialer Application for Nemo Mobile +%package libs +Summary: Core voicecall libraries +Group: Communications/Telephony and IM + +%description libs +Core voicecall libraries + +%package devel +Requires: voicecall-libs == %{version}-%{release} +Summary: Voicecall development package +Group: Communications/Telephony and IM + +%description devel +Voicecall development libraries and headers + +%package core +Requires: voicecall-libs == %{version}-%{release} +Requires: telepathy-ring +Summary: Core voicecall service and libraries +Group: Communications/Telephony and IM + +%description core +Core voicecall service executable, core plugins and library + +%package plugin-ofono +Requires: voicecall-core == %{version}-%{release} +Summary: Voicecall ofono plugin provider +Group: Communications/Telephony and IM + +%description plugin-ofono +Voicecall manager plugin for using ofono to make and receive calls. + +%package ui-reference +Provides: meego-handset-dialer >= 0.2.4 +Obsoletes: meego-handset-dialer < 0.2.4 +Provides: voicecall == %{version}-%{release} +Obsoletes: voicecall <= 0.1.5 +Requires: voicecall-core == %{version}-%{release} +Requires: tone-generator +Requires: commhistory-daemon +Requires: libcommhistory-declarative +Summary: Voicecall reference QML user interface +Group: Communications/Telephony and IM + +%description ui-reference +Voicecall reference QML phone application user interface + %prep %setup -q -n %{name}-%{version} @@ -37,30 +83,44 @@ mkdir -p %{buildroot}%{_libdir}/systemd/user/ cp -a %{SOURCE1} %{buildroot}%{_libdir}/systemd/user/ cp -a %{SOURCE2} %{buildroot}%{_libdir}/systemd/user/ -%post + +%post libs /sbin/ldconfig -%postun +%postun libs /sbin/ldconfig -%files +%files libs %defattr(-,root,root,-) -%{_bindir}/voicecall-manager -%{_bindir}/voicecall-ui -%{_libdir}/libvoicecall.so %{_libdir}/libvoicecall.so.1 %{_libdir}/libvoicecall.so.1.0 %{_libdir}/libvoicecall.so.1.0.0 -%{_libdir}/voicecall/plugins/libvoicecall-ofono-plugin.so -%{_libdir}/voicecall/plugins/libvoicecall-pulseaudio-plugin.so -%{_libdir}/voicecall/plugins/libvoicecall-tonegend-plugin.so -%{_libdir}/voicecall/plugins/libvoicecall-telepathy-plugin.so %{_libdir}/qt4/imports/stage/rubyx/voicecall/libvoicecall.so %{_libdir}/qt4/imports/stage/rubyx/voicecall/qmldir + +%files core +%defattr(-,root,root,-) +%{_bindir}/voicecall-manager +%{_libdir}/voicecall/plugins/libvoicecall-pulseaudio-plugin.so +%{_libdir}/voicecall/plugins/libvoicecall-telepathy-plugin.so +%config %{_sysconfdir}/xdg/autostart/voicecall-manager.desktop %config %{_sysconfdir}/voicecall/modes.ini +%{_libdir}/systemd/user/voicecall-manager.service + +%files devel +%defattr(-,root,root,-) +%{_libdir}/libvoicecall.so + +%files plugin-ofono +%defattr(-,root,root,-) +%{_libdir}/voicecall/plugins/libvoicecall-ofono-plugin.so +#TODO: Add voicecall-manager -reconfigure to post/un when implemented in core. + +%files ui-reference +%defattr(-,root,root,-) +%{_bindir}/voicecall-ui %{_datadir}/voicecall-ui/qml %{_datadir}/applications/voicecall-ui.desktop -%config %{_sysconfdir}/xdg/autostart/voicecall-manager.desktop %config %{_sysconfdir}/xdg/autostart/voicecall-ui-prestart.desktop -%{_libdir}/systemd/user/voicecall-manager.service %{_libdir}/systemd/user/voicecall-ui-prestart.service + other changes: -------------- ++++++ voicecall-0.2.1+git10.d77f53c.tar.gz (new) ++++++ deleted files: --- voicecall-0.1.4+git9.4b7b286.tar.gz
