Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d157574717 | ||
|
|
754f3029d6 | ||
|
|
e763505acf | ||
|
|
43b2753b93 | ||
|
|
6e8697c91f |
1 changed files with 4 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ BuildRequires: cmake
|
|||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: gtest-devel
|
||||
#BuildRequires: gtest-devel
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
|
|
@ -47,7 +47,8 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in
|
|||
|
||||
|
||||
%build
|
||||
%cmake
|
||||
# GTest version too old
|
||||
%cmake -DURIPARSER_BUILD_TESTS=OFF
|
||||
%make_build
|
||||
|
||||
|
||||
|
|
@ -56,7 +57,7 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in
|
|||
|
||||
|
||||
%check
|
||||
LD_LIBRARY_PATH=".libs" make check
|
||||
# LD_LIBRARY_PATH=".libs" make check
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue