Bug 209389

Summary: sane-backends-devel content does not look right
Product: [Fedora] Fedora Reporter: Henrik Nordstrom <hno>
Component: sane-backendsAssignee: Nils Philippsen <nphilipp>
Status: CLOSED UPSTREAM QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-11-07 14:41:49 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
Proposed patch none

Description Henrik Nordstrom 2006-10-05 01:08:35 UTC
Description of problem:

sane-backends-devel contains only 2 headers and lots of .so links for the
individual backends. Would expect a lot more headers, and less .so links.. The
current content is not very helpful as it is not sufficient for sane-backends
development.

missing include/sane/sanei_* & sane/config.h

the /usr/lib64/sane/ .so links should not be needed. These are never referenced
directly outside sane.

sanei_*.h needs to be cleaned up a bit to fixup the include references. #include
"../include/sane/XXX.h" should be #include <sane/XXX.h>

perl -i -p -e 's%"../include/(.*\.h)"%<$1>%' `fgrep -l '"../include' *.h`

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

sane-backends-devel-1.0.18-2.fc6

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Henrik Nordstrom 2006-10-05 01:30:41 UTC
Created attachment 137791 [details]
Proposed patch

The attached specfile patch attempts to clean up the devel package as outlined
earlier.

Verified by manually building the avision backend out-of-tree.

Could be cleaned up by fixing sane-backends to install the required files
proper instead of doing it manually from the spec file.

Comment 2 Nils Philippsen 2007-07-24 07:43:35 UTC
*** Bug 213448 has been marked as a duplicate of this bug. ***

Comment 3 Nils Philippsen 2007-11-07 14:41:49 UTC
I won't overrule upstream on this one, therefore I'll close this bug as UPSTREAM.

The corresponding upstream bug is:

https://alioth.debian.org/tracker/index.php?func=detail&aid=306658&group_id=30186&atid=410366