Use standard indentation

This commit is contained in:
Kalev Lember 2023-09-16 21:37:14 +02:00
parent bfcaf32a42
commit 15fe2aaf03

View File

@ -1,41 +1,41 @@
Name: glib2 Name: glib2
Version: 2.78.0 Version: 2.78.0
Release: %autorelease Release: %autorelease
Summary: A library of handy utility functions Summary: A library of handy utility functions
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
URL: https://www.gtk.org URL: https://www.gtk.org
Source: https://download.gnome.org/sources/glib/2.78/glib-%{version}.tar.xz Source: https://download.gnome.org/sources/glib/2.78/glib-%{version}.tar.xz
# Required for RHEL core crypto components policy. Good for Fedora too. # Required for RHEL core crypto components policy. Good for Fedora too.
# https://bugzilla.redhat.com/show_bug.cgi?id=1630260 # https://bugzilla.redhat.com/show_bug.cgi?id=1630260
# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/903 # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/903
Patch: gnutls-hmac.patch Patch: gnutls-hmac.patch
# recent close_range() changes break CircleCI and GitHub actions -- we can remove this when # recent close_range() changes break CircleCI and GitHub actions -- we can remove this when
# the baremetal Docker is updated there i.e. lets be a little bit pragmatic... # the baremetal Docker is updated there i.e. lets be a little bit pragmatic...
Patch: gspawn-eperm.patch Patch: gspawn-eperm.patch
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gettext BuildRequires: gettext
BuildRequires: gtk-doc BuildRequires: gtk-doc
BuildRequires: perl-interpreter BuildRequires: perl-interpreter
# for sys/inotify.h # for sys/inotify.h
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libattr-devel BuildRequires: libattr-devel
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
BuildRequires: meson BuildRequires: meson
# for sys/sdt.h # for sys/sdt.h
BuildRequires: systemtap-sdt-devel BuildRequires: systemtap-sdt-devel
BuildRequires: pkgconfig(libelf) BuildRequires: pkgconfig(libelf)
BuildRequires: pkgconfig(libffi) BuildRequires: pkgconfig(libffi)
BuildRequires: pkgconfig(libpcre2-8) BuildRequires: pkgconfig(libpcre2-8)
BuildRequires: pkgconfig(mount) BuildRequires: pkgconfig(mount)
BuildRequires: pkgconfig(sysprof-capture-4) BuildRequires: pkgconfig(sysprof-capture-4)
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: /usr/bin/marshalparser BuildRequires: /usr/bin/marshalparser
# For gnutls-hmac.patch. We now dlopen libgnutls.so.30 so that we can build a # For gnutls-hmac.patch. We now dlopen libgnutls.so.30 so that we can build a
# static glib2 without depending on a static build of GnuTLS as well. This will # static glib2 without depending on a static build of GnuTLS as well. This will