Re: [CentOS] rpmbuild environment CentOS5 vs CentOS6

2013-07-24 Thread Marc Deop
On Wednesday 03 July 2013 08:03:51 Kahlil Hodgson wrote: > make sure you have rpmdevtools > > yum install rpmdevtools > > then run > > rpmdev-setuptree > > to setup the ~/rpmbuild tree structure > > Hope this helps > > K > > > Kahlil (Kal) Hodgson GPG: C9A02289

Re: [CentOS] rpmbuild environment CentOS5 vs CentOS6

2013-07-02 Thread Kahlil Hodgson
make sure you have rpmdevtools yum install rpmdevtools then run rpmdev-setuptree to setup the ~/rpmbuild tree structure Hope this helps K Kahlil (Kal) Hodgson GPG: C9A02289 Head of Technology (m) +61 (0) 4 2573 0382 DealMax Pty Ltd

[CentOS] rpmbuild environment CentOS5 vs CentOS6

2013-07-02 Thread Peter Wood
On CentOS5 I was used to create a simple spec file where at the end I'll declare files and directories I wan't to package: --< Snip >-- %files %dir /opt/myapp %dir /opt/myapp/bin %dir /opt/myapp/etc /opt/myapp/bin/exec01 /opt/myapp/etc/myapp.conf I'll copy the file in /usr/src/redhat/SPECS a