[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
debuginfo rpm
- From: "Luca Scaramella" <luca scaramella recom it>
- To: rpm-list redhat com
- Subject: debuginfo rpm
- Date: Wed, 19 Oct 2005 11:58:34 +0200
New to rpmbuild.
I want to create my own rpm package from a tarball distribution (gambas2-1.9.20).
1)Copied the tar file in /usr/src/redhat/sources.
2)Created the .spec file with the %build section as follows
%build
./configure --disable-v4l
make
the rest of the spec file is the basic one.
Then i run
rpmbuild -bb specfile
At the end of the elaboration i've got only the debuginfo rpm and not the binaries.
What's wrong with the build????
Luca
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]