update to 2.0.8.20200427git [release 2.0.8.20200427git-1mamba;Mon Apr 27 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 03:01:08 +01:00
parent e080bfb97f
commit bb047b947f
2 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,11 @@
--- kst-2.0.8.20200427git/src/datasources/hdf5/hdf5.h.orig 2020-04-28 20:29:48.446000000 +0200
+++ kst-2.0.8.20200427git/src/datasources/hdf5/hdf5.h 2020-04-28 20:30:01.289000000 +0200
@@ -18,7 +18,7 @@
#include <dataplugin.h>
#include <QFileInfo>
-#include <hdf5/serial/H5Cpp.h>
+#include <H5Cpp.h>
#include <exception>
#include "debug.h"

View File

@ -1,5 +1,5 @@
Name: kst
Version: 2.0.8.20171207git
Version: 2.0.8.20200427git
Release: 1mamba
Summary: An application used to display scientific data
Group: Graphical Desktop/Applications/Scientific
@ -9,20 +9,23 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kst-plot.kde.org/
## GITSOURCE https://github.com/Kst-plot/kst.git master
Source: https://github.com/Kst-plot/kst.git/master/kst-%{version}.tar.bz2
Patch0: kst-2.0.8.20200427git-libhdf5-1.10.5.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libcfitsio-devel
BuildRequires: libgcc
BuildRequires: libgsl-devel
BuildRequires: libhdf5-devel
BuildRequires: libmatio-devel
BuildRequires: libqt4-devel
BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel
BuildRequires: libtiff-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: libmatio-devel >= 1.5.16
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -49,9 +52,12 @@ This package contains libraries and header files for developing applications tha
%prep
%setup -q
%patch0 -p1
%build
%cmake -d build \
-Dkst_qt4=OFF \
-Dkst_qt5=ON \
-Dkst_install_prefix=%{_prefix}
%make
@ -96,5 +102,8 @@ This package contains libraries and header files for developing applications tha
%doc ChangeLog NEWS README README.kstScript README.md
%changelog
* Mon Apr 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.8.20200427git-1mamba
- update to 2.0.8.20200427git
* Thu Dec 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.8.20171207git-1mamba
- package created using the webbuild interface