add options for i686

(cherry picked from commit 25c1b83712fc41d4dbb26b9ff96bdb8564d7dfec)
This commit is contained in:
zhangpan 2024-08-01 08:06:03 +00:00 committed by openeuler-sync-bot
parent 03f511e4a9
commit 72cfc6c3d2

View File

@ -1,6 +1,6 @@
Name: graphite2
Version: 1.3.14
Release: 6
Release: 7
Summary: Graphite provides cross-platform rendering for complex writing systems
License: LGPLv2.1
@ -31,7 +31,11 @@ Header files for using the graphite2 libraries.
%cmake -DGRAPHITE2_COMPARE_RENDERER=OFF .
%make_build
%if 0%{?build_cross} == 1
make
%else
make docs
%endif
%install
%make_install INSTALL="install -p"
@ -60,7 +64,6 @@ ctest
%exclude %{_libdir}/*.la
%files devel
%doc doc/manual.html
%{_includedir}/graphite2
%{_libdir}/libgraphite2.so
%{_libdir}/pkgconfig/graphite2.pc
@ -68,6 +71,9 @@ ctest
%{_datadir}/graphite2/graphite2.cmake
%changelog
* Thu Aug 1 2024 zhangpan <zhangpan103@h-partners.com> - 1.3.14-7
- add options for i686
* Fri May 20 2022 loong_C <loong_c@yeah.net> - 1.3.14-6
- fix spec changelog date