From 3cc75a4d214360da397911a18d080fa706344831 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:00:25 +0100 Subject: [PATCH] automatic version update by autodist [release 0.8-1mamba;Tue Oct 16 2012] --- README.md | 3 ++ sound-theme-freedesktop.spec | 62 ++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 sound-theme-freedesktop.spec diff --git a/README.md b/README.md index 51f37d7..4cb750d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # sound-theme-freedesktop +The default freedesktop.org sound theme following the XDG theming +specification. (http://0pointer.de/public/sound-theme-spec.html). + diff --git a/sound-theme-freedesktop.spec b/sound-theme-freedesktop.spec new file mode 100644 index 0000000..7b19217 --- /dev/null +++ b/sound-theme-freedesktop.spec @@ -0,0 +1,62 @@ +Name: sound-theme-freedesktop +Version: 0.8 +Release: 1mamba +Summary: freedesktop.org sound theme +Group: System/Multimedia +Vendor: openmamba +Distribution: openmamba +Packager: Automatic Build System +URL: http://www.freedesktop.org/wiki/Specifications/sound-theme-spec +Source: http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-%{version}.tar.bz2 +License: GPL, LGPL +BuildRequires: gettext +BuildRequires: intltool +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%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 +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +#%find_lang %{name} -f %{name}.lang + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post +/bin/touch --no-create %{_datadir}/sounds/freedesktop %{_datadir}/sounds + +%postun +/bin/touch --no-create %{_datadir}/sounds/freedesktop %{_datadir}/sounds + +%files +%defattr(-,root,root) +%dir %{_datadir}/sounds/freedesktop +%{_datadir}/sounds/freedesktop/index.theme +%dir %{_datadir}/sounds/freedesktop/stereo +%{_datadir}/sounds/freedesktop/stereo/*.oga +%doc ChangeLog NEWS README + +%changelog +* Tue Oct 16 2012 Automatic Build System 0.8-1mamba +- automatic version update by autodist + +* Sat Feb 20 2010 Automatic Build System 0.7-1mamba +- automatic update by autodist + +* Thu Aug 27 2009 Automatic Build System 0.4-1mamba +- automatic update by autodist + +* Tue Dec 02 2008 gil 0.2-1mamba +- package created by autospec