2007-01-16 00:20:47 +01:00
|
|
|
#
|
2011-04-21 12:19:27 +02:00
|
|
|
# spec file for package kst
|
2007-01-16 00:20:47 +01:00
|
|
|
#
|
2011-01-10 14:03:31 +01:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2011-04-21 12:19:11 +02:00
|
|
|
# Copyright (c) 2011 Christian Trippe ctrippe@opensuse.org
|
2007-01-16 00:20:47 +01:00
|
|
|
#
|
2008-10-24 15:15:03 +02: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.
|
|
|
|
|
2007-01-16 00:20:47 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2008-03-13 19:03:06 +01:00
|
|
|
|
2007-01-16 00:20:47 +01:00
|
|
|
Name: kst
|
2011-04-21 12:19:11 +02:00
|
|
|
BuildRequires: gsl-devel readline-devel
|
|
|
|
BuildRequires: cmake
|
2010-09-03 16:53:36 +02:00
|
|
|
BuildRequires: libcfitsio-devel libqt4-devel update-desktop-files
|
2011-04-21 12:19:11 +02:00
|
|
|
BuildRequires: Mesa-devel
|
2007-05-23 16:18:12 +02:00
|
|
|
BuildRequires: fdupes
|
2010-12-14 11:26:02 +01:00
|
|
|
BuildRequires: libnetcdf-devel
|
2011-04-21 12:19:11 +02:00
|
|
|
%if 0%{?suse_version} > 1130
|
2011-01-10 14:03:25 +01:00
|
|
|
BuildRequires: getdata-devel
|
|
|
|
%endif
|
2010-09-03 16:53:36 +02:00
|
|
|
License: GPLv2+
|
2007-08-05 11:41:20 +02:00
|
|
|
Group: Productivity/Graphics/Visualization/Graph
|
2007-01-16 00:20:47 +01:00
|
|
|
Summary: Real-Time Data Viewing and Plotting Tool with Basic Data Analysis Functionality
|
Accepting request 82083 from KDE:Distro:Factory
- 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
2011-09-14 14:57:01 +02:00
|
|
|
Version: 2.0.4
|
2011-04-21 12:19:11 +02:00
|
|
|
Release: 1
|
|
|
|
Url: http://kst-plot.kde.org/
|
2007-01-16 00:20:47 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Accepting request 82083 from KDE:Distro:Factory
- 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
2011-09-14 14:57:01 +02:00
|
|
|
Source: kst-2.0.4.tar.gz
|
2011-04-21 12:19:11 +02:00
|
|
|
|
2007-01-16 00:20:47 +01:00
|
|
|
%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
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-05-30 01:14:46 +02:00
|
|
|
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
|
2010-09-03 16:53:36 +02:00
|
|
|
License: GPLv2+
|
2007-05-30 01:14:46 +02:00
|
|
|
Summary: Real-Time Data Viewing and Plotting Tool with Basic Data Analysis Functionality
|
|
|
|
Group: Productivity/Scientific/Math
|
|
|
|
Requires: kst = %{version}
|
2011-04-21 12:19:11 +02:00
|
|
|
Requires: libqt4-devel
|
2007-05-30 01:14:46 +02:00
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-01-16 00:20:47 +01:00
|
|
|
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>
|
2011-04-21 12:19:11 +02:00
|
|
|
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
|
2007-01-16 00:20:47 +01:00
|
|
|
|
|
|
|
%prep
|
2011-04-21 12:19:11 +02:00
|
|
|
%setup -q -n kst-%{version}
|
2007-01-16 00:20:47 +01:00
|
|
|
|
|
|
|
%build
|
2011-04-21 12:19:11 +02:00
|
|
|
cmake -Dkst_rpath=0 -Dkst_install_prefix=/usr -Dkst_install_libdir=%{_lib} ./cmake
|
2007-01-16 00:20:47 +01:00
|
|
|
|
|
|
|
%install
|
2011-04-21 12:19:11 +02:00
|
|
|
%make_install
|
Accepting request 82083 from KDE:Distro:Factory
- 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
2011-09-14 14:57:01 +02:00
|
|
|
%suse_update_desktop_file kst2 Qt KDE Education Science Math
|
2009-08-10 18:15:37 +02:00
|
|
|
%fdupes $RPM_BUILD_ROOT
|
2007-05-23 16:18:12 +02:00
|
|
|
|
2008-03-13 19:03:06 +01:00
|
|
|
%post -p /sbin/ldconfig
|
2007-05-23 16:18:12 +02:00
|
|
|
|
2008-03-13 19:03:06 +01:00
|
|
|
%postun -p /sbin/ldconfig
|
2007-01-16 00:20:47 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2011-04-21 12:19:11 +02:00
|
|
|
%dir %{_libdir}/kst2
|
2010-12-14 11:25:49 +01:00
|
|
|
%{_bindir}/kst2
|
2011-04-21 12:19:11 +02:00
|
|
|
%{_libdir}/libkst*.so.*
|
|
|
|
%{_libdir}/kst2/*
|
Accepting request 82083 from KDE:Distro:Factory
- 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
2011-09-14 14:57:01 +02:00
|
|
|
/usr/share/icons/hicolor/*/apps/*kst.*
|
|
|
|
/usr/share/applications/kst2.desktop
|
|
|
|
/usr/share/applnk/Graphics/kst2.desktop
|
|
|
|
/usr/share/mimelink/application/x-kst2.desktop
|
2011-04-21 12:19:11 +02:00
|
|
|
/usr/share/man/man1/kst2.1.gz
|
|
|
|
%dir /usr/share/applnk
|
|
|
|
%dir /usr/share/applnk/Graphics
|
|
|
|
%dir /usr/share/icons/hicolor
|
Accepting request 82083 from KDE:Distro:Factory
- 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
2011-09-14 14:57:01 +02:00
|
|
|
%dir /usr/share/icons/hicolor/*
|
|
|
|
%dir /usr/share/icons/hicolor/*/apps
|
2011-04-21 12:19:11 +02:00
|
|
|
%dir /usr/share/mimelink
|
|
|
|
%dir /usr/share/mimelink/application
|
|
|
|
|
2008-07-09 23:10:21 +02:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2009-08-10 18:15:37 +02:00
|
|
|
%{_libdir}/*.so
|
2011-04-21 12:19:11 +02:00
|
|
|
%{_libdir}/libkst2app.a
|
2008-07-09 23:10:21 +02:00
|
|
|
|
2007-05-23 16:18:12 +02:00
|
|
|
%changelog
|