Use standard whitespace
This commit is contained in:
parent
2f04aa9638
commit
eb90b25c28
50
cairo.spec
50
cairo.spec
@ -2,37 +2,37 @@
|
||||
%define freetype_version 9.7.3
|
||||
%define fontconfig_version 2.2.95
|
||||
|
||||
Name: cairo
|
||||
Version: 1.17.8
|
||||
Release: 5%{?dist}
|
||||
Summary: A 2D graphics library
|
||||
Name: cairo
|
||||
Version: 1.17.8
|
||||
Release: 5%{?dist}
|
||||
Summary: A 2D graphics library
|
||||
|
||||
License: LGPL-2.1-only OR MPL-1.1
|
||||
URL: https://cairographics.org
|
||||
Source0: https://cairographics.org/snapshots/%{name}-%{version}.tar.xz
|
||||
License: LGPL-2.1-only OR MPL-1.1
|
||||
URL: https://cairographics.org
|
||||
Source0: https://cairographics.org/snapshots/%{name}-%{version}.tar.xz
|
||||
|
||||
Patch0: cairo-multilib.patch
|
||||
Patch0: cairo-multilib.patch
|
||||
# https://gitlab.freedesktop.org/cairo/cairo/-/issues/634
|
||||
Patch1: cairo-1.17.8-fix-tee-compilation.patch
|
||||
Patch1: cairo-1.17.8-fix-tee-compilation.patch
|
||||
# https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/467
|
||||
Patch2: cairo-1.17.8-ft-font-missing-glyph.patch
|
||||
Patch2: cairo-1.17.8-ft-font-missing-glyph.patch
|
||||
# https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/476
|
||||
Patch3: cairo-1.17.8-fix-crash-scaled-glyph.patch
|
||||
Patch3: cairo-1.17.8-fix-crash-scaled-glyph.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(expat)
|
||||
BuildRequires: pkgconfig(pixman-1) >= %{pixman_version}
|
||||
BuildRequires: pkgconfig(freetype2) >= %{freetype_version}
|
||||
BuildRequires: pkgconfig(fontconfig) >= %{fontconfig_version}
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(librsvg-2.0)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xcb-render)
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(expat)
|
||||
BuildRequires: pkgconfig(pixman-1) >= %{pixman_version}
|
||||
BuildRequires: pkgconfig(freetype2) >= %{freetype_version}
|
||||
BuildRequires: pkgconfig(fontconfig) >= %{fontconfig_version}
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(librsvg-2.0)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xcb-render)
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
|
||||
%description
|
||||
Cairo is a 2D graphics library designed to provide high-quality display
|
||||
|
Loading…
Reference in New Issue
Block a user