Compare commits
10 Commits
d07c17195d
...
18d9da9aa4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18d9da9aa4 | ||
|
|
25c1b83712 | ||
|
|
03f511e4a9 | ||
|
|
2e365b658c | ||
|
|
4c338573ef | ||
|
|
67bc10b90b | ||
|
|
6e6966a958 | ||
|
|
2cc0affe1e | ||
|
|
22fb48490c | ||
|
|
ebaeb43ccb |
@ -1,13 +1,13 @@
|
|||||||
Name: graphite2
|
Name: graphite2
|
||||||
Version: 1.3.14
|
Version: 1.3.14
|
||||||
Release: 2
|
Release: 7
|
||||||
Summary: Graphite provides cross-platform rendering for complex writing systems
|
Summary: Graphite provides cross-platform rendering for complex writing systems
|
||||||
|
|
||||||
License: (LGPLv2+ or GPLv2+ or MPL) and (Netscape or GPLv2+ or LGPLv2+)
|
License: LGPLv2.1
|
||||||
URL: https://sourceforge.net/projects/silgraphite/
|
URL: https://sourceforge.net/projects/silgraphite/
|
||||||
Source0: https://github.com/silnrsi/graphite/archive/%{version}.tar.gz
|
Source0: https://github.com/silnrsi/graphite/archive/%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc gcc-c++ cmake freetype-devel doxygen asciidoc python-unversioned-command gdb
|
BuildRequires: gcc gcc-c++ cmake freetype-devel doxygen asciidoc python3-unversioned-command
|
||||||
BuildRequires: texlive-helvetic texlive-sectsty texlive-tocloft texlive-xtab texlive-multirow python3-fonttools
|
BuildRequires: texlive-helvetic texlive-sectsty texlive-tocloft texlive-xtab texlive-multirow python3-fonttools
|
||||||
|
|
||||||
Obsoletes: silgraphite < 2.3.1-5
|
Obsoletes: silgraphite < 2.3.1-5
|
||||||
@ -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,15 +64,32 @@ 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
|
||||||
%{_datadir}/graphite2/graphite2-release.cmake
|
%{_datadir}/graphite2/graphite2-release.cmake
|
||||||
%{_datadir}/graphite2/graphite2.cmake
|
%{_datadir}/graphite2/graphite2.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 10 2020 chengguipeng<chengguipeng1@huawei.com> - 1.3.14-2
|
* 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
|
||||||
|
|
||||||
|
* Wed Jul 21 2021 yushaogui<yushaogui@huawei.com> - 1.3.14-5
|
||||||
|
- Delete a BuildRequires for gdb
|
||||||
|
|
||||||
|
* Tue Dec 15 2020 hanhui<hanhui15@huawei.com> - 1.3.14-4
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:modify license
|
||||||
|
|
||||||
|
* Wed Oct 21 2020 jinzhimin<jinzhimin2@huawei.com> - 1.3.14-3
|
||||||
|
- modify BuildRequires to python3-unversioned-command
|
||||||
|
|
||||||
|
* Thu Sep 10 2020 chengguipeng<chengguipeng1@huawei.com> - 1.3.14-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
- SUG:NA
|
- SUG:NA
|
||||||
@ -87,4 +108,4 @@ ctest
|
|||||||
- DESC: delete patches
|
- DESC: delete patches
|
||||||
|
|
||||||
* Tue Sep 17 2019 hufeng <solar.hu@huawei.com> - 1.3.10.7
|
* Tue Sep 17 2019 hufeng <solar.hu@huawei.com> - 1.3.10.7
|
||||||
-Create graphite2 spec
|
- Create graphite2 spec
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user