This commit is contained in:
parent
0ba81bcc93
commit
2e458e536c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 14 12:43:36 CET 2009 - coolo@suse.de
|
||||||
|
|
||||||
|
- call kde_post_install before %find_lang
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 22 12:41:23 CEST 2008 - dmueller@suse.de
|
Wed Oct 22 12:41:23 CEST 2008 - dmueller@suse.de
|
||||||
|
|
||||||
|
12
kst.spec
12
kst.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kst (Version 1.7.0)
|
# spec file for package kst (Version 1.7.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -28,7 +28,7 @@ License: GPL v2 or later
|
|||||||
Group: Productivity/Graphics/Visualization/Graph
|
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.7.0
|
Version: 1.7.0
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@ -125,11 +125,11 @@ make %{?jobs:-j %jobs}
|
|||||||
. /etc/opt/kde3/common_options
|
. /etc/opt/kde3/common_options
|
||||||
make DESTDIR=${RPM_BUILD_ROOT} install
|
make DESTDIR=${RPM_BUILD_ROOT} install
|
||||||
%suse_update_desktop_file %name Qt KDE Education Science Math
|
%suse_update_desktop_file %name Qt KDE Education Science Math
|
||||||
|
kde_post_install
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
%fdupes $RPM_BUILD_ROOT/opt/kde3
|
%fdupes $RPM_BUILD_ROOT/opt/kde3
|
||||||
%endif
|
%endif
|
||||||
%find_lang %name
|
%find_lang %name
|
||||||
kde_post_install
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -186,6 +186,8 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
/opt/kde3/%_lib/libkst.la
|
/opt/kde3/%_lib/libkst.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 14 2009 coolo@suse.de
|
||||||
|
- call kde_post_install before %%find_lang
|
||||||
* Wed Oct 22 2008 dmueller@suse.de
|
* Wed Oct 22 2008 dmueller@suse.de
|
||||||
- update to 1.7.0:
|
- update to 1.7.0:
|
||||||
* Fast real-time display and manipulation of streaming data
|
* Fast real-time display and manipulation of streaming data
|
||||||
@ -258,7 +260,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
* countless bugfixes
|
* countless bugfixes
|
||||||
* Mon Feb 20 2006 stbinner@suse.de
|
* Mon Feb 20 2006 stbinner@suse.de
|
||||||
- cleanup BuildRequires: after gsl-devel dependency fix
|
- cleanup BuildRequires: after gsl-devel dependency fix
|
||||||
* Thu Feb 16 2006 stbinner@suse.de
|
* Wed Feb 15 2006 stbinner@suse.de
|
||||||
- update to version 1.2
|
- update to version 1.2
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
@ -266,7 +268,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- fix build
|
- fix build
|
||||||
* Thu Oct 27 2005 stbinner@suse.de
|
* Thu Oct 27 2005 stbinner@suse.de
|
||||||
- update to version 1.1.1
|
- update to version 1.1.1
|
||||||
* Tue Oct 11 2005 stbinner@suse.de
|
* Mon Oct 10 2005 stbinner@suse.de
|
||||||
- fix include hints for Qt 3.3.5
|
- fix include hints for Qt 3.3.5
|
||||||
* Wed Oct 05 2005 stbinner@suse.de
|
* Wed Oct 05 2005 stbinner@suse.de
|
||||||
- fix some %%files entries for 64 bit
|
- fix some %%files entries for 64 bit
|
||||||
|
Loading…
Reference in New Issue
Block a user