2008-06-16 17:27:31 +00:00
|
|
|
Name: sound-theme-freedesktop
|
2009-09-28 20:36:36 +00:00
|
|
|
Version: 0.7
|
2009-11-12 17:31:06 +00:00
|
|
|
Release: 2%{?dist}
|
2008-06-16 17:27:31 +00:00
|
|
|
Summary: freedesktop.org sound theme
|
|
|
|
Group: User Interface/Desktops
|
2009-08-23 18:43:41 +00:00
|
|
|
Source0: http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-%{version}.tar.bz2
|
2009-09-28 20:36:36 +00:00
|
|
|
# For details on the licenses used, see CREDITS
|
2008-06-16 17:27:31 +00:00
|
|
|
License: GPLv2+ and LGPLv2+ and CC-BY-SA and CC-BY
|
2008-10-22 18:20:29 +00:00
|
|
|
Url: http://www.freedesktop.org/wiki/Specifications/sound-theme-spec
|
2008-06-16 17:27:31 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
2008-10-22 18:31:47 +00:00
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: intltool >= 0.40
|
2008-08-11 16:35:51 +00:00
|
|
|
Requires(post): /bin/touch
|
|
|
|
Requires(postun): /bin/touch
|
2008-06-16 17:27:31 +00:00
|
|
|
|
2009-11-12 17:31:06 +00:00
|
|
|
Obsoletes: gnome-audio <= 2.22.2
|
|
|
|
Obsoletes: gnome-audio-extra <= 2.22.2
|
|
|
|
|
2008-06-16 17:27:31 +00:00
|
|
|
%description
|
|
|
|
The default freedesktop.org sound theme following the XDG theming
|
|
|
|
specification. (http://0pointer.de/public/sound-theme-spec.html).
|
|
|
|
|
|
|
|
%prep
|
2008-10-22 18:20:29 +00:00
|
|
|
%setup -q
|
2008-06-16 17:27:31 +00:00
|
|
|
|
|
|
|
%build
|
2008-10-22 18:20:29 +00:00
|
|
|
%configure
|
2008-06-16 17:27:31 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2008-10-22 18:20:29 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2008-06-16 17:27:31 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post
|
2008-09-09 15:37:44 +00:00
|
|
|
/bin/touch --no-create %{_datadir}/sounds/freedesktop %{_datadir}/sounds
|
2008-06-16 17:27:31 +00:00
|
|
|
|
|
|
|
%postun
|
2008-09-09 15:37:44 +00:00
|
|
|
/bin/touch --no-create %{_datadir}/sounds/freedesktop %{_datadir}/sounds
|
2008-06-16 17:27:31 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2009-09-28 20:36:36 +00:00
|
|
|
%doc README
|
2008-06-16 17:27:31 +00:00
|
|
|
%dir %{_datadir}/sounds/freedesktop
|
|
|
|
%dir %{_datadir}/sounds/freedesktop/stereo
|
|
|
|
%{_datadir}/sounds/freedesktop/index.theme
|
2009-09-10 20:39:27 +00:00
|
|
|
%{_datadir}/sounds/freedesktop/stereo/*.oga
|
2008-06-16 17:27:31 +00:00
|
|
|
|
|
|
|
%changelog
|
2009-11-12 17:31:06 +00:00
|
|
|
* Thu Nov 12 2009 Matthias Clasen <mclasen@redhat.com> - 0.7-2
|
|
|
|
- Obsolete gnome-audio
|
|
|
|
|
2009-09-28 20:36:36 +00:00
|
|
|
* Mon Sep 28 2009 Jon McCann <jmccann@redhat.com> 0.7-1
|
|
|
|
- Update to 0.7
|
|
|
|
|
2009-09-10 20:39:27 +00:00
|
|
|
* Thu Sep 10 2009 Lennart Poettering <lpoetter@redhat.com> 0.6.99-1
|
|
|
|
- Snapshot from Lennart's git tree
|
|
|
|
|
2009-08-28 00:52:18 +00:00
|
|
|
* Fri Aug 28 2009 Lennart Poettering <lpoetter@redhat.com> 0.6-1
|
|
|
|
- New upstream
|
|
|
|
|
2009-08-27 03:29:29 +00:00
|
|
|
* Thu Aug 27 2009 Lennart Poettering <lpoetter@redhat.com> 0.5-1
|
|
|
|
- New upstream
|
|
|
|
|
2009-08-23 18:43:41 +00:00
|
|
|
* Sun Aug 23 2009 Jon McCann <jmccann@redhat.com> 0.4-1
|
|
|
|
- New release adds screen capture sound
|
|
|
|
|
2009-07-28 20:37:06 +00:00
|
|
|
* Tue Jul 28 2009 Lennart Poettering <lpoetter@redhat.com> 0.3-2
|
|
|
|
- Forgot tarball
|
|
|
|
|
2009-07-28 20:30:32 +00:00
|
|
|
* Tue Jul 28 2009 Lennart Poettering <lpoetter@redhat.com> 0.3-1
|
|
|
|
- Update to 0.3
|
|
|
|
|
2009-07-27 04:36:00 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-26 02:07:51 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-10-22 18:31:47 +00:00
|
|
|
* Wed Oct 22 2008 Jon McCann <jmccann@redhat.com> 0.2-2
|
|
|
|
- Rebuild with BuildRequires intltool
|
|
|
|
|
2008-10-22 18:20:29 +00:00
|
|
|
* Wed Oct 22 2008 Jon McCann <jmccann@redhat.com> 0.2-1
|
|
|
|
- Update to 0.2
|
|
|
|
|
|
|
|
* Tue Sep 9 2008 Lennart Poettering <lpoetter@redhat.com> 0.1-4
|
2008-09-09 16:47:53 +00:00
|
|
|
- Fix changelog
|
|
|
|
|
2008-10-22 18:20:29 +00:00
|
|
|
* Tue Sep 9 2008 Lennart Poettering <lpoetter@redhat.com> 0.1-3
|
2008-09-09 15:37:44 +00:00
|
|
|
- Touch root dirs, not just theme dirs
|
|
|
|
|
2008-08-11 16:35:51 +00:00
|
|
|
* Mon Aug 11 2008 Jeremy Katz <katzj@redhat.com> - 0.1-2
|
|
|
|
- require touch for scriptlets to not give errors
|
|
|
|
|
2008-06-16 17:27:31 +00:00
|
|
|
* Sun Jun 15 2008 Lennart Poettering <lpoetter@redhat.com> 0.1-1
|
|
|
|
- Initial package
|