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