Resolves: RHEL-74414 - Switch to using meson for build (#2277316)
This commit is contained in:
parent
5338ec1727
commit
07867654da
@ -1,6 +1,6 @@
|
|||||||
Name: harfbuzz
|
Name: harfbuzz
|
||||||
Version: 8.4.0
|
Version: 8.4.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Text shaping library
|
Summary: Text shaping library
|
||||||
|
|
||||||
License: MIT-Modern-Variant
|
License: MIT-Modern-Variant
|
||||||
@ -18,6 +18,11 @@ BuildRequires: graphite2-devel
|
|||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
BuildRequires: meson
|
||||||
|
|
||||||
|
# https://github.com/harfbuzz/harfbuzz/issues/3163
|
||||||
|
%global _distro_extra_cflags -fno-exceptions
|
||||||
|
%global _distro_extra_cxxflags -fno-exceptions -fno-rtti
|
||||||
|
|
||||||
%description
|
%description
|
||||||
HarfBuzz is an implementation of the OpenType Layout engine.
|
HarfBuzz is an implementation of the OpenType Layout engine.
|
||||||
@ -52,13 +57,16 @@ This package contains Harfbuzz Cairo support library.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-graphite2 --with-gobject --enable-introspection
|
%meson -Dgraphite2=enabled -Dchafa=disabled
|
||||||
%{make_build}
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{make_install}
|
%meson_install
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
@ -105,6 +113,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
%{_libdir}/libharfbuzz-cairo.so.*
|
%{_libdir}/libharfbuzz-cairo.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 20 2025 Parag Nemade <pnemade AT redhat DOT com> - 8.4.0-6
|
||||||
|
- Resolves: RHEL-74414 - Switch to using meson for build (#2277316)
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 8.4.0-5
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 8.4.0-5
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
Loading…
Reference in New Issue
Block a user