Accepting request 55838 from KDE:Distro:Factory
Accepted submit request 55838 from user wstephenson OBS-URL: https://build.opensuse.org/request/show/55838 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kst?expand=0&rev=21
This commit is contained in:
parent
9f1e6efb44
commit
a6084ea37f
12
fixbuild_with_libcfitsio.diff
Normal file
12
fixbuild_with_libcfitsio.diff
Normal file
@ -0,0 +1,12 @@
|
||||
--- src/datasources/fitsimage/fitsimage.h 2010-10-03 02:40:28.000000000 +0200
|
||||
+++ src/datasources/fitsimage/fitsimage.h_new 2010-11-22 21:39:48.000000000 +0100
|
||||
@@ -17,8 +17,7 @@
|
||||
#include <datasource.h>
|
||||
#include <dataplugin.h>
|
||||
|
||||
-//#include <libcfitsio0/fitsio.h>
|
||||
-#include <fitsio.h>
|
||||
+#include <libcfitsio0/fitsio.h>
|
||||
|
||||
class DataInterfaceFitsImageMatrix;
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e13658e6f41551b0ef71d9e4d81444447af76d9017e385ad7e9a3f8bfc0c7315
|
||||
size 10091947
|
3
kst-2.0.2.tar.bz2
Normal file
3
kst-2.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f49017c4e04cb0d57092e3171f448e853f60a48f4a2ad79515c973f53b2719a
|
||||
size 10316390
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 22 18:07:54 UTC 2010 - ctrippe@gmx.net
|
||||
|
||||
- Update to kst 2.0.2
|
||||
* Kst 2.0.2: Kst does not crash any more when ASCII data is imported.
|
||||
* Kst 2.0.1: Many bugfixes and polished GUI (e.g. drag and drop of plots between tabs)
|
||||
- BuildRequire libnetcdf-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 31 17:55:22 UTC 2010 - ctrippe@gmx.net
|
||||
|
||||
|
11
kst.spec
11
kst.spec
@ -22,15 +22,17 @@ Name: kst
|
||||
BuildRequires: gsl-devel kdebase4-workspace-devel libkde4-devel readline-devel
|
||||
BuildRequires: libcfitsio-devel libqt4-devel update-desktop-files
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libnetcdf-devel
|
||||
License: GPLv2+
|
||||
Group: Productivity/Graphics/Visualization/Graph
|
||||
Summary: Real-Time Data Viewing and Plotting Tool with Basic Data Analysis Functionality
|
||||
Version: 2.0.0
|
||||
Version: 2.0.2
|
||||
Release: 1
|
||||
Url: http://extragear.kde.org/apps/kst/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: %name-2.0.0.tar.bz2
|
||||
Source0: %name-%{version}.tar.bz2
|
||||
Patch: fix-desktop.diff
|
||||
Patch1: fixbuild_with_libcfitsio.diff
|
||||
|
||||
%description
|
||||
Kst is a data plotting and viewing program. Some of the features
|
||||
@ -102,11 +104,11 @@ Authors:
|
||||
Rick Chern <rchern@interchange.ubc.ca>
|
||||
|
||||
%prep
|
||||
%setup -q -n %name-2.0.0
|
||||
%setup -q -n %name-%{version}
|
||||
%patch
|
||||
%patch1
|
||||
|
||||
%build
|
||||
export INSTDIR=/usr
|
||||
%ifarch x86_64
|
||||
export INSTALL_LIBDIR=lib64
|
||||
%endif
|
||||
@ -130,6 +132,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/kst
|
||||
%{_bindir}/kst2
|
||||
%{_bindir}/dirfile_maker_new
|
||||
%{_libdir}/libkst2app.so.*
|
||||
%{_libdir}/libkst2math.so.*
|
||||
%{_libdir}/libkst2lib.so.*
|
||||
|
Loading…
Reference in New Issue
Block a user