harfbuzz/harfbuzz.spec

124 lines
3.3 KiB
RPMSpec
Raw Permalink Normal View History

2019-09-30 10:52:38 -04:00
Name: harfbuzz
2023-11-22 14:41:43 +08:00
Version: 8.3.0
2024-12-30 07:40:04 +00:00
Release: 2
2019-09-30 10:52:38 -04:00
Summary: A text shaping engine
License: MIT
2022-06-25 08:49:18 +08:00
URL: https://harfbuzz.github.io/
Source0: https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/harfbuzz-%{version}.tar.xz
2019-09-30 10:52:38 -04:00
2024-12-30 07:40:04 +00:00
Patch6000: backport-CVE-2024-56732.patch
2019-09-30 10:52:38 -04:00
BuildRequires: gcc-c++ freetype-devel cairo-devel glib2-devel graphite2-devel
2022-06-25 08:49:18 +08:00
BuildRequires: gtk-doc libicu-devel gobject-introspection-devel make
2019-09-30 10:52:38 -04:00
Provides: harfbuzz-icu
2022-06-25 08:49:18 +08:00
Obsoletes: harfbuzz-icu < %{version}-%{release}
2019-09-30 10:52:38 -04:00
%description
HarfBuzz is a text-shaping engine. If you give HarfBuzz a font and a string
containing a sequence of Unicode codepoints, HarfBuzz selects and positions
the corresponding glyphs from the font, applying all of the necessary layout
rules and font features. HarfBuzz then returns the string to you in the form
that is correctly arranged for the language and writing system.
%package devel
Summary: The development environment for %{name}
Requires: %{name} = %{version}-%{release}
2022-06-25 08:49:18 +08:00
Requires: %{name}-icu = %{version}-%{release}
2019-09-30 10:52:38 -04:00
%description devel
Header files and libraries for building a extension library for %{name}.
2020-06-15 09:45:54 +08:00
2019-09-30 10:52:38 -04:00
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
2022-06-25 08:49:18 +08:00
%configure --disable-static --with-graphite2 --with-gobject --enable-introspection
%{make_build}
2019-09-30 10:52:38 -04:00
2021-07-05 09:58:26 +08:00
%check
make check
2019-09-30 10:52:38 -04:00
%install
2022-06-25 08:49:18 +08:00
%{make_install}
2019-09-30 10:52:38 -04:00
%delete_la
%ldconfig_scriptlets
%files
%doc AUTHORS NEWS
%license COPYING
%{_libdir}/libharfbuzz.so.*
%{_libdir}/libharfbuzz-subset.so.*
2020-06-15 09:45:54 +08:00
%{_libdir}/libharfbuzz-gobject.so.0*
2019-09-30 10:52:38 -04:00
%{_libdir}/libharfbuzz-icu.so.*
2020-06-15 09:45:54 +08:00
%dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/HarfBuzz-0.0.typelib
2023-11-22 14:41:43 +08:00
%{_libdir}/libharfbuzz-cairo.so.0*
2019-09-30 10:52:38 -04:00
%files devel
2020-06-15 09:45:54 +08:00
%{_bindir}/*
2019-09-30 10:52:38 -04:00
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
2020-06-15 09:45:54 +08:00
%{_libdir}/cmake/harfbuzz/
2019-09-30 10:52:38 -04:00
%{_includedir}/harfbuzz/
2020-07-29 15:42:47 +08:00
%dir %{_datadir}/gir-1.0
%{_datadir}/gir-1.0/HarfBuzz-0.0.gir
2019-09-30 10:52:38 -04:00
%files help
%doc README
%{_datadir}/gtk-doc/html/harfbuzz/*
%changelog
2024-12-30 07:40:04 +00:00
* Mon Dec 30 2024 zhangpan <zhnagpan103@h-partners.com> - 8.3.0-2
- fix CVE-2024-56732
2023-11-22 14:41:43 +08:00
* Wed Nov 22 2023 wangqia <wangqia@uniontech.com> - 8.3.0-1
- Update to 8.3.0
2023-02-22 17:41:48 +08:00
* Wed Feb 22 2023 liweiganga <liweiganga@uniontech.com> - 6.0.0-1
- upstream to 6.0.0
2023-02-15 06:23:31 +00:00
* Wed Feb 15 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 4.3.0-3
- fix CVE-2023-25193
2022-07-14 14:55:10 +08:00
* Thu Jul 14 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 4.3.0-2
- fix CVE-2022-33068
2022-06-25 08:49:18 +08:00
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 4.3.0-1
- update to 4.3.0
2022-05-24 13:56:06 +08:00
* Tue May 24 2022 loong_C <loong_c@yeah.net> - 2.8.2-2
- fix spec changelog date
* Fri Dec 03 2021 liuyumeng <liuyumeng5@huawei.com> - 2.8.2-1
- update to harfbuzz-2.8.2-1
2021-07-05 09:58:26 +08:00
* Mon Jul 05 2021 wangkerong <wangkerong@huawei.com> - 2.8.1-2
- enable make check
2021-06-25 14:21:27 +08:00
* Fri Jun 25 2021 wangkerong <wangkerong@huawei.com> - 2.8.1-1
- update to 2.8.1
2021-01-28 14:38:01 +08:00
* Thu Jan 28 2021 zhanzhimin <zhanzhimin@huawei.com> - 2.7.4-1
- update to 2.7.4
2022-05-24 13:56:06 +08:00
* Thu Sep 10 2020 chengguipeng <chengguipeng1@huawei.com> - 2.6.8-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:modify source0 url
2020-07-29 15:42:47 +08:00
* Wed Jul 29 2020 hanhui <hanhui15@huawei.com> - 2.6.8-2
- modify HarfBuzz-0.0.gir patch
2022-05-24 13:56:06 +08:00
* Tue Jul 21 2020 hanhui <hanhui15@huawei.com> - 2.6.8-1
2020-07-21 17:06:15 +08:00
- Update to 2.6.8
2020-06-15 09:45:54 +08:00
* Mon Jun 15 2020 hanhui <hanhui15@huawei.com> - 2.6.1-1
- Update to 2.6.1
2019-09-30 10:52:38 -04:00
* Mon Aug 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.8.7-2
- Package Init