This commit is contained in:
committed by
Git OBS Bridge
parent
30ee56d9bd
commit
6d125421c1
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 7 20:17:05 CEST 2008 - dmueller@suse.de
|
||||||
|
|
||||||
|
- fix build
|
||||||
|
- fix devel package requires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 24 10:05:01 CEST 2008 - stbinner@suse.de
|
Thu Apr 24 10:05:01 CEST 2008 - stbinner@suse.de
|
||||||
|
|
||||||
|
29
kst.spec
29
kst.spec
@@ -21,7 +21,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.6.0
|
Version: 1.6.0
|
||||||
Release: 1
|
Release: 21
|
||||||
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
|
||||||
@@ -68,6 +68,7 @@ License: GPL v2 or later
|
|||||||
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
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Requires: kst = %{version}
|
Requires: kst = %{version}
|
||||||
|
Requires: kdelibs3-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Kst is a data plotting and viewing program. Some of the features
|
Kst is a data plotting and viewing program. Some of the features
|
||||||
@@ -143,11 +144,18 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
/opt/kde3/bin/d2asc
|
/opt/kde3/bin/d2asc
|
||||||
/opt/kde3/bin/kst
|
/opt/kde3/bin/kst
|
||||||
/opt/kde3/bin/kstcmd
|
/opt/kde3/bin/kstcmd
|
||||||
/opt/kde3/include/kst*
|
|
||||||
/opt/kde3/include/rwlock.h
|
|
||||||
/opt/kde3/%_lib/kde3/kst*
|
/opt/kde3/%_lib/kde3/kst*
|
||||||
/opt/kde3/%_lib/kde3/plugins/designer/kstwidgets.*
|
/opt/kde3/%_lib/kde3/plugins/designer/kstwidgets.*
|
||||||
/opt/kde3/%_lib/libkst*
|
/opt/kde3/%_lib/libkstwidgets.so.*
|
||||||
|
/opt/kde3/%_lib/libkstextdate.so.*
|
||||||
|
/opt/kde3/%_lib/libkstmath.so.*
|
||||||
|
/opt/kde3/%_lib/libkstapp.so.*
|
||||||
|
/opt/kde3/%_lib/libkst.so.*
|
||||||
|
/opt/kde3/%_lib/libkstwidgets.so
|
||||||
|
/opt/kde3/%_lib/libkstextdate.so
|
||||||
|
/opt/kde3/%_lib/libkstmath.so
|
||||||
|
/opt/kde3/%_lib/libkstapp.so
|
||||||
|
/opt/kde3/%_lib/libkst.so
|
||||||
/opt/kde3/share/applications/kde/kst.desktop
|
/opt/kde3/share/applications/kde/kst.desktop
|
||||||
/opt/kde3/share/apps/kconf_update/kstautosave11.upd
|
/opt/kde3/share/apps/kconf_update/kstautosave11.upd
|
||||||
/opt/kde3/share/apps/kconf_update/kstrcmisc11.upd
|
/opt/kde3/share/apps/kconf_update/kstrcmisc11.upd
|
||||||
@@ -161,7 +169,20 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
/usr/share/man/man1/kst.1.gz
|
/usr/share/man/man1/kst.1.gz
|
||||||
/opt/kde3/share/config/colors
|
/opt/kde3/share/config/colors
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
/opt/kde3/include/kst*
|
||||||
|
/opt/kde3/include/rwlock.h
|
||||||
|
/opt/kde3/%_lib/libkstwidgets.la
|
||||||
|
/opt/kde3/%_lib/libkstextdate.la
|
||||||
|
/opt/kde3/%_lib/libkstmath.la
|
||||||
|
/opt/kde3/%_lib/libkstapp.la
|
||||||
|
/opt/kde3/%_lib/libkst.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 07 2008 dmueller@suse.de
|
||||||
|
- fix build
|
||||||
|
- fix devel package requires
|
||||||
* Thu Apr 24 2008 stbinner@suse.de
|
* Thu Apr 24 2008 stbinner@suse.de
|
||||||
- update to 1.6.0: no changelog provided
|
- update to 1.6.0: no changelog provided
|
||||||
* Fri Mar 14 2008 dmueller@suse.de
|
* Fri Mar 14 2008 dmueller@suse.de
|
||||||
|
Reference in New Issue
Block a user