!5 Upgrade to 42.0

From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2022-04-13 03:54:40 +00:00 committed by Gitee
commit e4284b0ace
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 44 additions and 24 deletions

View File

@ -1,14 +1,14 @@
Name: gnome-backgrounds Name: gnome-backgrounds
Version: 3.38.0 Version: 42.0
Release: 1 Release: 1
Summary: GNOME desktop comes with a desktop background Summary: GNOME desktop comes with a desktop background
License: GPLv2 License: CC-BY-SA
URL: http://www.gnome.org URL: https://gitlab.gnome.org/GNOME/gnome-backgrounds
Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{version}.tar.xz
BuildArch: noarch BuildArch: noarch
BuildRequires: gettext meson python3-colorama BuildRequires: gettext meson python3-colorama
Obsoletes: gnome-backgrounds < 3.24.0-3 Obsoletes: gnome-backgrounds < %{version}
%description %description
The gnome-backgrounds package contains the default desktop background,called the GNOME desktop The gnome-backgrounds package contains the default desktop background,called the GNOME desktop
@ -16,8 +16,7 @@ version of the Adwaita background.
%package extras %package extras
Summary: Other GNOME backgrounds Summary: Other GNOME backgrounds
License: GPLv2 Obsoletes: gnome-backgrounds < %{version}
Obsoletes: gnome-backgrounds < 3.24.0-3
%description extras %description extras
The package includes other desktop background with the GNOME desktop packaged together. The package includes other desktop background with the GNOME desktop packaged together.
@ -32,30 +31,51 @@ The package includes other desktop background with the GNOME desktop packaged to
%install %install
%meson_install %meson_install
install -d %{buildroot}%{_datadir}/backgrounds/images install -d %{buildroot}%{_datadir}/backgrounds/images
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
%files %files
%doc NEWS README.md AUTHORS COPYING %license COPYING
%doc AUTHORS NEWS README.md
%{_datadir}/gnome-background-properties/adwaita.xml %{_datadir}/gnome-background-properties/adwaita.xml
%{_datadir}/backgrounds/gnome/{adwaita-day.jpg,adwaita-morning.jpg,adwaita-night.jpg,adwaita-timed.xml} %{_datadir}/gnome-background-properties/blobs.xml
%{_datadir}/gnome-background-properties/brush-strokes.xml
%{_datadir}/gnome-background-properties/drool.xml
%{_datadir}/gnome-background-properties/libadwaita.xml
%{_datadir}/gnome-background-properties/truchet.xml
%{_datadir}/backgrounds/gnome/adwaita-d.jpg
%{_datadir}/backgrounds/gnome/adwaita-l.jpg
%{_datadir}/backgrounds/gnome/blobs-d.svg
%{_datadir}/backgrounds/gnome/blobs-l.svg
%{_datadir}/backgrounds/gnome/brush-strokes-d.jpg
%{_datadir}/backgrounds/gnome/brush-strokes-l.jpg
%{_datadir}/backgrounds/gnome/drool-d.svg
%{_datadir}/backgrounds/gnome/drool-l.svg
%{_datadir}/backgrounds/gnome/libadwaita-d.jpg
%{_datadir}/backgrounds/gnome/libadwaita-l.jpg
%{_datadir}/backgrounds/gnome/truchet-d.jpg
%{_datadir}/backgrounds/gnome/truchet-l.jpg
%files extras %files extras
%doc NEWS README.md AUTHORS COPYING %{_datadir}/gnome-background-properties/disco.xml
%{_datadir}/gnome-background-properties/gnome-backgrounds.xml %{_datadir}/gnome-background-properties/pixels.xml
%{_datadir}/backgrounds/gnome/Acrylic.jpg %{_datadir}/gnome-background-properties/symbolics.xml
%{_datadir}/backgrounds/gnome/ColdWarm.jpg %{_datadir}/gnome-background-properties/vnc.xml
%{_datadir}/backgrounds/gnome/Dark_Ivy.jpg %{_datadir}/gnome-background-properties/wood.xml
%{_datadir}/backgrounds/gnome/Endless-shapes.jpg %{_datadir}/backgrounds/gnome/disco-d.jpg
%{_datadir}/backgrounds/gnome/Icetwigs.jpg %{_datadir}/backgrounds/gnome/disco-l.jpg
%{_datadir}/backgrounds/gnome/LightWaves.jpg %{_datadir}/backgrounds/gnome/pixels-d.png
%{_datadir}/backgrounds/gnome/Road.jpg %{_datadir}/backgrounds/gnome/pixels-l.png
%{_datadir}/backgrounds/gnome/SeaSunset.jpg %{_datadir}/backgrounds/gnome/symbolics-d.png
%{_datadir}/backgrounds/gnome/Stripes.jpg %{_datadir}/backgrounds/gnome/symbolics-l.png
%{_datadir}/backgrounds/gnome/Symbolics-1.jpg %{_datadir}/backgrounds/gnome/vnc-d.png
%{_datadir}/backgrounds/gnome/Symbolics-2.jpg %{_datadir}/backgrounds/gnome/vnc-l.png
%{_datadir}/backgrounds/gnome/VNC.png %{_datadir}/backgrounds/gnome/wood-d.jpg
%{_datadir}/backgrounds/gnome/Wood.jpg %{_datadir}/backgrounds/gnome/wood-l.jpg
%changelog %changelog
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.0-1
- Upgrade to 42.0
* Mon May 24 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.0-1 * Mon May 24 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.0-1
- Upgrade to 3.38.0 - Upgrade to 3.38.0
- Update Version, Release, Source0, autosetup, stage %files - Update Version, Release, Source0, autosetup, stage %files