package init
This commit is contained in:
parent
4dd03f3ad7
commit
9fcc5db8f2
73
deepin-wallpapers.spec
Normal file
73
deepin-wallpapers.spec
Normal file
@ -0,0 +1,73 @@
|
||||
%global md5() {$(echo -n %1 | md5sum | awk '{print$1}')}
|
||||
|
||||
Name: deepin-wallpapers
|
||||
Version: 1.6.14
|
||||
Release: 1
|
||||
Summary: Deepin Wallpapers provides wallpapers of dde
|
||||
License: GPLv3
|
||||
URL: https://github.com/linuxdeepin/deepin-wallpapers
|
||||
Source0: %{name}_%{version}.orig.tar.xz
|
||||
BuildArch: noarch
|
||||
BuildRequires: dde-api
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
#sed -i 's|lib|libexec|' Makefile
|
||||
sed -i 's|lib|libexec|' blur_image.sh
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
%install
|
||||
install -d %{buildroot}%{_datadir}/wallpapers/deepin/
|
||||
cp deepin/* %{buildroot}%{_datadir}/wallpapers/deepin/
|
||||
|
||||
install -d %{buildroot}%{_var}/cache/
|
||||
cp -ar image-blur %{buildroot}%{_var}/cache/
|
||||
|
||||
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
|
||||
%files
|
||||
%doc README.md
|
||||
#%license LICENSE
|
||||
%{_datadir}/backgrounds/
|
||||
%{_datadir}/wallpapers/deepin/
|
||||
%{_var}/cache/image-blur/
|
||||
|
||||
%changelog
|
||||
* Sat Dec 15 2018 mosquito <sensor.wen@gmail.com> - 1.7.6-1
|
||||
- Update to 1.7.6
|
||||
|
||||
* Fri Jul 27 2018 mosquito <sensor.wen@gmail.com> - 1.7.5-1
|
||||
- Update to 1.7.5
|
||||
|
||||
* Fri Jul 20 2018 mosquito <sensor.wen@gmail.com> - 1.7.4-1
|
||||
- Update to 1.7.4
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Fri Oct 27 2017 mosquito <sensor.wen@gmail.com> - 1.7-1
|
||||
- Update to 1.7
|
||||
|
||||
* Fri Jul 14 2017 mosquito <sensor.wen@gmail.com> - 1.6-1
|
||||
- Update to 1.6
|
||||
|
||||
* Fri May 19 2017 mosquito <sensor.wen@gmail.com> - 1.4-1.gita54c282
|
||||
- Update to 1.4
|
||||
|
||||
* Tue Jan 17 2017 mosquito <sensor.wen@gmail.com> - 1.3-1.gitdbc981b
|
||||
- Update to 1.3
|
||||
|
||||
* Sun Sep 18 2016 Jaroslav <cz.guardian@gmail.com> Stepanek
|
||||
- Initial package build
|
||||
BIN
deepin-wallpapers_1.6.14.orig.tar.xz
Normal file
BIN
deepin-wallpapers_1.6.14.orig.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user