update to upstream 1.7.8.1
This commit is contained in:
parent
6ca6ebd633
commit
073ac27a5c
@ -1,8 +1,8 @@
|
|||||||
%global md5() {$(echo -n %1 | md5sum | awk '{print$1}')}
|
%global md5() {$(echo -n %1 | md5sum | awk '{print$1}')}
|
||||||
|
|
||||||
Name: deepin-wallpapers
|
Name: deepin-wallpapers
|
||||||
Version: 1.6.14
|
Version: 1.7.8.1
|
||||||
Release: 2
|
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,6 +15,7 @@ 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
|
||||||
@ -28,13 +29,21 @@ cp -ar image-blur %{buildroot}%{_var}/cache/
|
|||||||
|
|
||||||
install -d %{buildroot}%{_datadir}/backgrounds/
|
install -d %{buildroot}%{_datadir}/backgrounds/
|
||||||
ln -sv ../wallpapers/deepin/desktop.jpg %{buildroot}%{_datadir}/backgrounds/default_background.jpg
|
ln -sv ../wallpapers/deepin/desktop.jpg %{buildroot}%{_datadir}/backgrounds/default_background.jpg
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
#%license LICENSE
|
||||||
%{_datadir}/backgrounds/
|
%{_datadir}/backgrounds/
|
||||||
%{_datadir}/wallpapers/deepin/
|
%{_datadir}/wallpapers/deepin/
|
||||||
%{_var}/cache/image-blur/
|
%{_var}/cache/image-blur/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 27 2021 konglidong <konglidong@uniontech.com> - 1.6.14-2
|
||||||
- fix build error
|
- fix build error
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user