I have made the following changes intended for : 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/7230 Thank You, vesku [This message was auto-generated] --- Request # 7230: Messages from BOSS: State: review at 2012-11-01T10:43:32 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: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,33 @@ +* Thu Nov 01 2012 Vesa-Matti Hartikainen <[email protected]> - 0.7 +- 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.7.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.7 +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.7.tar.bz2 (new)
