This commit is contained in:
parent
2e458e536c
commit
f4d79de721
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc5501d5d2563ba5934545d97affb2b1e87152477927d37b1e1c3d1364214870
|
||||
size 24778812
|
3
kst-1.8.0.tar.bz2
Normal file
3
kst-1.8.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd9b44bd521ed93d89d4185df7862fbd10295c43f0a21b9608b2e1a238133403
|
||||
size 18727441
|
23
kst.changes
23
kst.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 11 15:33:11 CEST 2009 - tittiatcoke@gmail.com
|
||||
|
||||
- update to 1.8.0:
|
||||
* Fast real-time display and manipulation of streaming data
|
||||
* Quick zooming and scrolling via mouse and keyboard
|
||||
* Extensible via plugins
|
||||
* Built-in high-speed equation interpreter
|
||||
* Multiple tabs or windows
|
||||
* Graphical plot layout manager
|
||||
* Javascript scripting
|
||||
* Drag and drop
|
||||
* Cut and paste
|
||||
* Native power spectrum algorithm and histograms
|
||||
* Image and matrix support, including waterfall plots
|
||||
* Support for the most popular data formats including:
|
||||
+ ASCII, dirfile, CDF, piolib, FITS, HEALPix, qimage
|
||||
+ Plugin design allows additional formats
|
||||
* Time input
|
||||
* Built-in ELOG functionality
|
||||
* Command-line and RPC control mechanisms
|
||||
* Printing, including to images, postscript, and PDF
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 14 12:43:36 CET 2009 - coolo@suse.de
|
||||
|
||||
|
109
kst.spec
109
kst.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kst (Version 1.7.0)
|
||||
# spec file for package kst (Version 1.8.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,19 +19,18 @@
|
||||
|
||||
|
||||
Name: kst
|
||||
BuildRequires: gsl-devel kdelibs3-devel readline-devel
|
||||
BuildRequires: netcdf
|
||||
BuildRequires: gsl-devel kdelibs3-devel libnetcdf-devel readline-devel
|
||||
%if %suse_version > 1020
|
||||
BuildRequires: fdupes
|
||||
%endif
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Graphics/Visualization/Graph
|
||||
Summary: Real-Time Data Viewing and Plotting Tool with Basic Data Analysis Functionality
|
||||
Version: 1.7.0
|
||||
Release: 2
|
||||
Version: 1.8.0
|
||||
Release: 1
|
||||
Url: http://extragear.kde.org/apps/kst/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: %name-%version.tar.bz2
|
||||
Source0: kst-%version.tar.bz2
|
||||
Requires: %{name}-lang = %{version}
|
||||
Patch: fix-desktop-file.diff
|
||||
|
||||
@ -109,7 +108,7 @@ Authors:
|
||||
Rick Chern <rchern@interchange.ubc.ca>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n kst-%{version}
|
||||
%patch
|
||||
pushd kst
|
||||
popd
|
||||
@ -124,12 +123,12 @@ make %{?jobs:-j %jobs}
|
||||
%install
|
||||
. /etc/opt/kde3/common_options
|
||||
make DESTDIR=${RPM_BUILD_ROOT} install
|
||||
%suse_update_desktop_file %name Qt KDE Education Science Math
|
||||
%suse_update_desktop_file kst Qt KDE Education Science Math
|
||||
kde_post_install
|
||||
%if %suse_version > 1020
|
||||
%fdupes $RPM_BUILD_ROOT/opt/kde3
|
||||
%endif
|
||||
%find_lang %name
|
||||
%find_lang kst
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -139,12 +138,12 @@ kde_post_install
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
%if %suse_version > 1020
|
||||
|
||||
%files -f %name.lang lang
|
||||
%files -f kst.lang lang
|
||||
|
||||
%files
|
||||
%else
|
||||
|
||||
%files -f %name.lang
|
||||
%files -f kst.lang
|
||||
%endif
|
||||
%defattr(-,root,root)
|
||||
/opt/kde3/bin/d2asc
|
||||
@ -186,91 +185,3 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
/opt/kde3/%_lib/libkst.la
|
||||
|
||||
%changelog
|
||||
* Sat Feb 14 2009 coolo@suse.de
|
||||
- call kde_post_install before %%find_lang
|
||||
* Wed Oct 22 2008 dmueller@suse.de
|
||||
- update to 1.7.0:
|
||||
* Fast real-time display and manipulation of streaming data
|
||||
* Quick zooming and scrolling via mouse and keyboard
|
||||
* Extensible via plugins
|
||||
* Built-in high-speed equation interpreter
|
||||
* Multiple tabs or windows
|
||||
* Graphical plot layout manager
|
||||
* Javascript scripting
|
||||
* Drag and drop
|
||||
* Cut and paste
|
||||
* Native power spectrum algorithm and histograms
|
||||
* Image and matrix support, including waterfall plots
|
||||
* Support for the most popular data formats including:
|
||||
o ASCII, dirfile, CDF, netCDF, piolib, FITS, HEALPix, qimage
|
||||
o Plugin design allows additional formats
|
||||
* Time input
|
||||
* Built-in ELOG functionality
|
||||
* Command-line and RPC control mechanisms
|
||||
* Printing, including to images, postscript, and PDF
|
||||
* Mon Jul 07 2008 dmueller@suse.de
|
||||
- fix build
|
||||
- fix devel package requires
|
||||
* Thu Apr 24 2008 stbinner@suse.de
|
||||
- update to 1.6.0: no changelog provided
|
||||
* Fri Mar 14 2008 dmueller@suse.de
|
||||
- fixed specfile
|
||||
* Thu Mar 13 2008 dmueller@suse.de
|
||||
- update to 1.5.0:
|
||||
* Fast real-time display and manipulation of streaming data
|
||||
* Quick zooming and scrolling via mouse and keyboard
|
||||
* Extensible via plugins
|
||||
* Built-in high-speed equation interpreter
|
||||
* Multiple tabs or windows
|
||||
* Graphical plot layout manager
|
||||
* Javascript scripting
|
||||
* Drag and drop
|
||||
* Cut and paste
|
||||
* Native power spectrum algorithm and histograms
|
||||
* Image and matrix support, including waterfall plots
|
||||
* Support for the most popular data formats including:
|
||||
o ASCII, dirfile, CDF, netCDF, piolib, FITS, HEALPix, qimage
|
||||
o Plugin design allows additional formats
|
||||
* Time input
|
||||
* Built-in ELOG functionality
|
||||
* Command-line and RPC control mechanisms
|
||||
* Printing, including to images, postscript, and PDF
|
||||
- licensing fixes (bnc#369453)
|
||||
* Wed Nov 28 2007 dmueller@suse.de
|
||||
- fix build against glibc 2.7
|
||||
* Sat Aug 04 2007 stbinner@suse.de
|
||||
- update to version 1.4: numerous bugfixes, see ChangeLog
|
||||
* Thu Jun 21 2007 stbinner@suse.de
|
||||
- fix invalid .desktop file
|
||||
* Fri Jun 01 2007 coolo@suse.de
|
||||
- move kde_post_install
|
||||
* Tue May 29 2007 coolo@suse.de
|
||||
- fix translations handling
|
||||
* Wed May 23 2007 stbinner@suse.de
|
||||
- use %%fupes
|
||||
- add missing ldconfig run calls
|
||||
* Fri Oct 20 2006 stbinner@suse.de
|
||||
- update to version 1.3:1: numerous deadlock and crash fixes
|
||||
* Wed Sep 20 2006 stbinner@suse.de
|
||||
- update to version 1.3.0: no change log digest provided
|
||||
* Wed Apr 19 2006 stbinner@suse.de
|
||||
- don't use broken netcdf on distributions before 10.1
|
||||
* Tue Mar 28 2006 stbinner@suse.de
|
||||
- update to version 1.2.1
|
||||
* countless bugfixes
|
||||
* Mon Feb 20 2006 stbinner@suse.de
|
||||
- cleanup BuildRequires: after gsl-devel dependency fix
|
||||
* Wed Feb 15 2006 stbinner@suse.de
|
||||
- update to version 1.2
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Sat Nov 12 2005 dmueller@suse.de
|
||||
- fix build
|
||||
* Thu Oct 27 2005 stbinner@suse.de
|
||||
- update to version 1.1.1
|
||||
* Mon Oct 10 2005 stbinner@suse.de
|
||||
- fix include hints for Qt 3.3.5
|
||||
* Wed Oct 05 2005 stbinner@suse.de
|
||||
- fix some %%files entries for 64 bit
|
||||
* Tue Oct 04 2005 stbinner@suse.de
|
||||
- initial package (version 1.1.0)
|
||||
|
Loading…
Reference in New Issue
Block a user