Compare commits
10 Commits
8ee08c0ca3
...
54f90bf4e7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54f90bf4e7 | ||
|
|
e35908f4cf | ||
|
|
45945b437b | ||
|
|
92d81542d2 | ||
|
|
76f7188818 | ||
|
|
bb477ce1db | ||
|
|
d068b04092 | ||
|
|
c24d2a5e7c | ||
|
|
e26015bfc0 | ||
|
|
c375f5325a |
Binary file not shown.
BIN
harfbuzz-8.3.0.tar.xz
Normal file
BIN
harfbuzz-8.3.0.tar.xz
Normal file
Binary file not shown.
@ -1,16 +1,15 @@
|
||||
Name: harfbuzz
|
||||
Version: 2.8.2
|
||||
Release: 2
|
||||
Version: 8.3.0
|
||||
Release: 1
|
||||
Summary: A text shaping engine
|
||||
|
||||
License: MIT
|
||||
URL: https://harfbuzz.github.io/what-is-harfbuzz.html
|
||||
Source0: https://github.com/harfbuzz/harfbuzz/releases/download/2.8.2/%{name}-%{version}.tar.xz
|
||||
URL: https://harfbuzz.github.io/
|
||||
Source0: https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/harfbuzz-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc-c++ freetype-devel cairo-devel glib2-devel graphite2-devel
|
||||
BuildRequires: gtk-doc libicu-devel gobject-introspection-devel
|
||||
BuildRequires: gtk-doc libicu-devel gobject-introspection-devel make
|
||||
Provides: harfbuzz-icu
|
||||
Obsoletes: harfbuzz-icu
|
||||
Obsoletes: harfbuzz-icu < %{version}-%{release}
|
||||
|
||||
%description
|
||||
HarfBuzz is a text-shaping engine. If you give HarfBuzz a font and a string
|
||||
@ -22,6 +21,7 @@ that is correctly arranged for the language and writing system.
|
||||
%package devel
|
||||
Summary: The development environment for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}-icu = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Header files and libraries for building a extension library for %{name}.
|
||||
@ -32,15 +32,14 @@ Header files and libraries for building a extension library for %{name}.
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-graphite2 --with-gobject --enable-introspection
|
||||
|
||||
make %{?_smp_mflags}
|
||||
%configure --disable-static --with-graphite2 --with-gobject --enable-introspection
|
||||
%{make_build}
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
%{make_install}
|
||||
%delete_la
|
||||
|
||||
%ldconfig_scriptlets
|
||||
@ -54,6 +53,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
%{_libdir}/libharfbuzz-icu.so.*
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/HarfBuzz-0.0.typelib
|
||||
%{_libdir}/libharfbuzz-cairo.so.0*
|
||||
|
||||
%files devel
|
||||
%{_bindir}/*
|
||||
@ -69,6 +69,21 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
%{_datadir}/gtk-doc/html/harfbuzz/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 22 2023 wangqia <wangqia@uniontech.com> - 8.3.0-1
|
||||
- Update to 8.3.0
|
||||
|
||||
* Wed Feb 22 2023 liweiganga <liweiganga@uniontech.com> - 6.0.0-1
|
||||
- upstream to 6.0.0
|
||||
|
||||
* Wed Feb 15 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 4.3.0-3
|
||||
- fix CVE-2023-25193
|
||||
|
||||
* Thu Jul 14 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 4.3.0-2
|
||||
- fix CVE-2022-33068
|
||||
|
||||
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 4.3.0-1
|
||||
- update to 4.3.0
|
||||
|
||||
* Tue May 24 2022 loong_C <loong_c@yeah.net> - 2.8.2-2
|
||||
- fix spec changelog date
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user