upgrade to version 1.8.3

(cherry picked from commit 9eb62c43bdf09c1cd333175753ce4e1d7f30214f)
This commit is contained in:
leeffo 2023-07-24 16:12:14 +08:00 committed by openeuler-sync-bot
parent 18cdcff886
commit 0854b25320
3 changed files with 8 additions and 4 deletions

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global md5() {$(echo -n %1 | md5sum | awk '{print$1}')}
Name: deepin-wallpapers
Version: 1.7.8.1
Release: 2
Version: 1.8.3
Release: 1
Summary: Deepin Wallpapers provides wallpapers of dde
License: GPLv3
URL: https://github.com/linuxdeepin/deepin-wallpapers
Source0: %{name}_%{version}.orig.tar.xz
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: dde-api
@ -15,6 +15,7 @@ BuildRequires: dde-api
%prep
%setup -q -n %{name}-%{version}
sed -i 's|lib|libexec|' Makefile
sed -i 's|lib|libexec|' blur_image.sh
%build
@ -32,12 +33,15 @@ ln -sv ../wallpapers/deepin/desktop.jpg %{buildroot}%{_datadir}/backgrounds/defa
%files
%doc README.md
#%license LICENSE
%license LICENSE
%{_datadir}/backgrounds/
%{_datadir}/wallpapers/deepin/
%{_var}/cache/image-blur/
%changelog
* Mon Jul 24 2023 leeffo <liweiganga@uniontech.com> - 1.8.3-1
- upgrade to version 1.8.3
* Thu Jul 21 2022 konglidong <konglidong@uniontech.com> - 1.7.8.1-2
- fix build error