diff --git a/graphite2-1.2.0-cmakepath.patch b/graphite2-1.2.0-cmakepath.patch deleted file mode 100644 index ee71cd6..0000000 --- a/graphite2-1.2.0-cmakepath.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -urN graphite2-1.2.0.orig/src/CMakeLists.txt graphite2-1.2.0/src/CMakeLists.txt ---- graphite2-1.2.0.orig/src/CMakeLists.txt 2013-01-29 15:47:32.465841769 +0530 -+++ graphite2-1.2.0/src/CMakeLists.txt 2013-01-29 15:48:24.056843352 +0530 -@@ -136,4 +136,4 @@ - - - install(TARGETS graphite2 EXPORT graphite2 LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX} PUBLIC_HEADER DESTINATION include/graphite2 RUNTIME DESTINATION bin) --install(EXPORT graphite2 DESTINATION share/graphite2 NAMESPACE gr2_) -+install(EXPORT graphite2 DESTINATION lib${LIB_SUFFIX}/graphite2 NAMESPACE gr2_) diff --git a/graphite2-1.3.13.tgz b/graphite2-1.3.13.tgz deleted file mode 100644 index 2f10b6e..0000000 Binary files a/graphite2-1.3.13.tgz and /dev/null differ diff --git a/graphite2-1.3.14.tgz b/graphite2-1.3.14.tgz new file mode 100644 index 0000000..99481af Binary files /dev/null and b/graphite2-1.3.14.tgz differ diff --git a/graphite2.spec b/graphite2.spec index b784027..e4ffce4 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 @@ -31,7 +29,9 @@ Header files for using the graphite2 libraries. %build %cmake -DGRAPHITE2_COMPARE_RENDERER=OFF . -%make_build all docs +%make_build + +make docs %install %make_install INSTALL="install -p" @@ -64,9 +64,13 @@ ctest %{_includedir}/graphite2 %{_libdir}/libgraphite2.so %{_libdir}/pkgconfig/graphite2.pc -%{_libdir}/graphite2/graphite2*.cmake +%{_datadir}/graphite2/graphite2-release.cmake +%{_datadir}/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