Package init
This commit is contained in:
commit
77c5274d43
BIN
sound-theme-freedesktop-0.8.tar.bz2
Normal file
BIN
sound-theme-freedesktop-0.8.tar.bz2
Normal file
Binary file not shown.
47
sound-theme-freedesktop.spec
Normal file
47
sound-theme-freedesktop.spec
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user