!7 sync master to 22.09

From: @loong-C 
Reviewed-by: @yeqinglong01 
Signed-off-by: @yeqinglong01
This commit is contained in:
openeuler-ci-bot 2022-07-29 06:37:20 +00:00 committed by Gitee
commit 18cdcff886
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%global md5() {$(echo -n %1 | md5sum | awk '{print$1}')}
Name: deepin-wallpapers
Version: 1.6.14
Version: 1.7.8.1
Release: 2
Summary: Deepin Wallpapers provides wallpapers of dde
License: GPLv3
@ -15,6 +15,7 @@ BuildRequires: dde-api
%prep
%setup -q -n %{name}-%{version}
sed -i 's|lib|libexec|' blur_image.sh
%build
%make_build
@ -28,13 +29,21 @@ cp -ar image-blur %{buildroot}%{_var}/cache/
install -d %{buildroot}%{_datadir}/backgrounds/
ln -sv ../wallpapers/deepin/desktop.jpg %{buildroot}%{_datadir}/backgrounds/default_background.jpg
%files
%doc README.md
#%license LICENSE
%{_datadir}/backgrounds/
%{_datadir}/wallpapers/deepin/
%{_var}/cache/image-blur/
%changelog
* Thu Jul 21 2022 konglidong <konglidong@uniontech.com> - 1.7.8.1-2
- fix build error
* Tue Jul 19 2022 konglidong <konglidong@uniontech.com> - 1.7.8.1-1
- Update to 1.7.8.1
* Fri Aug 27 2021 konglidong <konglidong@uniontech.com> - 1.6.14-2
- fix build error