I have made the following changes intended for : CE:MW:Shared / libcanberra CE:MW:Shared / sound-theme-freedesktop
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/7232 Thank You, vesku [This message was auto-generated] --- Request # 7232: Messages from BOSS: State: review at 2012-11-01T12:14:22 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:vesku:branches:home:msameer:branches:Project:Cordia:GNOME / libcanberra -> CE:MW:Shared / libcanberra changes files: -------------- ++++++ new changes file: --- libcanberra.changes +++ libcanberra.changes @@ -0,0 +1,2 @@ +* Thu Nov 01 2012 Vesa-Matti Hartikainen <[email protected]> - 0.30 +- Initial packaging for Nemo. Packaged by Mohammed Hassan. new: ---- libcanberra-0.30.tar.xz libcanberra.changes libcanberra.spec spec files: ----------- ++++++ new spec file: --- libcanberra.spec +++ libcanberra.spec @@ -0,0 +1,88 @@ +Name: libcanberra +Version: 0.30 +Release: 1 +Summary: Portable Sound Event Library +Group: System Environment/Libraries +Source0: http://0pointer.de/lennart/projects/libcanberra/libcanberra-%{version}.tar.xz + +License: LGPLv2+ +Url: http://git.0pointer.de/?p=libcanberra.git;a=summary +BuildRequires: pkgconfig(alsa) +BuildRequires: pkgconfig(vorbis) +BuildRequires: libtool-ltdl-devel +BuildRequires: pkgconfig(libpulse) >= 0.9.15 +BuildRequires: gettext-devel +BuildRequires: pkgconfig(udev) +BuildRequires: pkgconfig(systemd) +Requires: sound-theme-freedesktop +Requires: pulseaudio >= 0.9.15 +Requires: systemd +Requires(post): systemd +Requires(preun): systemd +Requires(postun): systemd + +%description +A small and lightweight implementation of the XDG Sound Theme Specification +(http://0pointer.de/public/sound-theme-spec.html). + +%package devel +Summary: Development Files for libcanberra Client Development +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Development Files for libcanberra Client Development + +%post +/sbin/ldconfig +if [ $1 -eq 1 ]; then + /bin/systemctl daemon-reload >/dev/null 2>&1 || : +fi + +%preun +if [ $1 -eq 0 ]; then + /bin/systemctl --no-reload disable canberra-system-bootup.service canberra-system-shutdown.service canberra-system-shutdown-reboot.service >/dev/null 2>&1 || : + /bin/systemctl stop canberra-system-bootup.service canberra-system-shutdown.service canberra-system-shutdown-reboot.service >/dev/null 2>&1 || : +fi + +%postun +/sbin/ldconfig +/bin/systemctl daemon-reload >/dev/null 2>&1 || : + +%prep +%setup -q + +%build +%configure --disable-static --enable-pulse --enable-alsa --enable-null --disable-gstreamer --disable-oss --disable-tdb --disable-gtk --disable-gtk3 + +make %{?jobs:-j%jobs} + +%install +rm -rf %{buildroot} +%make_install + +%files +%defattr(-,root,root) +%doc README LGPL +%{_libdir}/libcanberra.so.* +%dir %{_libdir}/libcanberra-%{version} +%{_libdir}/libcanberra-%{version}/libcanberra-alsa.so +%{_libdir}/libcanberra-%{version}/libcanberra-pulse.so +%{_libdir}/libcanberra-%{version}/libcanberra-null.so +%{_libdir}/libcanberra-%{version}/libcanberra-multi.so +/lib/systemd/system/canberra-system-bootup.service +/lib/systemd/system/canberra-system-shutdown-reboot.service +/lib/systemd/system/canberra-system-shutdown.service +%{_bindir}/canberra-boot +%{_docdir}/libcanberra/README + +%files devel +%defattr(-,root,root) +%{_includedir}/canberra.h +%{_libdir}/libcanberra.so +%{_libdir}/pkgconfig/libcanberra.pc +# co-own these directories to avoid requiring vala +%dir %{_datadir}/vala +%dir %{_datadir}/vala/vapi +%{_datadir}/vala/vapi/libcanberra.vapi +%{_datadir}/gtk-doc/* other changes: -------------- ++++++ libcanberra-0.30.tar.xz (new) submit: home:vesku:branches:Project:Cordia:GNOME / sound-theme-freedesktop -> CE:MW:Shared / sound-theme-freedesktop changes files: -------------- ++++++ new changes file: --- sound-theme-freedesktop.changes +++ sound-theme-freedesktop.changes @@ -0,0 +1,34 @@ +* Thu Nov 01 2012 Vesa-Matti Hartikainen <[email protected]> - 0.8 +- Update to 0.8 +- Release for Nemo +- Fixed .changes + +* Wed Aug 18 2010 Wang Quanxian <[email protected]> - 0.7 +- Update to 0.7, fix BMC#5297 + +* Sat Apr 10 2010 Anas Nashif <[email protected]> - 0.2 +- Fixed rpmlint errors + +* Sat Oct 10 2009 Vivian Zhang <[email protected]> 0.2 +- Added translation string to index.theme, fixed #MB 4889 + +* Sun Jan 11 2009 Anas Nashif <[email protected]> - 0.2 +- Initial import into Moblin + +* Wed Oct 22 2008 Jon McCann <[email protected]> - 0.2-2 +- Rebuild with BuildRequires intltool + +* Wed Oct 22 2008 Jon McCann <[email protected]> - 0.2-1 +- Update to 0.2 + +* Tue Sep 9 2008 Lennart Poettering <[email protected]> - 0.1-4 +- Fix changelog + +* Tue Sep 9 2008 Lennart Poettering <[email protected]> - 0.1-3 +- Touch root dirs, not just theme dirs + +* Mon Aug 11 2008 Jeremy Katz <[email protected]> - 0.1-2 +- require touch for scriptlets to not give errors + +* Sun Jun 15 2008 Lennart Poettering <[email protected]> 0.1-1 +- Initial package new: ---- index.theme sound-theme-freedesktop-0.8.tar.bz2 sound-theme-freedesktop.changes sound-theme-freedesktop.spec spec files: ----------- ++++++ new spec file: --- sound-theme-freedesktop.spec +++ sound-theme-freedesktop.spec @@ -0,0 +1,49 @@ +Name: sound-theme-freedesktop +Version: 0.8 +Release: 2 +Summary: Sound theme from freedesktop.org +Group: User Interface/Desktops +Source0: http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-%{version}.tar.bz2 +Source1: index.theme +# For details on the licenses used, see README +License: GPLv2+ and LGPLv2+ and CC-BY-SA and CC-BY +Url: http://www.freedesktop.org/wiki/Specifications/sound-theme-spec +BuildArch: noarch +BuildRequires: gettext +BuildRequires: intltool >= 0.40 +Requires(post): /bin/touch +Requires(postun): /bin/touch + +%description +The default freedesktop.org sound theme following the XDG theming +specification. (http://0pointer.de/public/sound-theme-spec.html). + +%prep +%setup -q + +%build +%configure + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +install -m 0644 %SOURCE1 %{buildroot}%{_datadir}/sounds/freedesktop/index.theme + + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +/bin/touch --no-create %{_datadir}/sounds/freedesktop %{_datadir}/sounds + +%postun +/bin/touch --no-create %{_datadir}/sounds/freedesktop %{_datadir}/sounds + +%files +%defattr(-,root,root) +%doc README +%dir %{_datadir}/sounds/freedesktop +%dir %{_datadir}/sounds/freedesktop/stereo +%{_datadir}/sounds/freedesktop/index.theme +%{_datadir}/sounds/freedesktop/stereo/*.oga + other changes: -------------- ++++++ index.theme (new) --- index.theme +++ index.theme @@ -0,0 +1,19 @@ +[Sound Theme] +Name=Default +Name[zh_CN]=默认 +Name[zh_TW]=預設值 +Name[zh_HK]=預設值 +Name[en_US]=Default +Name[fi]=Oletus +Name[fr]=Par défaut +Name[de]=Vorgabe +Name[it]=Predefinito +Name[ja]=デフォルト +Name[ko]=기본값 +Name[pl]=Domyślne +Name[es]=Predeterminado +Name[sv]=Standard +Directories=stereo + +[stereo] +OutputProfile=stereo ++++++ sound-theme-freedesktop-0.8.tar.bz2 (new)
