|
rpmbuild error: File ./test-2.3.0/SOURCES/test-2.3.0.tar.gz: No such file
$ rpmbuild -bb ./test.spec
error: File ./test-2.3.0/SOURCES/test-2.3.0.tar.gz: No such file or
directory
The file test-2.3.0.tar.gz is located at /tmp/SOURCES/
test-2.3.0.tar.gz.
How to change test.spec to do that?
The linux is FC6.
I tried to set BuildRoot but it does not work:
BuildRoot: /tmp
Last edited by powah; 12-13-2007 at 03:17 PM.
|