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/5335 Thank You, tswindell [This message was auto-generated] --- Request # 5335: Messages from BOSS: State: review at 2012-07-29T18:10:59 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:branches:Project:MTF:Tracker / voicecall -> CE:Apps / voicecall changes files: -------------- ++++++ new changes file: --- voicecall.changes +++ voicecall.changes @@ -0,0 +1,3 @@ +* Sun Jul 29 2012 Tom Swindell <[email protected]> - 0.1.3 +- Initial project import. + new: ---- voicecall-0.1.3.tar.bz2 voicecall.changes voicecall.spec spec files: ----------- ++++++ new spec file: --- voicecall.spec +++ voicecall.spec @@ -0,0 +1,75 @@ +Name: voicecall +Summary: Voice Call Suite +Version: 0.1.3 +Release: 2 +Group: Communications/Telephony and IM +License: Apache License, Version 2.0 +URL: http://gitorious.org/voicecall/voicecall +Source0: %{name}-%{version}.tar.bz2 +Requires: tone-generator +BuildRequires: pkgconfig(QtOpenGL) +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(QtMultimediaKit) +BuildRequires: pkgconfig(libresourceqt1) +BuildRequires: pkgconfig(libpulse-mainloop-glib) +BuildRequires: pkgconfig(ofono-qt) +Obsoletes: meego-handset-dialer < 0.2.4 +Provides: meego-handset-dialer >= 0.2.4 + +%changelog + +%description +Next Generation Dialer Application for Nemo Mobile + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +unset LD_AS_NEEDED +# >> 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 +/sbin/ldconfig + +%postun +/sbin/ldconfig + +%files +%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}/qt4/imports/stage/rubyx/voicecall/libvoicecall.so +%{_libdir}/qt4/imports/stage/rubyx/voicecall/qmldir +%{_datadir}/voicecall-ui/qml +%{_datadir}/applications/voicecall-ui.desktop +%config %{_sysconfdir}/xdg/autostart/voicecall-manager.desktop +%config %{_sysconfdir}/xdg/autostart/voicecall-ui-prestart.desktop +# >> files +# << files other changes: -------------- ++++++ voicecall-0.1.3.tar.bz2 (new)
