I have made the following changes intended for : CE:Apps / tone-generator
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/5336 Thank You, tswindell [This message was auto-generated] --- Request # 5336: Messages from BOSS: State: review at 2012-07-29T18:24:44 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 / tone-generator -> CE:Apps / tone-generator changes files: -------------- ++++++ new changes file: --- tone-generator.changes +++ tone-generator.changes @@ -0,0 +1,3 @@ +* Sun Jul 29 2012 Tom Swindell <[email protected]> - 1.5 +- Initial project import. + new: ---- tone-generator-1.5.tar.gz tone-generator.changes tone-generator.spec spec files: ----------- ++++++ new spec file: --- tone-generator.spec +++ tone-generator.spec @@ -0,0 +1,37 @@ +Name: tone-generator +Summary: Tone generator daemon for call progress indication and DTMF +Version: 1.5 +Release: 1 +Group: System/Daemons +License: LGPLv2.1 +URL: http://meego.gitorious.org/maemo-multimedia/tone-generator +Source0: %{name}-%{version}.tar.gz +Requires: pulseaudio +BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(dbus-glib-1) +BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(libpulse) +BuildRequires: pkgconfig(libpulse-mainloop-glib) + +%description +Tone generator daemon for call progress indication and DTMF + +%prep +%setup -q -n %{name}-%{version} + +%build + +%configure --disable-static +make %{?jobs:-j%jobs} + +%install +rm -rf %{buildroot} +%make_install + +%files +%defattr(-,root,root,-) +/usr/bin/tonegend +%config /etc/dbus-1/system.d/tone-generator.conf +%config /etc/xdg/autostart/tonegend.desktop + other changes: -------------- ++++++ tone-generator-1.5.tar.gz (new)
