commit
2403dcc7a6
@ -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_)
|
|
||||||
Binary file not shown.
BIN
graphite2-1.3.14.tgz
Normal file
BIN
graphite2-1.3.14.tgz
Normal file
Binary file not shown.
@ -1,13 +1,11 @@
|
|||||||
Name: graphite2
|
Name: graphite2
|
||||||
Version: 1.3.13
|
Version: 1.3.14
|
||||||
Release: 2
|
Release: 1
|
||||||
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+)
|
||||||
URL: https://sourceforge.net/projects/silgraphite/
|
URL: https://sourceforge.net/projects/silgraphite/
|
||||||
Source0: https://downloads.sourceforge.net/project/silgraphite/graphite2//%{name}-%{version}.tgz
|
Source0: https://downloads.sourceforge.net/project/silgraphite/graphite2/%{name}-%{version}.tgz
|
||||||
|
|
||||||
Patch1: graphite2-1.2.0-cmakepath.patch
|
|
||||||
|
|
||||||
BuildRequires: gcc gcc-c++ cmake freetype-devel doxygen asciidoc python-unversioned-command gdb
|
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
|
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
|
%build
|
||||||
%cmake -DGRAPHITE2_COMPARE_RENDERER=OFF .
|
%cmake -DGRAPHITE2_COMPARE_RENDERER=OFF .
|
||||||
%make_build all docs
|
%make_build
|
||||||
|
|
||||||
|
make docs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install INSTALL="install -p"
|
%make_install INSTALL="install -p"
|
||||||
@ -64,9 +64,13 @@ ctest
|
|||||||
%{_includedir}/graphite2
|
%{_includedir}/graphite2
|
||||||
%{_libdir}/libgraphite2.so
|
%{_libdir}/libgraphite2.so
|
||||||
%{_libdir}/pkgconfig/graphite2.pc
|
%{_libdir}/pkgconfig/graphite2.pc
|
||||||
%{_libdir}/graphite2/graphite2*.cmake
|
%{_datadir}/graphite2/graphite2-release.cmake
|
||||||
|
%{_datadir}/graphite2/graphite2.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 23 2020 hanhui <hanhui15@huawei.com> - 1.3.14-1
|
||||||
|
- update to 1.3.14
|
||||||
|
|
||||||
* Fri Mar 20 2020 songnannan <songnannan2@huawei.com> - 1.3.13-2
|
* Fri Mar 20 2020 songnannan <songnannan2@huawei.com> - 1.3.13-2
|
||||||
- add gdb in buildrequires
|
- add gdb in buildrequires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user