36 lines
775 B
RPMSpec
36 lines
775 B
RPMSpec
Name: deepin-sound-theme
|
|
Version: 15.10.13.1
|
|
Release: 1
|
|
Summary: Deepin sound theme
|
|
License: GPLv3
|
|
URL: https://github.com/linuxdeepin/deepin-sound-theme
|
|
Source0: %{name}-%{version}.orig.tar.xz
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Sound files for the Deeping Desktop Environment.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSE
|
|
%dir %{_datadir}/sounds/deepin/
|
|
%dir %{_datadir}/sounds/deepin/stereo/
|
|
%{_datadir}/sounds/deepin/index.theme
|
|
%{_datadir}/sounds/deepin/stereo/*.wav
|
|
|
|
%changelog
|
|
* Tue Jul 19 2022 konglidong <konglidong@uniontech.com> - 15.10.13.1-1
|
|
- update to 15.10.13.1
|
|
|
|
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 15.10.3-1
|
|
- Initial release for OpenEuler
|
|
|