fix build error

This commit is contained in:
konglidong 2021-08-27 11:48:19 +08:00
parent 8ff6defc53
commit 9a23d2a6f1

View File

@ -2,7 +2,7 @@
Name: deepin-wallpapers Name: deepin-wallpapers
Version: 1.6.14 Version: 1.6.14
Release: 1 Release: 2
Summary: Deepin Wallpapers provides wallpapers of dde Summary: Deepin Wallpapers provides wallpapers of dde
License: GPLv3 License: GPLv3
URL: https://github.com/linuxdeepin/deepin-wallpapers URL: https://github.com/linuxdeepin/deepin-wallpapers
@ -15,7 +15,6 @@ BuildRequires: dde-api
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
sed -i 's|lib|libexec|' blur_image.sh
%build %build
%make_build %make_build
@ -36,5 +35,8 @@ ln -sv ../wallpapers/deepin/desktop.jpg %{buildroot}%{_datadir}/backgrounds/defa
%{_var}/cache/image-blur/ %{_var}/cache/image-blur/
%changelog %changelog
* Fri Aug 27 2021 konglidong <konglidong@uniontech.com> - 1.6.14-2
- fix build error
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.6.14-1 * Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.6.14-1
- Package init - Package init