Re: Need help with building rpms

2012-11-23 Thread Suvayu Ali
On Fri, Nov 23, 2012 at 11:23:34AM -0500, Matthew Miller wrote: > On Fri, Nov 23, 2012 at 04:38:56PM +0100, Suvayu Ali wrote: > > This is part of the Makefile generated by configure in the %config > > section. Does that mean I have to patch the Makefile after it is > > generated and then do as you

Re: Need help with building rpms

2012-11-23 Thread Matthew Miller
On Fri, Nov 23, 2012 at 04:38:56PM +0100, Suvayu Ali wrote: > This is part of the Makefile generated by configure in the %config > section. Does that mean I have to patch the Makefile after it is > generated and then do as you suggest in the %files section? Looks like the Fedora package has a pat

Re: Need help with building rpms

2012-11-23 Thread Suvayu Ali
Hi Matthew, On Fri, Nov 23, 2012 at 10:23:27AM -0500, Matthew Miller wrote: > On Fri, Nov 23, 2012 at 04:16:46PM +0100, Suvayu Ali wrote: > > I am trying to build my own rpm for mutt. I am using the spec file from > > the Fedora srpm. During the build it fails on the following command. > > > >

Re: Need help with building rpms

2012-11-23 Thread Matthew Miller
On Fri, Nov 23, 2012 at 04:16:46PM +0100, Suvayu Ali wrote: > I am trying to build my own rpm for mutt. I am using the spec file from > the Fedora srpm. During the build it fails on the following command. > > > if test -f $BUILDROOT/usr/bin/mutt_dotlock && test xmail != x ; then \ > chgrp

Need help with building rpms

2012-11-23 Thread Suvayu Ali
Hi, I am trying to build my own rpm for mutt. I am using the spec file from the Fedora srpm. During the build it fails on the following command. if test -f $BUILDROOT/usr/bin/mutt_dotlock && test xmail != x ; then \ chgrp mail $BUILDROOT/usr/bin/mutt_dotlock && \ chmod 2755 $BUILDR