Hello community, here is the log from the commit of package kst checked in at Wed May 30 01:14:45 CEST 2007. -------- --- KDE/kst/kst.changes 2007-05-23 12:55:19.000000000 +0200 +++ /mounts/work_src_done/STABLE/kst/kst.changes 2007-05-29 14:36:27.838014000 +0200 @@ -1,0 +2,5 @@ +Tue May 29 14:36:01 CEST 2007 - coolo@suse.de + +- fix translations handling + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kst.spec ++++++ --- /var/tmp/diff_new_pack.z25577/_old 2007-05-30 01:13:47.000000000 +0200 +++ /var/tmp/diff_new_pack.z25577/_new 2007-05-30 01:13:47.000000000 +0200 @@ -22,10 +22,11 @@ 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 @@ -58,6 +59,45 @@ 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> + George Staikos <staikos@kde.org> + Andrew Walker <arwalker@sumusltd.com> + Rick Chern <rchern@interchange.ubc.ca> + %prep %setup -q . /etc/opt/kde3/common_options @@ -77,6 +117,8 @@ %fdupes $RPM_BUILD_ROOT %endif +%find_lang %name +%find_lang kstplugineditor %name.lang %post %run_ldconfig @@ -86,8 +128,15 @@ %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 @@ /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 @@ /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 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de