update harfbuzz-1.8.7.tar.bz2
This commit is contained in:
parent
123a55fcb6
commit
652b145e24
Binary file not shown.
BIN
harfbuzz-2.6.1.tar.xz
Normal file
BIN
harfbuzz-2.6.1.tar.xz
Normal file
Binary file not shown.
@ -1,14 +1,14 @@
|
|||||||
Name: harfbuzz
|
Name: harfbuzz
|
||||||
Version: 1.8.7
|
Version: 2.6.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A text shaping engine
|
Summary: A text shaping engine
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://harfbuzz.github.io/what-is-harfbuzz.html
|
URL: https://harfbuzz.github.io/what-is-harfbuzz.html
|
||||||
Source0: https://github.com/harfbuzz/harfbuzz/releases/tag/%{name}-%{version}.tar.bz2
|
Source0: https://github.com/harfbuzz/harfbuzz/releases/tag/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc-c++ freetype-devel cairo-devel glib2-devel graphite2-devel
|
BuildRequires: gcc-c++ freetype-devel cairo-devel glib2-devel graphite2-devel
|
||||||
BuildRequires: gtk-doc libicu-devel
|
BuildRequires: gtk-doc libicu-devel gobject-introspection-devel
|
||||||
Provides: harfbuzz-icu
|
Provides: harfbuzz-icu
|
||||||
Obsoletes: harfbuzz-icu
|
Obsoletes: harfbuzz-icu
|
||||||
|
|
||||||
@ -25,19 +25,20 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Header files and libraries for building a extension library for %{name}.
|
Header files and libraries for building a extension library for %{name}.
|
||||||
|
|
||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-graphite2 --enable-static
|
%configure --disable-static --with-graphite2 --with-gobject --enable-introspection
|
||||||
%disable_rpath
|
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
@ -47,20 +48,27 @@ make install DESTDIR=%{buildroot} INSTALL="install -p"
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/libharfbuzz.so.*
|
%{_libdir}/libharfbuzz.so.*
|
||||||
%{_libdir}/libharfbuzz-subset.so.*
|
%{_libdir}/libharfbuzz-subset.so.*
|
||||||
|
%{_libdir}/libharfbuzz-gobject.so.0*
|
||||||
%{_libdir}/libharfbuzz-icu.so.*
|
%{_libdir}/libharfbuzz-icu.so.*
|
||||||
|
%dir %{_libdir}/girepository-1.0
|
||||||
|
%{_libdir}/girepository-1.0/HarfBuzz-0.0.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%{_bindir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/cmake/harfbuzz/harfbuzz-config.cmake
|
%{_libdir}/cmake/harfbuzz/
|
||||||
%{_includedir}/harfbuzz/
|
%{_includedir}/harfbuzz/
|
||||||
%{_bindir}/*
|
|
||||||
%{_libdir}/*.a
|
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc README
|
%doc README
|
||||||
|
%dir %{_datadir}/gir-1.0
|
||||||
%{_datadir}/gtk-doc/html/harfbuzz/*
|
%{_datadir}/gtk-doc/html/harfbuzz/*
|
||||||
|
%{_datadir}/gir-1.0/HarfBuzz-0.0.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 15 2020 hanhui <hanhui15@huawei.com> - 2.6.1-1
|
||||||
|
- Update to 2.6.1
|
||||||
|
|
||||||
* Mon Aug 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.8.7-2
|
* Mon Aug 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.8.7-2
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user