[Kst] [Bug 67607] Cannot build rpms from source tarball,
spec file needs changes
George Staikos
staikos at kde.org
Tue Nov 11 22:45:01 CET 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=67607
staikos at kde.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From staikos at kde.org 2003-11-11 22:45 -------
Subject: kdeextragear-2/kst
CVS commit by staikos:
add more files to the rpm
CCMAIL: 67607-done at bugs.kde.org
M +15 -0 kst.spec.in 1.16
--- kdeextragear-2/kst/kst.spec.in #1.15:1.16
@@ -14,4 +14,6 @@
BuildRoot: /var/tmp/kst-%{version}.root
+Requires(post,postun): /sbin/ldconfig
+
%description
A data viewing application for KDE.
@@ -28,4 +30,5 @@
%files
+%defattr(-,root,root)
#binaries
%prefix/bin/kst
@@ -44,4 +47,14 @@
%prefix/share/services/kst/kstdata_planck.desktop
%prefix/lib/kde3/kstdata_planck.so
+%prefix/include/kstdatasource.h
+%prefix/include/kstobject.h
+%prefix/lib/kde3/kstdata_ascii.la
+%prefix/lib/kde3/kstdata_dirfile.la
+%prefix/lib/kde3/kstdata_frame.la
+%prefix/lib/kde3/kstdata_indirect.la
+%prefix/lib/kde3/kstdata_planck.la
+%prefix/lib/libkst.la
+%prefix/share/servicetypes/kst/kstdatasourceplugin.desktop
+%prefix/share/servicetypes/kst/kstplugin.desktop
# UI file
%prefix/share/apps/kst/kstui.rc
@@ -74,5 +87,7 @@
%post
+/sbin/ldconfig
%postun
+/sbin/ldconfig
More information about the Kst
mailing list