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