a08636f73f
- Update to kst 2.0.4 * A major re-write of the auto-layout command: it works much better now and no longer gets in the way * Improvements to automatic legend names * Fixes to the layout mode, with better visual feedback during drag operations * Numerous other bugfixes and improvements (point density, scientific notation, issues with log mode, bar colors, fixed aspect ratio in images and svg annotation items) * UI and usability improvements: for instance you can now just double-click on labels or axes to open the corresponding dialog * The introduction of a Settings->Theme dialog which sets brush, stroke, and font for all view items, optionally applying to all existing objects, and/or saving as the default for all future objects * A great new auto-completer for the the equation editor and label editor, including support for wildcards * A number of crashes fixed in various plugins OBS-URL: https://build.opensuse.org/request/show/82083 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kst?expand=0&rev=28
162 lines
4.4 KiB
RPMSpec
162 lines
4.4 KiB
RPMSpec
#
|
|
# spec file for package kst
|
|
#
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
# Copyright (c) 2011 Christian Trippe ctrippe@opensuse.org
|
|
#
|
|
# 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.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
|
|
Name: kst
|
|
BuildRequires: gsl-devel readline-devel
|
|
BuildRequires: cmake
|
|
BuildRequires: libcfitsio-devel libqt4-devel update-desktop-files
|
|
BuildRequires: Mesa-devel
|
|
BuildRequires: fdupes
|
|
BuildRequires: libnetcdf-devel
|
|
%if 0%{?suse_version} > 1130
|
|
BuildRequires: getdata-devel
|
|
%endif
|
|
License: GPLv2+
|
|
Group: Productivity/Graphics/Visualization/Graph
|
|
Summary: Real-Time Data Viewing and Plotting Tool with Basic Data Analysis Functionality
|
|
Version: 2.0.4
|
|
Release: 1
|
|
Url: http://kst-plot.kde.org/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
Source: kst-2.0.4.tar.gz
|
|
|
|
%description
|
|
Kst is a data plotting and viewing program. Some of the features
|
|
include: - Robust plotting of live "streaming" data
|
|
|
|
- Powerful keyboard and mouse plot manipulation
|
|
|
|
- Powerful plug-in and extension support
|
|
|
|
- Large selection of built-in plotting and data manipulation
|
|
functions, such as histograms, equations, and power spectra
|
|
|
|
- Color mapping and contour mapping capabilities for
|
|
three-dimensional data
|
|
|
|
- Monitoring of events and notification support
|
|
|
|
- Built-in filtering and curve fitting capabilities
|
|
|
|
- Convenient command line interface
|
|
|
|
- Powerful graphical user interface
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
C. Barth Netterfield <kst@omega.astro.utoronto.ca>
|
|
George Staikos <staikos@kde.org>
|
|
Andrew Walker <arwalker@sumusltd.com>
|
|
Rick Chern <rchern@interchange.ubc.ca>
|
|
|
|
%package devel
|
|
License: GPLv2+
|
|
Summary: Real-Time Data Viewing and Plotting Tool with Basic Data Analysis Functionality
|
|
Group: Productivity/Scientific/Math
|
|
Requires: kst = %{version}
|
|
Requires: libqt4-devel
|
|
|
|
%description devel
|
|
Kst is a data plotting and viewing program. Some of the features
|
|
include: - Robust plotting of live "streaming" data
|
|
|
|
- Powerful keyboard and mouse plot manipulation
|
|
|
|
- Powerful plug-in and extension support
|
|
|
|
- Large selection of built-in plotting and data manipulation
|
|
functions, such as histograms, equations, and power spectra
|
|
|
|
- Color mapping and contour mapping capabilities for
|
|
three-dimensional data
|
|
|
|
- Monitoring of events and notification support
|
|
|
|
- Built-in filtering and curve fitting capabilities
|
|
|
|
- Convenient command line interface
|
|
|
|
- Powerful graphical user interface
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
C. Barth Netterfield <kst@omega.astro.utoronto.ca>
|
|
George Staikos <staikos@kde.org>
|
|
Andrew Walker <arwalker@sumusltd.com>
|
|
Rick Chern <rchern@interchange.ubc.ca>
|
|
Eli Filder <eli@staikos.net>
|
|
Mike Fenton <mike@staikos.net>
|
|
Matthew D Truch <matt@truch.net>
|
|
Nicolas Brisset <Nicolas.Brisset@eurocopter.com>
|
|
Ted Kisner
|
|
The University of British Columbia
|
|
The University of Toronto
|
|
Sumus Technology Limited
|
|
Peter Kümmel <syntheticpp@gmx.net>
|
|
Zongyi Zang
|
|
|
|
%prep
|
|
%setup -q -n kst-%{version}
|
|
|
|
%build
|
|
cmake -Dkst_rpath=0 -Dkst_install_prefix=/usr -Dkst_install_libdir=%{_lib} ./cmake
|
|
|
|
%install
|
|
%make_install
|
|
%suse_update_desktop_file kst2 Qt KDE Education Science Math
|
|
%fdupes $RPM_BUILD_ROOT
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%clean
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%dir %{_libdir}/kst2
|
|
%{_bindir}/kst2
|
|
%{_libdir}/libkst*.so.*
|
|
%{_libdir}/kst2/*
|
|
/usr/share/icons/hicolor/*/apps/*kst.*
|
|
/usr/share/applications/kst2.desktop
|
|
/usr/share/applnk/Graphics/kst2.desktop
|
|
/usr/share/mimelink/application/x-kst2.desktop
|
|
/usr/share/man/man1/kst2.1.gz
|
|
%dir /usr/share/applnk
|
|
%dir /usr/share/applnk/Graphics
|
|
%dir /usr/share/icons/hicolor
|
|
%dir /usr/share/icons/hicolor/*
|
|
%dir /usr/share/icons/hicolor/*/apps
|
|
%dir /usr/share/mimelink
|
|
%dir /usr/share/mimelink/application
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/*.so
|
|
%{_libdir}/libkst2app.a
|
|
|
|
%changelog
|