diff --git a/graphite2-1.3.14.tgz b/graphite2-1.3.14.tgz new file mode 100644 index 0000000000000000000000000000000000000000..99481afdf7c09c3cfb0e485c27b633177e642603 Binary files /dev/null and b/graphite2-1.3.14.tgz differ diff --git a/graphite2.spec b/graphite2.spec index b7840271299a7734d5fc5cb5dd841785240bd7c4..f4c48d713d833b62849a88666e9d0545fd2415a3 100644 --- a/graphite2.spec +++ b/graphite2.spec @@ -1,13 +1,11 @@ Name: graphite2 -Version: 1.3.13 -Release: 2 +Version: 1.3.14 +Release: 1 Summary: Graphite provides cross-platform rendering for complex writing systems License: (LGPLv2+ or GPLv2+ or MPL) and (Netscape or GPLv2+ or LGPLv2+) URL: https://sourceforge.net/projects/silgraphite/ -Source0: https://downloads.sourceforge.net/project/silgraphite/graphite2//%{name}-%{version}.tgz - -Patch1: graphite2-1.2.0-cmakepath.patch +Source0: https://downloads.sourceforge.net/project/silgraphite/graphite2/%{name}-%{version}.tgz BuildRequires: gcc gcc-c++ cmake freetype-devel doxygen asciidoc python-unversioned-command gdb BuildRequires: texlive-helvetic texlive-sectsty texlive-tocloft texlive-xtab texlive-multirow python3-fonttools @@ -33,8 +31,10 @@ Header files for using the graphite2 libraries. %cmake -DGRAPHITE2_COMPARE_RENDERER=OFF . %make_build all docs +make doc + %install -%make_install INSTALL="install -p" +%make_install PREFIX="%{_prefix}" LIBDIR="%{_libdir}" INSTALL="install -p" %check ctest @@ -55,18 +55,25 @@ ctest %license LICENSE COPYING %doc ChangeLog README.md %{_bindir}/gr2fonttest -%{_libdir}/libgraphite2.so.3 -%{_libdir}/libgraphite2.so.3.2.1 +%{_libdir}/libgraphite2.so.3* %exclude %{_libdir}/*.la %files devel %doc doc/manual.html -%{_includedir}/graphite2 + +%{_includedir}/%{name}/ + +%dir %{_libdir}/%{name}/ +%{_libdir}/%{name}/graphite2-release.cmake +%{_libdir}/%{name}/graphite2.cmake + %{_libdir}/libgraphite2.so %{_libdir}/pkgconfig/graphite2.pc -%{_libdir}/graphite2/graphite2*.cmake %changelog +* Thu Jul 23 2020 hanhui - 1.3.14-1 +- update to 1.3.14 + * Fri Mar 20 2020 songnannan - 1.3.13-2 - add gdb in buildrequires