Bug 166562

Summary: notecase help file not found
Product: [Fedora] Fedora Reporter: Paul W. Frields <stickster>
Component: notecaseAssignee: Ignacio Vazquez-Abrams <ivazqueznet>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-03 22:07:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to correct "missing" help file problem none

Description Paul W. Frields 2005-08-23 11:52:24 UTC
Description of problem:
The spec file for notecase doesn't properly set the HELP_FILE_PATH, so when a
user runs notecase, the help file won't work.  The help file is actually located
in %{_docdir}/%{name}-%{version} as expected.

Version-Release number of selected component (if applicable):
1.0.0-1

How reproducible:
Every time

Steps to Reproduce:
1. Start notecase
2. From menu, select Help -> About

  
Actual results:
Error dialog, help file not found.

Expected results:
Help file should open.

Additional info:
Spec file patch attached.

*** Also - another problem: In the specfile, I was under the impression that
dos2unix is a no-no.  Shouldn't it be using %{__sed} 's!\r!!' instead?  Then you
can eliminate the extra BuildRequires for /usr/bin/dos2unix as well.

Comment 1 Paul W. Frields 2005-08-23 11:52:24 UTC
Created attachment 117997 [details]
Patch to correct "missing" help file problem