sound-theme-freedesktop/sound-theme-freedesktop.spec

62 lines
1.6 KiB
RPMSpec
Raw Normal View History

2019-09-30 11:17:20 -04:00
Name: sound-theme-freedesktop
Version: 0.8
2022-07-28 01:38:51 +00:00
Release: 14
2019-09-30 11:17:20 -04:00
Summary: Sound Theme and Naming Specifications
2022-07-28 01:38:51 +00:00
License: GPLv2+ and LGPLv2+ and CC-BY-SA-3.0 and CC-BY-3.0
2019-09-30 11:17:20 -04:00
URL: http://www.freedesktop.org/wiki/Specifications/sound-theme-spec
Source0: http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-%{version}.tar.bz2
BuildArch: noarch
BuildRequires: gcc gettext intltool
2019-09-30 11:17:20 -04:00
Requires(post): coreutils
Requires(postun): coreutils
%description
A sound theme is a set of sounds, sharing similarities / instruments...
The user can then select the sound theme that they want to use, and all
applications will use sounds from the theme. This definition is similar to
icon theme.
%package_help
%prep
%autosetup -n sound-theme-freedesktop-%{version} -p1
2019-09-30 11:17:20 -04:00
%build
%configure
%install
%make_install
%post
touch --no-create %{_datadir}/sounds/freedesktop %{_datadir}/sounds
%postun
touch --no-create %{_datadir}/sounds/freedesktop %{_datadir}/sounds
%files
%defattr(-,root,root)
2019-11-06 19:53:01 +08:00
%doc AUTHORS
%license COPYING
2019-09-30 11:17:20 -04:00
%{_datadir}/sounds/freedesktop/index.theme
%{_datadir}/sounds/freedesktop/stereo/*.oga
%files help
2019-11-06 19:53:01 +08:00
%doc README ChangeLog NEWS
2019-09-30 11:17:20 -04:00
%changelog
2022-07-28 01:38:51 +00:00
* Thu Jul 28 2022 Chenyx <chenyixiong3@huawei.com> - 0.8-14
- License compliance rectification
* Mon Aug 02 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.8-13
- DESC: delete -S git from %autosetup, and delete BuildRequires git
2019-11-06 19:53:01 +08:00
* Thu Oct 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.8-12
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:add license files to rpm package
2019-09-30 11:17:20 -04:00
* Tue Aug 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.8-11
- Package init