Bug 468987

Summary: devel-file-in-non-devel-package for MinGW packages
Product: [Fedora] Fedora Reporter: Richard W.M. Jones <rjones>
Component: rpmlintAssignee: Ville Skyttä <ville.skytta>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 10CC: manuel.wolfshant, tmz, ville.skytta
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: 2009-09-09 15:40:57 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:

Description Richard W.M. Jones 2008-10-29 11:41:40 UTC
MinGW packaging guidelines were recently approved for Fedora:

http://fedoraproject.org/wiki/Packaging/MinGW

All mingw32-* packages are designed for Fedora developers to
use.  There aren't any "end user" mingw32 packages.  Thus we
reasoned the split between foo/foo-devel in Fedora doesn't
apply, and the packaging committee agreed when they approved
the guidelines.

Thus files which would normally be found only in foo-devel
packages in native Fedora, can be found in mingw32-* packages.

For example:

mingw32-iconv.noarch: W: devel-file-in-non-devel-package /usr/i686-pc-mingw32/sys-root/mingw/include/iconv.h
mingw32-iconv.noarch: W: devel-file-in-non-devel-package /usr/i686-pc-mingw32/sys-root/mingw/lib/libcharset.a
mingw32-iconv.noarch: W: devel-file-in-non-devel-package /usr/i686-pc-mingw32/sys-root/mingw/lib/libcharset.dll.a
(bug 467325)

mingw32-libvirt.noarch: W: devel-file-in-non-devel-package /usr/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig/libvirt.pc
(bug 467418)

Comment 1 Richard W.M. Jones 2008-10-29 12:29:05 UTC
This warning is also seen with *.hpp files (in C++ packages)
and with the 'bin/*-config' scripts used by some programs.

Comment 2 Bug Zapper 2008-11-26 04:25:15 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle.
Changing version to '10'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Richard W.M. Jones 2009-09-09 15:40:57 UTC
Closing - rpmlint no longer reports this as a problem.