This commit is contained in:
parent
5ce7b0fe63
commit
d8583437c7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 14:36:01 CEST 2007 - coolo@suse.de
|
||||
|
||||
- fix translations handling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 12:55:10 CEST 2007 - stbinner@suse.de
|
||||
|
||||
|
55
kst.spec
55
kst.spec
@ -22,10 +22,11 @@ License: GNU General Public License (GPL)
|
||||
Group: Productivity/Scientific/Math
|
||||
Summary: Real-Time Data Viewing and Plotting Tool with Basic Data Analysis Functionality
|
||||
Version: 1.3.1
|
||||
Release: 55
|
||||
Release: 59
|
||||
URL: http://extragear.kde.org/apps/kst/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: %name-%version.tar.gz
|
||||
Requires: %{name}-lang = %{version}
|
||||
|
||||
%description
|
||||
Kst is a data plotting and viewing program. Some of the features
|
||||
@ -51,6 +52,45 @@ Kst is a data plotting and viewing program. Some of the features
|
||||
|
||||
|
||||
|
||||
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>
|
||||
|
||||
%if %suse_version > 1020
|
||||
%lang_package
|
||||
%endif
|
||||
%package devel
|
||||
Summary: Real-Time Data Viewing and Plotting Tool with Basic Data Analysis Functionality
|
||||
Group: Productivity/Scientific/Math
|
||||
Requires: kst = %{version}
|
||||
|
||||
%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>
|
||||
@ -77,6 +117,8 @@ kde_post_install
|
||||
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
%endif
|
||||
%find_lang %name
|
||||
%find_lang kstplugineditor %name.lang
|
||||
|
||||
%post
|
||||
%run_ldconfig
|
||||
@ -86,8 +128,15 @@ kde_post_install
|
||||
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
%if %suse_version > 1020
|
||||
|
||||
%files -f %name.lang lang
|
||||
|
||||
%files
|
||||
%else
|
||||
|
||||
%files -f %name.lang
|
||||
%endif
|
||||
%defattr(-,root,root)
|
||||
/opt/kde3/bin/d2asc
|
||||
/opt/kde3/bin/kst
|
||||
@ -101,11 +150,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
/opt/kde3/share/apps/kconf_update/kstautosave11.upd
|
||||
/opt/kde3/share/apps/kconf_update/kstrcmisc11.upd
|
||||
/opt/kde3/share/apps/kst
|
||||
/opt/kde3/share/doc/HTML
|
||||
/opt/kde3/share/icons/*/*/*/addelogentry.*
|
||||
/opt/kde3/share/icons/*/*/*/kst*
|
||||
/opt/kde3/share/icons/*/*/*/launchelogbrowser.*
|
||||
/opt/kde3/share/locale
|
||||
/opt/kde3/share/mimelnk/application/x-kst.desktop
|
||||
/opt/kde3/share/services/kst
|
||||
/opt/kde3/share/servicetypes/kst
|
||||
@ -113,6 +160,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
/opt/kde3/share/config/colors
|
||||
|
||||
%changelog
|
||||
* Tue May 29 2007 - coolo@suse.de
|
||||
- fix translations handling
|
||||
* Wed May 23 2007 - stbinner@suse.de
|
||||
- use %%fupes
|
||||
- add missing ldconfig run calls
|
||||
|
Loading…
Reference in New Issue
Block a user