|
| View previous topic :: View next topic |
| Author |
Message |
jebba
|
|
 |
john maclean
|
Posted: Sun Nov 19, 2006 1:40 pm Post subject: |
|
|
Thanks jebba. The howto specifies `yum install fedora-rpmdevtools unifdef`. Which one do we pick from below?
| Code: | apt-cache search rpm| grep dev
rpm-devel - Development files for manipulating RPM packages.
rpmdevtools - RPM Development Tools |
Also | Quote: | Create your rpmbuild directory as follows:
cd ~
cp -a /usr/src/redhat/ rpmbuild |
| Code: | [jayeola@acid ~]$ ls /usr/src/
[jayeola@acid ~]$ |
So you can see that it's empty. Does this matter?
| Code: | cat /etc/issue
BLAG release 59999.00000 (POST)
Kernel \r on an \m
|
|
_________________ BLAG 'em up! |
|
 |
jebba
|
Posted: Sun Nov 19, 2006 2:15 pm Post subject: |
|
|
| john maclean wrote: | Thanks jebba. The howto specifies `yum install fedora-rpmdevtools unifdef`. Which one do we pick from below?
| Code: | apt-cache search rpm| grep dev
rpm-devel - Development files for manipulating RPM packages.
rpmdevtools - RPM Development Tools |
|
| Code: | | yum install rpmdevtools unifdef |
| john maclean wrote: | Also | Quote: | Create your rpmbuild directory as follows:
cd ~
cp -a /usr/src/redhat/ rpmbuild |
| Code: | [jayeola@acid ~]$ ls /usr/src/
[jayeola@acid ~]$ |
So you can see that it's empty. Does this matter? |
It'll be created by rpmdevtools install, I believe.
-Jeff
|
|
|
 |
|
|
|