Fix lib version take two

This commit is contained in:
Sandro Mani 2022-11-29 08:28:49 +01:00
commit fee5cceb47
2 changed files with 8 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# Bump this as appropriate when doing release updates, check i.e. with abi_compliance_checker
# First digit: major, bump when incompatible changes were performed
# Second digit: minor, bump when interface was extended
%global so_ver 2.0.0
%global lib_ver 2.0.0
#global pre beta
Name: qcustomplot
@ -90,11 +90,11 @@ cp -a %{SOURCE1} .
%build
%define _vpath_builddir %{_target_platform}-qt5
%cmake -DQT_VER=5 -DSO_VER=%{so_ver}
%cmake -DQT_VER=5 -DLIB_VER=%{lib_ver}
%cmake_build
%define _vpath_builddir %{_target_platform}-qt6
%cmake -DQT_VER=6 -DSO_VER=%{so_ver}
%cmake -DQT_VER=6 -DLIB_VER=%{lib_ver}
%cmake_build
@ -150,6 +150,7 @@ done
%changelog
* Tue Nov 29 2022 Sandro Mani <manisandro@gmail.com> - 2.1.1-4
- Set CMAKE_AUTOMOC to ON
- Fix lib version take two
* Mon Nov 28 2022 Sandro Mani <manisandro@gmail.com> - 2.1.1-3
- Fix lib version