add options for i686
This commit is contained in:
parent
03f511e4a9
commit
25c1b83712
@ -1,6 +1,6 @@
|
|||||||
Name: graphite2
|
Name: graphite2
|
||||||
Version: 1.3.14
|
Version: 1.3.14
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: Graphite provides cross-platform rendering for complex writing systems
|
Summary: Graphite provides cross-platform rendering for complex writing systems
|
||||||
|
|
||||||
License: LGPLv2.1
|
License: LGPLv2.1
|
||||||
@ -31,7 +31,11 @@ Header files for using the graphite2 libraries.
|
|||||||
%cmake -DGRAPHITE2_COMPARE_RENDERER=OFF .
|
%cmake -DGRAPHITE2_COMPARE_RENDERER=OFF .
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
%if 0%{?build_cross} == 1
|
||||||
|
make
|
||||||
|
%else
|
||||||
make docs
|
make docs
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install INSTALL="install -p"
|
%make_install INSTALL="install -p"
|
||||||
@ -60,7 +64,6 @@ ctest
|
|||||||
%exclude %{_libdir}/*.la
|
%exclude %{_libdir}/*.la
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc doc/manual.html
|
|
||||||
%{_includedir}/graphite2
|
%{_includedir}/graphite2
|
||||||
%{_libdir}/libgraphite2.so
|
%{_libdir}/libgraphite2.so
|
||||||
%{_libdir}/pkgconfig/graphite2.pc
|
%{_libdir}/pkgconfig/graphite2.pc
|
||||||
@ -68,6 +71,9 @@ ctest
|
|||||||
%{_datadir}/graphite2/graphite2.cmake
|
%{_datadir}/graphite2/graphite2.cmake
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 20 2022 loong_C <loong_c@yeah.net> - 1.3.14-6
|
||||||
- fix spec changelog date
|
- fix spec changelog date
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user