Package init

This commit is contained in:
overweight 2019-09-30 11:17:20 -04:00
commit 77c5274d43
2 changed files with 47 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,47 @@
Name: sound-theme-freedesktop
Version: 0.8
Release: 11
Summary: Sound Theme and Naming Specifications
License: GPLv2+ and LGPLv2+ and CC-BY-SA and CC-BY
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 git
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 -S git
%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)
%{_datadir}/sounds/freedesktop/index.theme
%{_datadir}/sounds/freedesktop/stereo/*.oga
%files help
%doc README
%changelog
* Tue Aug 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.8-11
- Package init