2022-02-15 01:01:40 +00:00
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
2024-02-15 17:43:05 +00:00
|
|
|
%global shell_version %%(cut -d "." -f 1 <<<%{version})
|
2014-11-20 14:42:15 +00:00
|
|
|
|
|
|
|
Name: gnome-shell-extension-background-logo
|
2024-09-16 15:43:36 +00:00
|
|
|
Version: 47.0
|
2023-08-07 17:09:00 +00:00
|
|
|
Release: %autorelease
|
2014-11-20 14:42:15 +00:00
|
|
|
Summary: Background logo extension for GNOME Shell
|
|
|
|
|
2023-12-13 06:44:08 +00:00
|
|
|
License: GPL-2.0-or-later
|
2017-02-16 17:58:31 +00:00
|
|
|
URL: https://pagure.io/background-logo-extension
|
2022-02-15 01:01:40 +00:00
|
|
|
Source0: https://releases.pagure.org/background-logo-extension/background-logo-extension-%{tarball_version}.tar.xz
|
2014-11-20 14:42:15 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
2019-03-11 23:47:47 +00:00
|
|
|
BuildRequires: meson
|
2014-11-20 14:42:15 +00:00
|
|
|
BuildRequires: glib2-devel
|
2020-02-20 14:08:58 +00:00
|
|
|
BuildRequires: git
|
2014-11-20 14:42:15 +00:00
|
|
|
|
|
|
|
Requires: gnome-shell >= %{shell_version}
|
2022-03-01 10:55:19 +00:00
|
|
|
Requires: system-logos
|
2014-11-20 14:42:15 +00:00
|
|
|
|
|
|
|
%description
|
2018-02-05 21:13:28 +00:00
|
|
|
Show your pride! Display the Fedora logo (or any other graphic) in the corner of your desktop.
|
2014-11-20 14:42:15 +00:00
|
|
|
|
|
|
|
%prep
|
2022-02-15 01:01:40 +00:00
|
|
|
%autosetup -n background-logo-extension-%{tarball_version} -S git
|
2014-11-20 14:42:15 +00:00
|
|
|
|
|
|
|
%build
|
2019-03-11 23:40:18 +00:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2014-11-20 14:42:15 +00:00
|
|
|
|
|
|
|
%install
|
2019-03-11 23:40:18 +00:00
|
|
|
%meson_install
|
2014-11-20 14:42:15 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.fedorahosted.background-logo-extension.gschema.xml
|
2015-08-19 11:39:07 +00:00
|
|
|
%{_datadir}/gnome-shell/extensions/background-logo@fedorahosted.org/
|
2014-11-20 14:42:15 +00:00
|
|
|
|
|
|
|
%changelog
|
2023-08-07 17:09:00 +00:00
|
|
|
%autochangelog
|