Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Sandro Mani
d157574717 Merge branch 'master' into f28 2019-04-29 10:56:49 +02:00
Sandro Mani
754f3029d6 Disable tests 2019-04-23 11:28:18 +02:00
Sandro Mani
e763505acf Update to 0.9.2 2019-04-23 11:15:22 +02:00
Sandro Mani
43b2753b93 Merge branch 'master' into f28 2019-01-07 11:54:43 +01:00
Sandro Mani
6e8697c91f Disable tests on F28 since gtest version too old 2018-11-21 12:54:40 +01:00

View file

@ -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