File sound-theme.spec of Package sound-theme
%global srcname sound-theme
%global appname io.elementary.sound-theme
Name: io.elementary.sound-theme
Summary: A set of system sounds for elementary OS. Designed to be light, natural/physical, and pleasant.
Version: daily
Release: %autorelease
License: GPLv3
URL: https://github.com/elementary/sound-theme
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: meson
# needed by obs-service-obs_scm-common
BuildRequires: glibc-langpack-en
#!BuildIgnore: glibc-all-langpacks
%description
A set of system sounds for elementary OS. Designed to be light, natural/physical, and pleasant.
%prep
%autosetup -n %{srcname}-%{version} -p1
%build
%meson
%meson_build
%install
%meson_install
%files
%doc README.md
%license LICENSE
%{_datadir}/sounds/elementary/
%changelog
%autochangelog