!11 update package
From: @hanshuang123456 Reviewed-by: @HelloWorld_lvcongqing Signed-off-by: @HelloWorld_lvcongqing
This commit is contained in:
commit
e12bb11bfc
@ -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: 1
|
Release: 1%{?dist}.02
|
||||||
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|' Makefile
|
||||||
sed -i 's|lib|libexec|' blur_image.sh
|
sed -i 's|lib|libexec|' blur_image.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -28,13 +29,18 @@ install -d %{buildroot}%{_var}/cache/
|
|||||||
cp -ar image-blur %{buildroot}%{_var}/cache/
|
cp -ar image-blur %{buildroot}%{_var}/cache/
|
||||||
|
|
||||||
install -d %{buildroot}%{_datadir}/backgrounds/
|
install -d %{buildroot}%{_datadir}/backgrounds/
|
||||||
|
#ln -sv ../../wallpapers/deepin/Hummingbird_by_Shu_Le.jpg \
|
||||||
|
# %{buildroot}%{_datadir}/backgrounds/deepin/desktop.jpg
|
||||||
|
#ln -sv %{md5 %{_datadir}/wallpapers/deepin/Hummingbird_by_Shu_Le.jpg}.jpg \
|
||||||
|
# %{buildroot}%{_var}/cache/image-blur/%{md5 %{_datadir}/backgrounds/deepin/desktop.jpg}.jpg
|
||||||
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 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.6.14-1
|
* Tue Jun 14 2022 uoser <uoser@uniontech.com> - 1.7.8.1-1.02
|
||||||
- Package init
|
- update: update to 1.7.8.1-1.02
|
||||||
|
|||||||
BIN
deepin-wallpapers_1.7.8.1.orig.tar.xz
Normal file
BIN
deepin-wallpapers_1.7.8.1.orig.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user