Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
# set version of the project
set(LIBYANG_MAJOR_VERSION 5)
set(LIBYANG_MINOR_VERSION 8)
set(LIBYANG_MICRO_VERSION 3)
set(LIBYANG_MICRO_VERSION 4)
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})

# set version of the library
Expand Down
5 changes: 1 addition & 4 deletions distro/pkg/rpm/libyang.spec
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,8 @@ written (and providing API) in C.
%else
%cmake -DCMAKE_BUILD_TYPE=RELWITHDEBINFO
%cmake_build
%if "x%{?suse_version}" == "x"
cd %{__cmake_builddir}
%endif
%endif
make doc
%cmake_build --target doc

%check
%if ( 0%{?rhel} == 0 ) || 0%{?rhel} > 7
Expand Down
Loading