!3 graphite2 : change the buildrequires

Merge pull request !3 from orange-snn/master
This commit is contained in:
openeuler-ci-bot 2020-03-20 15:37:14 +08:00 committed by Gitee
commit 4c86a55ca7

View File

@ -1,6 +1,6 @@
Name: graphite2 Name: graphite2
Version: 1.3.13 Version: 1.3.13
Release: 1 Release: 2
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+ or GPLv2+ or MPL) and (Netscape or GPLv2+ or LGPLv2+)
@ -9,15 +9,11 @@ Source0: https://downloads.sourceforge.net/project/silgraphite/graphite2//%{na
Patch1: graphite2-1.2.0-cmakepath.patch Patch1: graphite2-1.2.0-cmakepath.patch
BuildRequires: gcc gcc-c++ cmake freetype-devel doxygen asciidoc python-unversioned-command BuildRequires: gcc gcc-c++ cmake freetype-devel doxygen asciidoc python-unversioned-command gdb
BuildRequires: texlive-helvetic texlive-sectsty texlive-tocloft texlive-xtab texlive-multirow python2-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
%description %description
Graphite is a system that can be used to create “smart fonts” capable of displaying writing systems with various complex behaviors. A smart font contains not only letter shapes but also additional instructions indicating how to combine and position the letters in complex ways. Graphite is a system that can be used to create “smart fonts” capable of displaying writing systems with various complex behaviors. A smart font contains not only letter shapes but also additional instructions indicating how to combine and position the letters in complex ways.
@ -30,11 +26,9 @@ Obsoletes: silgraphite-devel < 2.3.1-5
%description devel %description devel
Header files for using the graphite2 libraries. Header files for using the graphite2 libraries.
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
%build %build
%cmake -DGRAPHITE2_COMPARE_RENDERER=OFF . %cmake -DGRAPHITE2_COMPARE_RENDERER=OFF .
%make_build all docs %make_build all docs
@ -42,7 +36,6 @@ Header files for using the graphite2 libraries.
%install %install
%make_install INSTALL="install -p" %make_install INSTALL="install -p"
%check %check
ctest ctest
@ -71,13 +64,12 @@ ctest
%{_includedir}/graphite2 %{_includedir}/graphite2
%{_libdir}/libgraphite2.so %{_libdir}/libgraphite2.so
%{_libdir}/pkgconfig/graphite2.pc %{_libdir}/pkgconfig/graphite2.pc
%{_libdir}/graphite2/graphite2*.cmake %{_libdir}/graphite2/graphite2*.cmake
%changelog %changelog
* Fri Mar 20 2020 songnannan <songnannan2@huawei.com> - 1.3.13-2
- add gdb in buildrequires
* Fri Jan 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.3.13.1 * Fri Jan 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.3.13.1
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA