2008-06-16 17:27:31 +00:00
|
|
|
Name: sound-theme-freedesktop
|
2012-09-25 20:42:26 +00:00
|
|
|
Version: 0.8
|
2021-07-23 17:57:30 +00:00
|
|
|
Release: 16%{?dist}
|
2008-06-16 17:27:31 +00:00
|
|
|
Summary: freedesktop.org sound theme
|
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
|
|
|
BuildArch: noarch
|
2021-01-08 21:44:38 +00:00
|
|
|
BuildRequires: make
|
2018-07-09 17:06:51 +00:00
|
|
|
BuildRequires: gcc
|
2008-10-22 18:31:47 +00:00
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: intltool >= 0.40
|
2018-02-07 16:41:47 +00:00
|
|
|
Requires(post): coreutils
|
|
|
|
Requires(postun): coreutils
|
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
|
2008-10-22 18:20:29 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2008-06-16 17:27:31 +00:00
|
|
|
|
|
|
|
%post
|
2018-02-07 16:41:47 +00:00
|
|
|
touch --no-create %{_datadir}/sounds/freedesktop %{_datadir}/sounds
|
2008-06-16 17:27:31 +00:00
|
|
|
|
|
|
|
%postun
|
2018-02-07 16:41:47 +00:00
|
|
|
touch --no-create %{_datadir}/sounds/freedesktop %{_datadir}/sounds
|
2008-06-16 17:27:31 +00:00
|
|
|
|
|
|
|
%files
|
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
|
2021-07-23 17:57:30 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-27 20:45:15 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-29 11:08:59 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-30 23:54:25 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-26 23:45:07 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-03 08:10:56 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-14 06:26:21 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 16:41:47 +00:00
|
|
|
* Wed Feb 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8-9
|
|
|
|
- Replace outdated Requires
|
|
|
|
|
2017-07-27 18:57:17 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 13:43:24 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-05 00:19:28 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-19 01:18:35 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-06-08 06:46:46 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-04 15:12:52 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-15 00:16:34 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-09-25 20:42:26 +00:00
|
|
|
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 0.8-1
|
|
|
|
- Update to 0.8
|
|
|
|
- Drop obsolete Obsoletes
|
|
|
|
|
2012-07-21 20:15:44 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-14 04:08:36 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-09 15:13:27 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
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
|