import gnome-tour-40.1-1.el9
This commit is contained in:
parent
2de139236d
commit
c5f53b3ae3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/gnome-tour-40.0.tar.xz
|
SOURCES/gnome-tour-40.1.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
e85aae1fd8a127871265296237da8eb8ff561431 SOURCES/gnome-tour-40.0.tar.xz
|
fe3a229ad50f6b5a430afdd4c8a0e46c0bfc177c SOURCES/gnome-tour-40.1.tar.xz
|
||||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 19 KiB |
@ -7,8 +7,8 @@
|
|||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
|
|
||||||
Name: gnome-tour
|
Name: gnome-tour
|
||||||
Version: 40.0
|
Version: 40.1
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: GNOME Tour and Greeter
|
Summary: GNOME Tour and Greeter
|
||||||
|
|
||||||
# * gnome-tour source code is GPLv3+
|
# * gnome-tour source code is GPLv3+
|
||||||
@ -19,8 +19,6 @@ Summary: GNOME Tour and Greeter
|
|||||||
License: GPLv3+ and CC-BY-SA
|
License: GPLv3+ and CC-BY-SA
|
||||||
URL: https://gitlab.gnome.org/GNOME/gnome-tour
|
URL: https://gitlab.gnome.org/GNOME/gnome-tour
|
||||||
Source0: https://download.gnome.org/sources/gnome-tour/40/gnome-tour-%{tarball_version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-tour/40/gnome-tour-%{tarball_version}.tar.xz
|
||||||
# https://pagure.io/fedora-workstation/issue/175
|
|
||||||
Source1: welcome-fedora.svg
|
|
||||||
|
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
@ -161,9 +159,6 @@ A guided tour and greeter for GNOME.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||||
|
|
||||||
# Install Fedora branding
|
|
||||||
cp -a %{SOURCE1} data/resources/assets/welcome.svg
|
|
||||||
|
|
||||||
%if ! 0%{?bundled_rust_deps}
|
%if ! 0%{?bundled_rust_deps}
|
||||||
sed -i -e '/\(build_by_default\|install\)/s/true/false/' src/meson.build
|
sed -i -e '/\(build_by_default\|install\)/s/true/false/' src/meson.build
|
||||||
%cargo_prep
|
%cargo_prep
|
||||||
@ -211,6 +206,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Tour.des
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 23 2022 Bilal Elmoussaoui <belmouss@redhat.com> - 41.0-1
|
||||||
|
- Fix default focus
|
||||||
|
Related: rhbz#2055735
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-4
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-4
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user