Bug 1077936

Summary: Install headers directly to include dir to match docs and examples
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: qtiocompressorAssignee: Fabio Alessandro Locati <fale>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: northlomax
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-18 20:19:41 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
Install headers directly to include dir to match docs and examples none

Description Ville Skyttä 2014-03-18 21:54:31 UTC
'git am'able fix attached, let me know if you'd like me to push and
build this for devel. Looks like no packages BuildRequire -devel at
the moment so no rebuilds are necessary.

$ grep -i '#include.*iocomp' examples/*/*.cpp doc/html/*.html
examples/gzip/main.cpp:#include <qtiocompressor.h>
examples/simple/main.cpp:#include <qtiocompressor.h>
examples/xml/main.cpp:#include <qtiocompressor.h>
examples/ziplist/main.cpp:#include <qtiocompressor.h>
doc/html/qtiocompressor.html:<pre> #include &lt;QtIOCompressor&gt;</pre><p>Inherits <a href="http://qt.nokia.com/doc/4.5/qiodevice.html">QIODevice</a>.</p>

Comment 1 Ville Skyttä 2014-03-18 21:54:35 UTC
Created attachment 876135 [details]
Install headers directly to include dir to match docs and examples

Comment 2 Fedora Admin XMLRPC Client 2014-08-14 09:32:22 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Fabio Alessandro Locati 2014-08-18 20:19:41 UTC
This structure is the same in all Qt-Solutions packages

Comment 4 Ville Skyttä 2014-08-19 05:30:53 UTC
(In reply to Fabio Alessandro Locati from comment #3)
> This structure is the same in all Qt-Solutions packages

In that case I suggest reporting the issue with docs and examples upstream.

Comment 5 Fabio Alessandro Locati 2014-08-19 07:28:01 UTC
At the moment this package has no upstream. Since Digia received Qt from Nokia, they have changed a lot of things and moved project around. At the moment the upstream of qt-solutions is https://gitorious.org/qt-solutions/qt-solutions but has no qtiocompressor. Liang Qi has proposed to re-incorporate  (https://codereview.qt-project.org/#/c/58895/) qtiocompressor as well as other qt-solutions modules from Nokia in the current qt-solutions, but it seems to get a lot of time. I will try to push forward this codereview to have qtiocompressor re-included ASAP in qt-solutions, but until it will be in it, it will be hard to say if and when it will happened.