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
|
2024-10-30 13:56:34 +00:00
|
|
|
Release: 1%{?dist}.alma.2
|
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
|
2024-10-10 20:57:14 +00:00
|
|
|
Patch0: 0001-Adjust-default-values-for-AlmaLinux.patch
|
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
|
2024-10-10 20:57:14 +00:00
|
|
|
%autosetup -n background-logo-extension-%{tarball_version} -S git -p1
|
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
|
2024-10-30 13:56:34 +00:00
|
|
|
* Wed Oct 30 2024 Andrew Lukoshko <alukoshko@almalinux.org> - 47.0-1.alma.2
|
|
|
|
- Adjust logo size for latest almalinux-logos update
|
|
|
|
|
2024-10-10 20:57:14 +00:00
|
|
|
* Thu Oct 10 2024 Andrew Lukoshko <alukoshko@almalinux.org> - 47.0-1.alma.1
|
|
|
|
- Adjust default values for AlmaLinux
|
|
|
|
|
|
|
|
* Mon Sep 16 2024 Florian Müllner <fmuellner@redhat.com> - 47.0-1
|
|
|
|
- Update to 47.0
|
|
|
|
|
|
|
|
* Tue Jul 23 2024 Florian Müllner <fmuellner@redhat.com> - 47~alpha-1
|
|
|
|
- Update to 47.alpha
|
|
|
|
|
|
|
|
* Wed Jun 26 2024 Tomas Pelka <tpelka@redhat.com> - 46.0-3
|
|
|
|
- Add gating.yaml via API
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 46.0-2
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
* Thu Apr 11 2024 Florian Müllner <fmuellner@gnome.org> - 46.0-1
|
|
|
|
- Backport changes from F40
|
|
|
|
|
|
|
|
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 45~beta-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 45~beta-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 45~beta-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Dec 13 2023 Miroslav Suchý <msuchy@redhat.com> - 45~beta-2
|
|
|
|
- Migrate to SPDX license
|
|
|
|
|
|
|
|
* Mon Aug 07 2023 Florian Müllner <fmuellner@gnome.org> - 45~beta-1
|
|
|
|
- Update to 45.beta
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 44.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Mar 20 2023 Florian Müllner <fmuellner@redhat.com> - 44.0-1
|
|
|
|
- Update to 44.0
|
|
|
|
|
|
|
|
* Tue Feb 14 2023 Florian Müllner <fmuellner@redhat.com> - 44~beta-1
|
|
|
|
- Update to 44.beta
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 43.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Sep 17 2022 Florian Müllner <fmuellner@redhat.com> - 43.0-1
|
|
|
|
- Update to 43.0
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Apr 04 2022 Florian Müllner <fmuellner@redhat.com> - 42.0-1
|
|
|
|
- Update to 42.0
|
|
|
|
|
|
|
|
* Tue Feb 15 2022 Florian Müllner <fmuellner@redhat.com> - 42~beta-1
|
|
|
|
- Update to 42.beta
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 41.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Sep 29 2021 Florian Müllner <fmuellner@redhat.com> - 41.0-1
|
|
|
|
- Update to 41.0
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40.0~rc-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Mar 31 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 40.0~rc-2
|
|
|
|
- Fix logo flickering
|
|
|
|
|
|
|
|
* Tue Mar 16 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~rc-1
|
|
|
|
- Update to 40.rc
|
|
|
|
|
|
|
|
* Tue Feb 23 2021 Florian Müllner <fmuellner@redhat.com> - 40.0~beta-1
|
|
|
|
- Update to 40.beta
|
|
|
|
|
|
|
|
* Tue Feb 02 2021 Florian Müllner <fmuellner@redhat.com> - 3.37.3-4.20210574ed73
|
|
|
|
- Build snapshot from current upstream
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jul 15 2020 Florian Müllner <fmuellner@redhat.com> - 3.37.3-1
|
|
|
|
- Update to 3.37.3
|
|
|
|
|
|
|
|
* Sat Mar 07 2020 Florian Müllner <fmuellner@redhat.com> - 3.36.0-1
|
|
|
|
- Update to 3.36.0
|
|
|
|
|
|
|
|
* Thu Feb 20 2020 Florian Müllner <fmuellner@redhat.com> - 3.34.0-3
|
|
|
|
- Adjust to gnome-shell changes + shut up some warnings
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Sep 06 2019 Florian Müllner <fmuellner@redhat.com> - 3.34.0-1
|
|
|
|
- Update to 3.34.0
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Mar 12 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.0-1
|
|
|
|
- Update to 3.32.0
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sun Feb 04 2018 Matthew Miller <mattdm@fedoraproject.org> - 3.24.0-4
|
|
|
|
- make description descriptive
|
|
|
|
|
|
|
|
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.24.0-3
|
|
|
|
- Remove obsolete scriptlets
|
|
|
|
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Jun 01 2017 Florian Müllner <fmuellner@redhat.com> - 3.24.0-1
|
|
|
|
- Update to 3.24.0
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Sep 20 2016 Florian Müllner <fmuellner@redhat.com> - 3.22.0-1
|
|
|
|
- Update to 3.22.0
|
|
|
|
|
|
|
|
* Tue Sep 13 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.92-1
|
|
|
|
- Update to 3.21.92
|
|
|
|
|
|
|
|
* Tue Aug 30 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.91-1
|
|
|
|
- Update to 3.21.91
|
|
|
|
|
|
|
|
* Tue Jun 21 2016 Florian Müllner <fmuellner@redhat.com> - 3.21.3-1
|
|
|
|
- Update to 3.21.3
|
|
|
|
|
|
|
|
* Fri May 27 2016 Florian Müllner <fmuellner@redhat.com> . 3-21-2-1
|
|
|
|
- Update to 3.21.2
|
|
|
|
|
|
|
|
* Tue Mar 22 2016 Florian Müllner <fmuellner@redhat.com> - 3.20.0-1
|
|
|
|
- Update to 3.20.0
|
|
|
|
|
|
|
|
* Wed Mar 16 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.92-1
|
|
|
|
- Update to 3.19.92
|
|
|
|
|
|
|
|
* Thu Mar 03 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.91-1
|
|
|
|
- Update to 3.19.91
|
|
|
|
|
|
|
|
* Fri Feb 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.90-1
|
|
|
|
- Update to 3.19.90
|
|
|
|
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Jan 21 2016 Florian Müllner <fmuellner@redhat.com> - 3.19.4-1
|
|
|
|
- Update to 3.19.4
|
|
|
|
|
|
|
|
* Thu Dec 17 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.3-1
|
|
|
|
- Update to 3.19.3
|
|
|
|
|
|
|
|
* Wed Nov 25 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.2-1
|
|
|
|
- Update to 3.19.2
|
|
|
|
|
|
|
|
* Thu Oct 29 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.1-1
|
|
|
|
- Update to 3.19.1
|
|
|
|
|
|
|
|
* Mon Sep 21 2015 Florian Müllner <fmuellner@redhat.com> - 3.18.0-1
|
|
|
|
- Update to 3.18.0
|
|
|
|
|
|
|
|
* Wed Sep 16 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.92-1
|
|
|
|
- Update to 3.17.92
|
|
|
|
|
|
|
|
* Thu Sep 03 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.91-1
|
|
|
|
- Update to 3.17.91
|
|
|
|
|
|
|
|
* Thu Aug 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.90-1
|
|
|
|
- Update to 3.17.90
|
|
|
|
|
|
|
|
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 3.17.3-2
|
|
|
|
- Don't own /usr/share/gnome-shell/extensions directory: now part of
|
|
|
|
gnome-shell package
|
|
|
|
|
|
|
|
* Thu Jul 02 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.3-1
|
|
|
|
- Update to 3.17.3
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed May 27 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.2-1
|
|
|
|
- Update to 3.17.2
|
|
|
|
|
|
|
|
* Thu Apr 30 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.1-1
|
|
|
|
- Update to 3.17.1
|
|
|
|
|
|
|
|
* Thu Apr 16 2015 Florian Müllner <fmuellner@redhat.com> - 3.16.1-1
|
|
|
|
- Update to 3.16.1
|
|
|
|
|
|
|
|
* Mon Mar 23 2015 Florian Müllner <fmuellner@redhat.com> - 3.16.0-1
|
|
|
|
- Update to 3.16.0
|
|
|
|
|
|
|
|
* Tue Mar 17 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.92-1
|
|
|
|
- Update to 3.15.92
|
|
|
|
|
|
|
|
* Thu Mar 05 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.91-1
|
|
|
|
- Update to 3.15.91
|
|
|
|
|
|
|
|
* Fri Feb 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.90-1
|
|
|
|
- Update to 3.15.90
|
|
|
|
|
|
|
|
* Fri Dec 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.3-1
|
|
|
|
- Update to 3.15.3
|
|
|
|
|
|
|
|
* Thu Nov 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.2-1
|
|
|
|
- Update to 3.15.2
|
|
|
|
|
|
|
|
* Thu Nov 20 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.1-1
|
|
|
|
- Update to 3.15.1
|
|
|
|
|
|
|
|
* Fri Nov 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
|
- Initial Fedora packaging
|