Notes |
|
(0021216)
|
Eric NOULARD
|
2010-07-03 05:45
|
|
I'll try to fix that but rpm and rpmbuild as trouble with space anyway.
For example currently you cannot build rpm if your build tree path
contains space because rpmbuild is not able to handle that.
May be you would be able to provide a standalone test case |
|
|
(0021217)
|
Luis Garrido
|
2010-07-03 07:16
|
|
I am using CPack in this (quite small) project:
http://sourceforge.net/apps/trac/ls16 [^]
http://sourceforge.net/scm/?type=git&group_id=328996 [^]
There is a folder called "stylesheets/HighContrast" that was formerly named "stylesheets/High Contrast", thus making rpmbuild fail (and prompting me to file this report.) You are of course welcome to use it as a test case if it is of any help.
From what I gathered, I think an easy fix for this particular case would be to always double-quote the file names that are added to the %files section of the spec. |
|
|
(0021218)
|
Rolf Eike Beer
|
2010-07-03 08:35
|
|
'"' is also a valid path character, so that needs to be quoted then, too. I don't expect it to work now... |
|
|
(0021225)
|
Eric NOULARD
|
2010-07-04 09:15
|
|
The fix for bugs 10701,10871,10345 has been commited to next |
|
|
(0021226)
|
Eric NOULARD
|
2010-07-04 09:16
|
|
commit 53899460dfb1aef50ad3bb7acd1ec30d618cc5e7
Merge: 5858e6d 6926e91
Author: Eric NOULARD <eric.noulard@gmail.com>
Date: Sun Jul 4 15:10:18 2010 +0200
Merge branch 'CPackRPM-handleFileWithSpace' into next
commit 6926e9114c832607bdad97827bb918cb21ab231d
Author: Eric NOULARD <eric.noulard@gmail.com>
Date: Sun Jul 4 14:05:25 2010 +0200
CPackRPM:: Quote every filenames in %file section (see bugs 10701,10871,10345) |
|
|
(0021241)
|
Eric NOULARD
|
2010-07-05 14:08
|
|
|
|
(0021242)
|
Eric NOULARD
|
2010-07-05 14:08
|
|
|