Bug 846999

Summary: Wrong folder ownership
Product: [Fedora] Fedora Reporter: Mario Blättermann <mario.blaettermann>
Component: uniqueAssignee: Richard Hughes <hughsient>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: hughsient
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-09 12:30:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mario Blättermann 2012-08-09 12:14:50 UTC
The spec file of unique contains the following line:

%doc %{_datadir}/gtk-doc

This is bad, because this folder and the subfolder "html" (which is also owned by your package this way) is already owned by the gtk-doc package. Please change the line as follows:

%doc %{_datadir}/gtk-doc/html/*

and add gtk-doc as a runtime requirement to the -devel package.

Comment 1 Mario Blättermann 2012-08-09 12:30:42 UTC
Sorry for the blurb, just found the appropriate paragraph in the guidelines:
http://fedoraproject.org/wiki/Packaging:Guidelines#The_directory_is_owned_by_a_package_which_is_not_required_for_your_package_to_function