2015-10-26 14:31:59 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package labplot-kf5
|
|
|
|
|
#
|
2024-06-21 09:58:40 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2015-10-26 14:31:59 +00:00
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2019-10-29 05:06:33 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2015-10-26 14:31:59 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
2017-05-05 17:11:32 +00:00
|
|
|
%if "%{?_kf5_appstreamdir}" == ""
|
|
|
|
|
# it's not defined in Leap 42.1, so define it appropriately in that case
|
|
|
|
|
%define _kf5_appstreamdir %{_kf5_sharedir}/appdata
|
|
|
|
|
%endif
|
2015-10-26 14:31:59 +00:00
|
|
|
Name: labplot-kf5
|
2023-08-02 14:02:04 +00:00
|
|
|
Version: 2.10.1
|
2015-10-26 14:31:59 +00:00
|
|
|
Release: 0
|
2016-05-08 17:16:03 +00:00
|
|
|
Summary: KDE Framework 5 data analysis and visualization application
|
2019-10-29 05:06:33 +00:00
|
|
|
License: GPL-2.0-or-later
|
2015-10-26 14:31:59 +00:00
|
|
|
Group: Productivity/Scientific/Other
|
2019-10-29 05:06:33 +00:00
|
|
|
URL: https://labplot.kde.org/
|
2023-04-06 19:36:15 +00:00
|
|
|
Source: https://download.kde.org/stable/labplot/labplot-%{version}.tar.xz
|
2023-09-01 19:47:50 +00:00
|
|
|
# PATCH-FIX-UPSTREAM
|
|
|
|
|
Patch0: Fix-finding-liborigin-header-in-project-import-test.patch
|
2024-06-21 09:58:40 +00:00
|
|
|
# PATCH-FIX-UPSTREAM
|
|
|
|
|
Patch1: 0001-matio-Fix-compilation-for-latest-version-1.5.27.patch
|
|
|
|
|
# PATCH-FIX-UPSTREAM
|
|
|
|
|
Patch2: 0002-fix-warning.patch
|
2018-06-25 12:00:10 +00:00
|
|
|
BuildRequires: bison
|
2016-07-27 17:25:37 +00:00
|
|
|
BuildRequires: cantor-devel
|
2016-05-08 17:16:03 +00:00
|
|
|
BuildRequires: extra-cmake-modules
|
2015-10-26 14:31:59 +00:00
|
|
|
BuildRequires: fdupes
|
2016-05-08 17:16:03 +00:00
|
|
|
BuildRequires: hdf5-devel
|
|
|
|
|
BuildRequires: hicolor-icon-theme
|
|
|
|
|
BuildRequires: kf5-filesystem
|
2019-10-29 05:06:33 +00:00
|
|
|
BuildRequires: pkgconfig
|
2016-05-08 17:16:03 +00:00
|
|
|
BuildRequires: update-desktop-files
|
2015-10-26 14:31:59 +00:00
|
|
|
BuildRequires: cmake(KF5Archive)
|
2018-06-25 12:00:10 +00:00
|
|
|
BuildRequires: cmake(KF5Completion)
|
|
|
|
|
BuildRequires: cmake(KF5Config)
|
|
|
|
|
BuildRequires: cmake(KF5ConfigWidgets)
|
|
|
|
|
BuildRequires: cmake(KF5CoreAddons)
|
Accepting request 706826 from home:wolfi323:branches:science
- Update to version 2.6.0
- New features:
* Histogram
* Import from MQTT sources
* Import of ROOT (CERN) TH1 histograms
* Import of Ngspice raw files (ASCII and binary)
* Import of data in JSON format (JSON arrays and objects)
* Improved import of NetCDF files
* Added file type specific summary and content for special file
types in info box of import dialog
* Convolution/Deconvolution of data sets (sampling interval,
linear/circular, normalization, wrap, standard kernel)
* Cross-/Autocorrelation of data sets (sampling interval,
linear/circular, normalization)
* Allow to specify the number format when exporting spreadsheet
and matrix
* Improved user interface for data fitting (add fit function
preview, show parameters directly, make options foldable)
* [spreadsheet] when filling a float column with row numbers,
automatically convert its type to integer
* [spreadsheet] when filling an integer column with function
values, automatically convert its type to float
* [spreadsheet] data manipulation: add/subtract/multiply/divide
for column values
* [spreadsheet] export to SQLite
* [matrix] data manipulation: add/subtract/multiply/divide for
matrix values
* [worksheet] Allow to specify different border shapes for labels
(rectangle, eclipse, etc.)
* [worksheet] Allow to rotate plot legends
* [worksheet] Better positioning of rotated axis tick labels
* [worksheet] Allow to make plots not-interactive (ignore mouse
drag and wheel events) to avoid unwanted occasional panning and
zooming
* Allow to connect to SQL databases via ODBC
* Show the amount of consumed memory in the status bar (optional)
* Allow to change the settings for different computer algebra
systems (Maxima, etc.) directly in LabPlot (embedd Cantor's
settings widgets)
- Bug fixes:
* Fixed several problems in live data support
* [spreadsheet] properly calculate function values out of integer
x-values
* [matrix] fix editing integer values
* [import] fix preview update and add missing close of netcdf
files
* Don't crash when a scaling factor equal to zero was set for
axis
OBS-URL: https://build.opensuse.org/request/show/706826
OBS-URL: https://build.opensuse.org/package/show/science/labplot-kf5?expand=0&rev=18
2019-06-04 06:56:53 +00:00
|
|
|
BuildRequires: cmake(KF5Crash)
|
2018-06-25 12:00:10 +00:00
|
|
|
BuildRequires: cmake(KF5DocTools)
|
2015-10-26 14:31:59 +00:00
|
|
|
BuildRequires: cmake(KF5I18n)
|
2018-06-25 12:00:10 +00:00
|
|
|
BuildRequires: cmake(KF5IconThemes)
|
2019-10-29 05:06:33 +00:00
|
|
|
BuildRequires: cmake(KF5KIO)
|
2017-05-05 17:11:32 +00:00
|
|
|
BuildRequires: cmake(KF5NewStuff)
|
Accepting request 706826 from home:wolfi323:branches:science
- Update to version 2.6.0
- New features:
* Histogram
* Import from MQTT sources
* Import of ROOT (CERN) TH1 histograms
* Import of Ngspice raw files (ASCII and binary)
* Import of data in JSON format (JSON arrays and objects)
* Improved import of NetCDF files
* Added file type specific summary and content for special file
types in info box of import dialog
* Convolution/Deconvolution of data sets (sampling interval,
linear/circular, normalization, wrap, standard kernel)
* Cross-/Autocorrelation of data sets (sampling interval,
linear/circular, normalization)
* Allow to specify the number format when exporting spreadsheet
and matrix
* Improved user interface for data fitting (add fit function
preview, show parameters directly, make options foldable)
* [spreadsheet] when filling a float column with row numbers,
automatically convert its type to integer
* [spreadsheet] when filling an integer column with function
values, automatically convert its type to float
* [spreadsheet] data manipulation: add/subtract/multiply/divide
for column values
* [spreadsheet] export to SQLite
* [matrix] data manipulation: add/subtract/multiply/divide for
matrix values
* [worksheet] Allow to specify different border shapes for labels
(rectangle, eclipse, etc.)
* [worksheet] Allow to rotate plot legends
* [worksheet] Better positioning of rotated axis tick labels
* [worksheet] Allow to make plots not-interactive (ignore mouse
drag and wheel events) to avoid unwanted occasional panning and
zooming
* Allow to connect to SQL databases via ODBC
* Show the amount of consumed memory in the status bar (optional)
* Allow to change the settings for different computer algebra
systems (Maxima, etc.) directly in LabPlot (embedd Cantor's
settings widgets)
- Bug fixes:
* Fixed several problems in live data support
* [spreadsheet] properly calculate function values out of integer
x-values
* [matrix] fix editing integer values
* [import] fix preview update and add missing close of netcdf
files
* Don't crash when a scaling factor equal to zero was set for
axis
OBS-URL: https://build.opensuse.org/request/show/706826
OBS-URL: https://build.opensuse.org/package/show/science/labplot-kf5?expand=0&rev=18
2019-06-04 06:56:53 +00:00
|
|
|
BuildRequires: cmake(KF5Parts)
|
|
|
|
|
BuildRequires: cmake(KF5Service)
|
2018-06-25 12:00:10 +00:00
|
|
|
BuildRequires: cmake(KF5SyntaxHighlighting)
|
|
|
|
|
BuildRequires: cmake(KF5TextWidgets)
|
2016-05-08 17:16:03 +00:00
|
|
|
BuildRequires: cmake(KF5WidgetsAddons)
|
2015-10-26 14:31:59 +00:00
|
|
|
BuildRequires: cmake(KF5XmlGui)
|
|
|
|
|
BuildRequires: cmake(Qt5Concurrent)
|
2018-06-25 12:00:10 +00:00
|
|
|
BuildRequires: cmake(Qt5Gui)
|
|
|
|
|
BuildRequires: cmake(Qt5PrintSupport)
|
|
|
|
|
BuildRequires: cmake(Qt5SerialPort)
|
|
|
|
|
BuildRequires: cmake(Qt5Sql)
|
2015-10-26 14:31:59 +00:00
|
|
|
BuildRequires: cmake(Qt5Svg)
|
2018-06-25 12:00:10 +00:00
|
|
|
BuildRequires: cmake(Qt5Test)
|
2015-10-26 14:31:59 +00:00
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
Accepting request 706826 from home:wolfi323:branches:science
- Update to version 2.6.0
- New features:
* Histogram
* Import from MQTT sources
* Import of ROOT (CERN) TH1 histograms
* Import of Ngspice raw files (ASCII and binary)
* Import of data in JSON format (JSON arrays and objects)
* Improved import of NetCDF files
* Added file type specific summary and content for special file
types in info box of import dialog
* Convolution/Deconvolution of data sets (sampling interval,
linear/circular, normalization, wrap, standard kernel)
* Cross-/Autocorrelation of data sets (sampling interval,
linear/circular, normalization)
* Allow to specify the number format when exporting spreadsheet
and matrix
* Improved user interface for data fitting (add fit function
preview, show parameters directly, make options foldable)
* [spreadsheet] when filling a float column with row numbers,
automatically convert its type to integer
* [spreadsheet] when filling an integer column with function
values, automatically convert its type to float
* [spreadsheet] data manipulation: add/subtract/multiply/divide
for column values
* [spreadsheet] export to SQLite
* [matrix] data manipulation: add/subtract/multiply/divide for
matrix values
* [worksheet] Allow to specify different border shapes for labels
(rectangle, eclipse, etc.)
* [worksheet] Allow to rotate plot legends
* [worksheet] Better positioning of rotated axis tick labels
* [worksheet] Allow to make plots not-interactive (ignore mouse
drag and wheel events) to avoid unwanted occasional panning and
zooming
* Allow to connect to SQL databases via ODBC
* Show the amount of consumed memory in the status bar (optional)
* Allow to change the settings for different computer algebra
systems (Maxima, etc.) directly in LabPlot (embedd Cantor's
settings widgets)
- Bug fixes:
* Fixed several problems in live data support
* [spreadsheet] properly calculate function values out of integer
x-values
* [matrix] fix editing integer values
* [import] fix preview update and add missing close of netcdf
files
* Don't crash when a scaling factor equal to zero was set for
axis
OBS-URL: https://build.opensuse.org/request/show/706826
OBS-URL: https://build.opensuse.org/package/show/science/labplot-kf5?expand=0&rev=18
2019-06-04 06:56:53 +00:00
|
|
|
BuildRequires: pkgconfig(cfitsio)
|
2022-05-10 08:36:25 +00:00
|
|
|
BuildRequires: pkgconfig(fftw3)
|
2015-10-26 14:31:59 +00:00
|
|
|
BuildRequires: pkgconfig(gsl)
|
2022-05-10 08:36:25 +00:00
|
|
|
BuildRequires: pkgconfig(libcerf)
|
Accepting request 706826 from home:wolfi323:branches:science
- Update to version 2.6.0
- New features:
* Histogram
* Import from MQTT sources
* Import of ROOT (CERN) TH1 histograms
* Import of Ngspice raw files (ASCII and binary)
* Import of data in JSON format (JSON arrays and objects)
* Improved import of NetCDF files
* Added file type specific summary and content for special file
types in info box of import dialog
* Convolution/Deconvolution of data sets (sampling interval,
linear/circular, normalization, wrap, standard kernel)
* Cross-/Autocorrelation of data sets (sampling interval,
linear/circular, normalization)
* Allow to specify the number format when exporting spreadsheet
and matrix
* Improved user interface for data fitting (add fit function
preview, show parameters directly, make options foldable)
* [spreadsheet] when filling a float column with row numbers,
automatically convert its type to integer
* [spreadsheet] when filling an integer column with function
values, automatically convert its type to float
* [spreadsheet] data manipulation: add/subtract/multiply/divide
for column values
* [spreadsheet] export to SQLite
* [matrix] data manipulation: add/subtract/multiply/divide for
matrix values
* [worksheet] Allow to specify different border shapes for labels
(rectangle, eclipse, etc.)
* [worksheet] Allow to rotate plot legends
* [worksheet] Better positioning of rotated axis tick labels
* [worksheet] Allow to make plots not-interactive (ignore mouse
drag and wheel events) to avoid unwanted occasional panning and
zooming
* Allow to connect to SQL databases via ODBC
* Show the amount of consumed memory in the status bar (optional)
* Allow to change the settings for different computer algebra
systems (Maxima, etc.) directly in LabPlot (embedd Cantor's
settings widgets)
- Bug fixes:
* Fixed several problems in live data support
* [spreadsheet] properly calculate function values out of integer
x-values
* [matrix] fix editing integer values
* [import] fix preview update and add missing close of netcdf
files
* Don't crash when a scaling factor equal to zero was set for
axis
OBS-URL: https://build.opensuse.org/request/show/706826
OBS-URL: https://build.opensuse.org/package/show/science/labplot-kf5?expand=0&rev=18
2019-06-04 06:56:53 +00:00
|
|
|
BuildRequires: pkgconfig(liblz4)
|
2022-05-10 08:36:25 +00:00
|
|
|
BuildRequires: pkgconfig(liborigin)
|
|
|
|
|
BuildRequires: pkgconfig(matio)
|
2015-10-26 14:31:59 +00:00
|
|
|
BuildRequires: pkgconfig(netcdf)
|
2019-10-29 05:06:33 +00:00
|
|
|
BuildRequires: pkgconfig(poppler-qt5)
|
2015-10-26 14:31:59 +00:00
|
|
|
BuildRequires: pkgconfig(shared-mime-info)
|
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
2016-09-06 08:00:19 +00:00
|
|
|
Provides: labplot = %{version}
|
|
|
|
|
Obsoletes: labplot < 2.3.0
|
2015-10-26 14:31:59 +00:00
|
|
|
%lang_package
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
LabPlot is a KDE application for interactive graphing and analysis
|
2016-05-08 17:16:03 +00:00
|
|
|
of scientific data. LabPlot provides an easy way to create, manage
|
|
|
|
|
and edit plots. It allows you to produce plots based on data from a
|
|
|
|
|
spreadsheet or on data imported from external files. Plots can be
|
2015-10-26 14:31:59 +00:00
|
|
|
exported to several pixmap and vector graphic formats.
|
|
|
|
|
|
|
|
|
|
This version is based on KDE Frameworks 5
|
|
|
|
|
|
|
|
|
|
%prep
|
2023-09-01 19:47:50 +00:00
|
|
|
%autosetup -p1 -n labplot-%{version}
|
2015-10-26 14:31:59 +00:00
|
|
|
|
|
|
|
|
%build
|
2023-04-06 19:36:15 +00:00
|
|
|
%cmake_kf5 -d build -- -DENABLE_READSTAT:BOOL=OFF -DENABLE_VECTOR_BLF:BOOL=OFF -DENABLE_REPRODUCIBLE:BOOL=ON
|
2022-05-10 08:36:25 +00:00
|
|
|
%cmake_build
|
2015-10-26 14:31:59 +00:00
|
|
|
|
|
|
|
|
%install
|
Accepting request 706826 from home:wolfi323:branches:science
- Update to version 2.6.0
- New features:
* Histogram
* Import from MQTT sources
* Import of ROOT (CERN) TH1 histograms
* Import of Ngspice raw files (ASCII and binary)
* Import of data in JSON format (JSON arrays and objects)
* Improved import of NetCDF files
* Added file type specific summary and content for special file
types in info box of import dialog
* Convolution/Deconvolution of data sets (sampling interval,
linear/circular, normalization, wrap, standard kernel)
* Cross-/Autocorrelation of data sets (sampling interval,
linear/circular, normalization)
* Allow to specify the number format when exporting spreadsheet
and matrix
* Improved user interface for data fitting (add fit function
preview, show parameters directly, make options foldable)
* [spreadsheet] when filling a float column with row numbers,
automatically convert its type to integer
* [spreadsheet] when filling an integer column with function
values, automatically convert its type to float
* [spreadsheet] data manipulation: add/subtract/multiply/divide
for column values
* [spreadsheet] export to SQLite
* [matrix] data manipulation: add/subtract/multiply/divide for
matrix values
* [worksheet] Allow to specify different border shapes for labels
(rectangle, eclipse, etc.)
* [worksheet] Allow to rotate plot legends
* [worksheet] Better positioning of rotated axis tick labels
* [worksheet] Allow to make plots not-interactive (ignore mouse
drag and wheel events) to avoid unwanted occasional panning and
zooming
* Allow to connect to SQL databases via ODBC
* Show the amount of consumed memory in the status bar (optional)
* Allow to change the settings for different computer algebra
systems (Maxima, etc.) directly in LabPlot (embedd Cantor's
settings widgets)
- Bug fixes:
* Fixed several problems in live data support
* [spreadsheet] properly calculate function values out of integer
x-values
* [matrix] fix editing integer values
* [import] fix preview update and add missing close of netcdf
files
* Don't crash when a scaling factor equal to zero was set for
axis
OBS-URL: https://build.opensuse.org/request/show/706826
OBS-URL: https://build.opensuse.org/package/show/science/labplot-kf5?expand=0&rev=18
2019-06-04 06:56:53 +00:00
|
|
|
%kf5_makeinstall -C build
|
2015-10-26 14:31:59 +00:00
|
|
|
|
Accepting request 706826 from home:wolfi323:branches:science
- Update to version 2.6.0
- New features:
* Histogram
* Import from MQTT sources
* Import of ROOT (CERN) TH1 histograms
* Import of Ngspice raw files (ASCII and binary)
* Import of data in JSON format (JSON arrays and objects)
* Improved import of NetCDF files
* Added file type specific summary and content for special file
types in info box of import dialog
* Convolution/Deconvolution of data sets (sampling interval,
linear/circular, normalization, wrap, standard kernel)
* Cross-/Autocorrelation of data sets (sampling interval,
linear/circular, normalization)
* Allow to specify the number format when exporting spreadsheet
and matrix
* Improved user interface for data fitting (add fit function
preview, show parameters directly, make options foldable)
* [spreadsheet] when filling a float column with row numbers,
automatically convert its type to integer
* [spreadsheet] when filling an integer column with function
values, automatically convert its type to float
* [spreadsheet] data manipulation: add/subtract/multiply/divide
for column values
* [spreadsheet] export to SQLite
* [matrix] data manipulation: add/subtract/multiply/divide for
matrix values
* [worksheet] Allow to specify different border shapes for labels
(rectangle, eclipse, etc.)
* [worksheet] Allow to rotate plot legends
* [worksheet] Better positioning of rotated axis tick labels
* [worksheet] Allow to make plots not-interactive (ignore mouse
drag and wheel events) to avoid unwanted occasional panning and
zooming
* Allow to connect to SQL databases via ODBC
* Show the amount of consumed memory in the status bar (optional)
* Allow to change the settings for different computer algebra
systems (Maxima, etc.) directly in LabPlot (embedd Cantor's
settings widgets)
- Bug fixes:
* Fixed several problems in live data support
* [spreadsheet] properly calculate function values out of integer
x-values
* [matrix] fix editing integer values
* [import] fix preview update and add missing close of netcdf
files
* Don't crash when a scaling factor equal to zero was set for
axis
OBS-URL: https://build.opensuse.org/request/show/706826
OBS-URL: https://build.opensuse.org/package/show/science/labplot-kf5?expand=0&rev=18
2019-06-04 06:56:53 +00:00
|
|
|
%find_lang labplot2 --with-man %{?no_lang_C}
|
2015-10-26 14:31:59 +00:00
|
|
|
|
|
|
|
|
%fdupes -s %{buildroot}
|
|
|
|
|
|
2020-09-24 13:03:59 +00:00
|
|
|
%kf5_post_install
|
2015-10-26 14:31:59 +00:00
|
|
|
|
|
|
|
|
%files
|
2022-05-10 08:36:25 +00:00
|
|
|
%license LICENSES/*
|
2019-10-29 05:06:33 +00:00
|
|
|
%doc AUTHORS ChangeLog README.md
|
2015-10-26 14:31:59 +00:00
|
|
|
%{_kf5_bindir}/labplot2
|
|
|
|
|
%{_kf5_appsdir}/labplot2/
|
2016-07-16 06:56:13 +00:00
|
|
|
%{_kf5_applicationsdir}/org.kde.labplot2.desktop
|
2020-11-13 17:36:47 +00:00
|
|
|
%dir %{_kf5_iconsdir}/hicolor/44x44/
|
|
|
|
|
%dir %{_kf5_iconsdir}/hicolor/44x44/apps/
|
|
|
|
|
%dir %{_kf5_iconsdir}/hicolor/150x150/
|
|
|
|
|
%dir %{_kf5_iconsdir}/hicolor/150x150/apps/
|
|
|
|
|
%dir %{_kf5_iconsdir}/hicolor/310x310/
|
|
|
|
|
%dir %{_kf5_iconsdir}/hicolor/310x310/apps/
|
2015-10-26 14:31:59 +00:00
|
|
|
%dir %{_kf5_iconsdir}/hicolor/512x512/
|
|
|
|
|
%dir %{_kf5_iconsdir}/hicolor/512x512/apps/
|
|
|
|
|
%{_kf5_iconsdir}/hicolor/scalable/apps/labplot-*
|
|
|
|
|
%{_kf5_iconsdir}/hicolor/*/apps/labplot2.*
|
|
|
|
|
%{_kf5_kxmlguidir}/labplot2/
|
|
|
|
|
%{_kf5_sharedir}/mime/packages/labplot2.xml
|
2017-05-05 17:11:32 +00:00
|
|
|
%dir %{_kf5_appstreamdir}
|
|
|
|
|
%{_kf5_appstreamdir}/org.kde.labplot2.appdata.xml
|
2020-09-26 09:00:28 +00:00
|
|
|
%{_kf5_htmldir}/en/labplot2/
|
Accepting request 706826 from home:wolfi323:branches:science
- Update to version 2.6.0
- New features:
* Histogram
* Import from MQTT sources
* Import of ROOT (CERN) TH1 histograms
* Import of Ngspice raw files (ASCII and binary)
* Import of data in JSON format (JSON arrays and objects)
* Improved import of NetCDF files
* Added file type specific summary and content for special file
types in info box of import dialog
* Convolution/Deconvolution of data sets (sampling interval,
linear/circular, normalization, wrap, standard kernel)
* Cross-/Autocorrelation of data sets (sampling interval,
linear/circular, normalization)
* Allow to specify the number format when exporting spreadsheet
and matrix
* Improved user interface for data fitting (add fit function
preview, show parameters directly, make options foldable)
* [spreadsheet] when filling a float column with row numbers,
automatically convert its type to integer
* [spreadsheet] when filling an integer column with function
values, automatically convert its type to float
* [spreadsheet] data manipulation: add/subtract/multiply/divide
for column values
* [spreadsheet] export to SQLite
* [matrix] data manipulation: add/subtract/multiply/divide for
matrix values
* [worksheet] Allow to specify different border shapes for labels
(rectangle, eclipse, etc.)
* [worksheet] Allow to rotate plot legends
* [worksheet] Better positioning of rotated axis tick labels
* [worksheet] Allow to make plots not-interactive (ignore mouse
drag and wheel events) to avoid unwanted occasional panning and
zooming
* Allow to connect to SQL databases via ODBC
* Show the amount of consumed memory in the status bar (optional)
* Allow to change the settings for different computer algebra
systems (Maxima, etc.) directly in LabPlot (embedd Cantor's
settings widgets)
- Bug fixes:
* Fixed several problems in live data support
* [spreadsheet] properly calculate function values out of integer
x-values
* [matrix] fix editing integer values
* [import] fix preview update and add missing close of netcdf
files
* Don't crash when a scaling factor equal to zero was set for
axis
OBS-URL: https://build.opensuse.org/request/show/706826
OBS-URL: https://build.opensuse.org/package/show/science/labplot-kf5?expand=0&rev=18
2019-06-04 06:56:53 +00:00
|
|
|
%{_kf5_mandir}/man1/labplot2.1%{?ext_man}
|
2015-10-26 14:31:59 +00:00
|
|
|
|
|
|
|
|
%files lang -f labplot2.lang
|
2016-05-08 17:16:03 +00:00
|
|
|
%{_kf5_htmldir}/*/labplot2/
|
2022-05-10 08:36:25 +00:00
|
|
|
## These belong to the main package
|
2020-09-26 09:00:28 +00:00
|
|
|
%exclude %{_kf5_htmldir}/en/labplot2/
|
2015-10-26 14:31:59 +00:00
|
|
|
|
|
|
|
|
%changelog
|