diff --git a/harfbuzz.spec b/harfbuzz.spec index 543d082..4a0175c 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -1,5 +1,5 @@ Name: harfbuzz -Version: 8.5.0 +Version: 9.0.0 Release: 1mamba Summary: An OpenType text shaping library Group: System/Libraries @@ -13,11 +13,9 @@ License: MIT BuildRequires: glibc-devel BuildRequires: libcairo-devel BuildRequires: libfreetype-devel -BuildRequires: libgcc BuildRequires: libglib-devel BuildRequires: libgraphite2-devel BuildRequires: libicu-devel -BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: libicu-devel >= 50 Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} @@ -56,20 +54,21 @@ This package includes the %{name} API documentation. %setup -q %build -%configure \ - --with-cairo \ - --with-freetype \ - --with-glib \ - --with-gobject \ - --with-graphite2 \ - --with-icu \ - --enable-gtk-doc +%meson \ + -Dcpp_std=c++17 \ + -Dglib=enabled \ + -Dcairo=enabled \ + -Dgraphite2=enabled \ + -Dgobject=enabled \ + -Dfreetype=enabled \ + -Dicu=enabled \ + -Ddocs=enabled -%make +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -104,7 +103,7 @@ This package includes the %{name} API documentation. %{_libdir}/pkgconfig/harfbuzz-*.pc %{_libdir}/pkgconfig/harfbuzz.pc %{_libdir}/cmake/harfbuzz/harfbuzz-config.cmake -%doc ChangeLog NEWS README +%doc NEWS README %files apidocs %defattr(-,root,root) @@ -112,6 +111,9 @@ This package includes the %{name} API documentation. %{_datadir}/gtk-doc/html/harfbuzz/* %changelog +* Sun Jun 30 2024 Automatic Build System 9.0.0-1mamba +- automatic version update by autodist + * Tue May 14 2024 Automatic Build System 8.5.0-1mamba - automatic version update by autodist