2007-01-08 00:35:31 +01:00
|
|
|
#
|
2011-05-31 17:33:45 +02:00
|
|
|
# spec file for package gnome-backgrounds
|
2007-01-08 00:35:31 +01:00
|
|
|
#
|
2022-03-21 09:34:58 +01:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2007-01-08 00:35:31 +01:00
|
|
|
#
|
2008-08-14 00:48:02 +02:00
|
|
|
# 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.
|
|
|
|
|
2019-04-18 15:17:48 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-08 00:35:31 +01:00
|
|
|
#
|
|
|
|
|
2008-03-06 22:19:25 +01:00
|
|
|
|
2007-01-08 00:35:31 +01:00
|
|
|
Name: gnome-backgrounds
|
2022-09-20 21:31:31 +02:00
|
|
|
Version: 43
|
2011-12-21 05:33:27 +01:00
|
|
|
Release: 0
|
2007-01-08 00:35:31 +01:00
|
|
|
Summary: GNOME Backgrounds
|
2022-03-22 18:14:24 +01:00
|
|
|
License: CC-BY-SA-3.0
|
2011-12-21 05:33:27 +01:00
|
|
|
Group: System/GUI/GNOME
|
2019-04-18 15:17:48 +02:00
|
|
|
URL: https://gitlab.gnome.org/GNOME/gnome-backgrounds
|
2022-09-13 09:32:58 +02:00
|
|
|
Source0: https://download.gnome.org/sources/gnome-backgrounds/43/%{name}-%{version}.tar.xz
|
2018-09-24 09:20:04 +02:00
|
|
|
|
2017-08-31 09:43:03 +02:00
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: pkgconfig
|
2022-09-13 09:32:58 +02:00
|
|
|
# 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)
|
2015-03-25 09:55:58 +01:00
|
|
|
BuildArch: noarch
|
2020-10-26 09:11:24 +01:00
|
|
|
Obsoletes: %{name}-lang < %{version}
|
2007-01-08 00:35:31 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Background images from the GNOME project.
|
|
|
|
|
|
|
|
%prep
|
2018-09-24 09:20:04 +02:00
|
|
|
%autosetup
|
2007-01-08 00:35:31 +01:00
|
|
|
|
|
|
|
%build
|
2017-08-31 09:43:03 +02:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2007-01-08 00:35:31 +01:00
|
|
|
|
|
|
|
%install
|
2017-08-31 09:43:03 +02:00
|
|
|
%meson_install
|
2007-01-08 00:35:31 +01:00
|
|
|
|
2012-07-23 22:46:06 +02:00
|
|
|
%files
|
2022-03-22 18:14:24 +01:00
|
|
|
%license COPYING
|
2020-10-26 09:11:24 +01:00
|
|
|
%doc AUTHORS ChangeLog NEWS
|
2008-05-16 23:49:10 +02:00
|
|
|
%{_datadir}/gnome-background-properties/
|
2011-04-21 12:06:18 +02:00
|
|
|
%{_datadir}/backgrounds/
|
2007-01-08 00:35:31 +01:00
|
|
|
|
2007-03-12 01:51:52 +01:00
|
|
|
%changelog
|