spec file question

Ignacio Vazquez-Abrams ivazquez at ivazquez.net
Tue Aug 16 16:04:41 UTC 2005


On Tue, 2005-08-16 at 10:50 -0500, Quentin Spencer wrote:
> I'm working on a spec file with a line that looks something like this 
> (borrowed from a Debian package):
> cc -shared -Wl,-soname=<name> -o <target> tmp/*.o -lm
> 
> When I run rpmbuild, the line run like this:
> cc -shared -Wl,-soname=<name> -o <target> 'tmp/*.o' -lm
> 
> and the result is that the command fails because of the single quotes 
> around 'tmp/*.o'. I suppose I could replace it with `ls tmp/*.o` or 
> something, but I find this odd. Why does RPM insert the quotes, and is 
> there a way to prevent this?

Do you have a link to the spec file somewhere?

-- 
Ignacio Vazquez-Abrams <ivazquez at ivazquez.net>
http://fedora.ivazquez.net/

gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-extras-list/attachments/20050816/d585318e/attachment.sig>


More information about the fedora-extras-list mailing list