Dominique Leuenberger
eb906a12ad
GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already) OBS-URL: https://build.opensuse.org/request/show/1002624 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-backgrounds?expand=0&rev=131
57 lines
1.5 KiB
RPMSpec
57 lines
1.5 KiB
RPMSpec
#
|
|
# spec file for package gnome-backgrounds
|
|
#
|
|
# Copyright (c) 2022 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: gnome-backgrounds
|
|
Version: 43.rc
|
|
Release: 0
|
|
Summary: GNOME Backgrounds
|
|
License: CC-BY-SA-3.0
|
|
Group: System/GUI/GNOME
|
|
URL: https://gitlab.gnome.org/GNOME/gnome-backgrounds
|
|
Source0: https://download.gnome.org/sources/gnome-backgrounds/43/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: meson
|
|
BuildRequires: pkgconfig
|
|
# svg pixbuf loader
|
|
Requires: (gdk-pixbuf-loader-rsvg if libgdk_pixbuf-2_0)
|
|
# webp pixbuf loader
|
|
Requires: (webp-pixbuf-loader if libgdk_pixbuf-2_0)
|
|
BuildArch: noarch
|
|
Obsoletes: %{name}-lang < %{version}
|
|
|
|
%description
|
|
Background images from the GNOME project.
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc AUTHORS ChangeLog NEWS
|
|
%{_datadir}/gnome-background-properties/
|
|
%{_datadir}/backgrounds/
|
|
|
|
%changelog
|