Bug 473617 - R-BufferedMatrix : Unowned directories
Summary: R-BufferedMatrix : Unowned directories
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: R-BufferedMatrix
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Pierre-YvesChibon
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-29 18:22 UTC by Michael Schwendt
Modified: 2008-12-11 16:56 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-12-11 16:56:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Michael Schwendt 2008-11-29 18:22:54 UTC
One or more directories are not included within this
package and/or its sub-packages:

=> R-BufferedMatrix-devel-1.4.0-1.fc10.i386 (rawhide-development-i386)
/usr/share/R/library/BufferedMatrix

[...]

Further information:

https://fedoraproject.org/wiki/Packaging/ReviewGuidelines

MUST: A package must own all directories that it creates. If it does not
create a directory that it uses, then it should require a package which
does create that directory.

https://fedoraproject.org/wiki/Packaging/Guidelines#FileAndDirectoryOwnership
https://fedoraproject.org/wiki/Packaging/UnownedDirectories

Comment 1 Pierre-YvesChibon 2008-12-01 06:57:51 UTC
The problem is in the -devel package.

Should I change the :
   %files          devel
   %defattr(-,root,root,-)
   %{_datadir}/R/library/%{packname}/include/
to
   %files          devel
   %defattr(-,root,root,-)
   %dir %{_libdir}/R/library/%{packname}
   %{_datadir}/R/library/%{packname}/include/
?

Thanks

Comment 2 Michael Schwendt 2008-12-01 07:39:26 UTC
Or just:
   %files          devel
   %defattr(-,root,root,-)
   %{_datadir}/R/library/%{packname}/

The "UnownedDirectories" Wiki page explains several examples.

Comment 3 Pierre-YvesChibon 2008-12-01 10:01:38 UTC
Fixed in rawhide :)


Note You need to log in before you can comment on or make changes to this bug.