Bug 66302 - unable to build rpm as spec file is missing entries
Summary: unable to build rpm as spec file is missing entries
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-21 01:04 UTC by Matthew Truch
Modified: 2003-10-21 01:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch to fix this bug (686 bytes, patch)
2003-10-21 01:05 UTC, Matthew Truch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Truch 2003-10-21 01:04:39 UTC
Version:           0.92 (using KDE KDE 3.1)
Installed from:    RedHat RPMs
OS:          Linux

I am unable to build rpms of kst using the rpmbuild -ta kst-0.92.tar.gz command. 

It complains that d2asc and the two kst.png pixmaps are not packaged.
Comment 1 Matthew Truch 2003-10-21 01:05:51 UTC
Created attachment 2839 [details]
patch to fix this bug

The fix is to include those file in the spec file.  The attached patch adds
these files to the kst.spec.in file.
Comment 2 George Staikos 2003-10-21 01:24:03 UTC
Subject: kdeextragear-2/kst

CVS commit by staikos: 

Fix the spec file.  Thanks for the patch!

CCMAIL: 66302-done@bugs.kde.org


  M +3 -0      kst.spec.in   1.7


--- kdeextragear-2/kst/kst.spec.in  #1.6:1.7
@@ -30,4 +30,5 @@
 #binaries
 %prefix/bin/kst
+%prefix/bin/d2asc
 # UI file
 %prefix/share/apps/kst/kstui.rc
@@ -49,4 +50,6 @@
 %prefix/share/icons/hicolor/22x22/actions/kst_changenpts.png
 %prefix/share/icons/hicolor/22x22/actions/kst_changefile.png
+%prefix/share/icons/locolor/16x16/apps/kst.png
+%prefix/share/icons/locolor/32x32/apps/kst.png
 #docs
 %prefix/share/doc/HTML/en/kst/index.docbook