This commit is contained in:
parent
932471f2be
commit
93665492cc
@ -1,11 +1,11 @@
|
|||||||
--- kst/src/kst/kst.desktop 2007/06/21 09:02:01 1.1
|
--- kst/src/kst/kst.desktop 2007/08/04 11:29:30 1.1
|
||||||
+++ kst/src/kst/kst.desktop 2007/06/21 09:02:09
|
+++ kst/src/kst/kst.desktop 2007/08/04 11:30:10
|
||||||
@@ -3,7 +3,7 @@
|
@@ -3,7 +3,7 @@
|
||||||
Exec=kst -caption "%c" %i %m
|
Exec=kst -caption "%c" %i %m
|
||||||
Icon=kst
|
Icon=kst
|
||||||
DocPath=kst/index.html
|
DocPath=kst/index.html
|
||||||
-MimeType=application/x-kst
|
-MimeType=application/x-kst
|
||||||
+MimeType=application/x-kst;
|
+MimeType=application/x-kst;
|
||||||
#Categories=QT;KDE;Science;
|
#Categories=Qt;KDE;Science;
|
||||||
Name=Kst
|
Name=Kst
|
||||||
Name[hi]=केएसटी
|
Name[hi]=केएसटी
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:800c7a58540a429e511dde64ae8d8cd808cb3dc7b7580457fae4a1b078b114f9
|
|
||||||
size 9163673
|
|
3
kst-1.4.0.tar.bz2
Normal file
3
kst-1.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3fcdcd043067859830eef9b1bfea86f5cfc95c488b03cbd4b93a3a8bcf4cfebb
|
||||||
|
size 14818046
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 4 14:27:40 CEST 2007 - stbinner@suse.de
|
||||||
|
|
||||||
|
- update to version 1.4: numerous bugfixes, see ChangeLog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 21 11:26:14 CEST 2007 - stbinner@suse.de
|
Thu Jun 21 11:26:14 CEST 2007 - stbinner@suse.de
|
||||||
|
|
||||||
|
13
kst.spec
13
kst.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kst (Version 1.3.1)
|
# spec file for package kst (Version 1.4.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -18,11 +18,11 @@ BuildRequires: netcdf
|
|||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Graphics/Visualization/Graph
|
||||||
Summary: Real-Time Data Viewing and Plotting Tool with Basic Data Analysis Functionality
|
Summary: Real-Time Data Viewing and Plotting Tool with Basic Data Analysis Functionality
|
||||||
Version: 1.3.1
|
Version: 1.4.0
|
||||||
Release: 69
|
Release: 1
|
||||||
URL: http://extragear.kde.org/apps/kst/
|
URL: http://extragear.kde.org/apps/kst/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: %name-%version.tar.bz2
|
Source0: %name-%version.tar.bz2
|
||||||
@ -119,7 +119,6 @@ make DESTDIR=${RPM_BUILD_ROOT} install
|
|||||||
%fdupes $RPM_BUILD_ROOT
|
%fdupes $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
%find_lang %name
|
%find_lang %name
|
||||||
%find_lang kstplugineditor %name.lang
|
|
||||||
kde_post_install
|
kde_post_install
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -162,6 +161,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
/opt/kde3/share/config/colors
|
/opt/kde3/share/config/colors
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 04 2007 - stbinner@suse.de
|
||||||
|
- update to version 1.4: numerous bugfixes, see ChangeLog
|
||||||
* Thu Jun 21 2007 - stbinner@suse.de
|
* Thu Jun 21 2007 - stbinner@suse.de
|
||||||
- fix invalid .desktop file
|
- fix invalid .desktop file
|
||||||
* Fri Jun 01 2007 - coolo@suse.de
|
* Fri Jun 01 2007 - coolo@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user