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
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
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
3 matches
Mail list logo