Use standard whitespace

This commit is contained in:
Kalev Lember 2023-10-21 21:46:37 +02:00
parent ff70bc94c9
commit 3dd035503c

View File

@ -1,24 +1,24 @@
%define glib2_version 2.38.0 %define glib2_version 2.38.0
Name: libnotify Name: libnotify
Version: 0.8.2 Version: 0.8.2
Release: 2%{?dist} Release: 2%{?dist}
Summary: Desktop notification library Summary: Desktop notification library
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
URL: https://gitlab.gnome.org/GNOME/libnotify URL: https://gitlab.gnome.org/GNOME/libnotify
Source0: https://download.gnome.org/sources/libnotify/0.8/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/libnotify/0.8/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: docbook-xsl-ns BuildRequires: docbook-xsl-ns
BuildRequires: gi-docgen BuildRequires: gi-docgen
BuildRequires: meson BuildRequires: meson
BuildRequires: xmlto BuildRequires: xmlto
BuildRequires: /usr/bin/xsltproc BuildRequires: /usr/bin/xsltproc
Requires: glib2%{?_isa} >= %{glib2_version} Requires: glib2%{?_isa} >= %{glib2_version}
%description %description
libnotify is a library for sending desktop notifications to a notification libnotify is a library for sending desktop notifications to a notification
@ -26,11 +26,11 @@ daemon, as defined in the freedesktop.org Desktop Notifications spec. These
notifications can be used to inform the user about an event or display some notifications can be used to inform the user about an event or display some
form of information without getting in the user's way. form of information without getting in the user's way.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel %description devel
This package contains libraries and header files needed for This package contains libraries and header files needed for
development of programs using %{name}. development of programs using %{name}.