Re: Creating an rpm from scratch

2013-03-21 Thread Richard Shaw
How about an intermediate solution: # yum install rpmdevtools $ rpmdev-newspec -t .spec That will take care of the heavy lifting... Richard -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users

Re: Creating an rpm from scratch

2013-03-21 Thread Reindl Harald
Am 21.03.2013 19:55, schrieb Suvayu Ali: > On Thu, Mar 21, 2013 at 09:11:08AM -0700, Alan Evans wrote: >> On Thu, Mar 21, 2013 at 2:06 AM, Reindl Harald wrote: >> >>> >>> Am 21.03.2013 01:37, schrieb Bill Davidsen: Reindl Harald wrote: > well, and that is why i started with "unpack a exi

Re: Creating an rpm from scratch

2013-03-21 Thread Suvayu Ali
On Thu, Mar 21, 2013 at 09:11:08AM -0700, Alan Evans wrote: > On Thu, Mar 21, 2013 at 2:06 AM, Reindl Harald wrote: > > > > > Am 21.03.2013 01:37, schrieb Bill Davidsen: > > > Reindl Harald wrote: > > >> well, and that is why i started with "unpack a existing src.rpm" > > >> and look at the SPEC f

Re: Creating an rpm from scratch

2013-03-21 Thread Alan Evans
On Thu, Mar 21, 2013 at 2:06 AM, Reindl Harald wrote: > > Am 21.03.2013 01:37, schrieb Bill Davidsen: > > Reindl Harald wrote: > >> well, and that is why i started with "unpack a existing src.rpm" > >> and look at the SPEC file which is cleraly doable for packages > >> which are only a few KB smal

Re: Creating an rpm from scratch

2013-03-21 Thread Bill Davidsen
poma wrote: On 21.03.2013 01:20, Bill Davidsen wrote: poma wrote: On 16.03.2013 19:21, Bill Davidsen wrote: ... Again, thanks, it appears that the good old days are gone. :-( http://asic-linux.com.mx/~izto/checkinstall/ ;) Thanks, I'll take a look at that. wget -c http://asic-linux.co

Re: Creating an rpm from scratch

2013-03-21 Thread Reindl Harald
Am 21.03.2013 01:37, schrieb Bill Davidsen: > Reindl Harald wrote: >> well, and that is why i started with "unpack a existing src.rpm" >> and look at the SPEC file which is cleraly doable for packages >> which are only a few KB small and have SPEC files with lower than >> 100 lines >> > As I said

Re: Creating an rpm from scratch

2013-03-20 Thread poma
On 21.03.2013 01:20, Bill Davidsen wrote: > poma wrote: >> On 16.03.2013 19:21, Bill Davidsen wrote: >> ... >> >>> Again, thanks, it appears that the good old days are gone. :-( >>> >> >> http://asic-linux.com.mx/~izto/checkinstall/ ;) > > Thanks, I'll take a look at that. > wget -c http://asic-

Re: Creating an rpm from scratch

2013-03-20 Thread Bill Davidsen
Reindl Harald wrote: Am 18.03.2013 18:30, schrieb Jared K. Smith: On Fri, Mar 15, 2013 at 9:29 PM, Reindl Harald wrote: what the hell did you not understand in "rpmbuild" Your tone is not appropriate... it sounds like the original poster either doesn't have a spec file to begin with, or does

Re: Creating an rpm from scratch

2013-03-20 Thread Bill Davidsen
Jared K. Smith wrote: On Fri, Mar 15, 2013 at 12:52 PM, Bill Davidsen wrote: Sounds like NO, there has been progress in documentation since 2.5 days, but sounds like it all has to be created by hand in terms of scripts, spec files, etc. Thanks, but if it hasn't gotten less time consuming in 12-

Re: Creating an rpm from scratch

2013-03-20 Thread Bill Davidsen
poma wrote: On 16.03.2013 19:21, Bill Davidsen wrote: ... Again, thanks, it appears that the good old days are gone. :-( http://asic-linux.com.mx/~izto/checkinstall/ ;) Thanks, I'll take a look at that. -- Bill Davidsen "We have more to fear from the bungling of the incompetent than fr

Re: Creating an rpm from scratch

2013-03-18 Thread Frank Murphy
On Mon, 18 Mar 2013 18:37:16 +0100 Reindl Harald wrote: > the problem was that the OP did even not have Fedora and YUM > and if he would state this at the very first begin of the > thread i would not have answered in the whole thread because > i do not know how tu build RPM's on other distributio

Re: Creating an rpm from scratch

2013-03-18 Thread Reindl Harald
Am 18.03.2013 18:30, schrieb Jared K. Smith: > On Fri, Mar 15, 2013 at 9:29 PM, Reindl Harald wrote: >> what the hell did you not understand in "rpmbuild" > > Your tone is not appropriate... it sounds like the original poster > either doesn't have a spec file to begin with, or doesn't understand

Re: Creating an rpm from scratch

2013-03-18 Thread Jared K. Smith
On Fri, Mar 15, 2013 at 9:29 PM, Reindl Harald wrote: > what the hell did you not understand in "rpmbuild" Your tone is not appropriate... it sounds like the original poster either doesn't have a spec file to begin with, or doesn't understand it. There's no reason to talk down to him like this.

Re: Creating an rpm from scratch

2013-03-18 Thread Jared K. Smith
On Fri, Mar 15, 2013 at 12:52 PM, Bill Davidsen wrote: > Sounds like NO, there has been progress in documentation since 2.5 days, but > sounds like it all has to be created by hand in terms of scripts, spec > files, etc. Thanks, but if it hasn't gotten less time consuming in 12-15 > years, let it

Re: Creating an rpm from scratch

2013-03-18 Thread Bill Davidsen
Bill Davidsen wrote: Doug wrote: On 03/16/2013 03:13 PM, Bill Davidsen wrote: Gordon Messmer wrote: On 03/15/2013 09:52 AM, Bill Davidsen wrote: Sounds like NO, there has been progress in documentation since 2.5 days, but sounds like it all has to be created by hand in terms of scripts, spec

Re: Creating an rpm from scratch

2013-03-17 Thread poma
On 16.03.2013 19:21, Bill Davidsen wrote: ... > Again, thanks, it appears that the good old days are gone. :-( > http://asic-linux.com.mx/~izto/checkinstall/ ;) poma -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.

Re: Creating an rpm from scratch

2013-03-16 Thread Reindl Harald
Am 17.03.2013 01:14, schrieb Doug: > Thank you for your interest. It seems there is at least one other reader of > this list > who does not like me. So don't answer then, Harald it has nothing to do with "like" if you state at the very first beginning that you are not using Fedora some comple

Re: Creating an rpm from scratch

2013-03-16 Thread Doug
On 03/16/2013 07:43 PM, Joe Zeff wrote: On 03/16/2013 04:24 PM, Doug wrote: My distro doesn't have YUM. --doug What distro are you using? AFAIK, yum is used by "almost all" RedHat based distros, including Fedora. And, if you're not using Fedora, why are you asking on a Fedora mailing list

Re: Creating an rpm from scratch

2013-03-16 Thread Reindl Harald
Am 17.03.2013 00:52, schrieb Reindl Harald: > > > Am 17.03.2013 00:24, schrieb Doug: >> On 03/16/2013 04:37 PM, Reindl Harald wrote: >>> >>> Am 16.03.2013 21:26, schrieb Doug: Downloaded rpm1.0.0.078.i386.rpm Got dependency: rpmdevtools, so downloaded that and unpacked it to: rp

Re: Creating an rpm from scratch

2013-03-16 Thread Reindl Harald
Am 17.03.2013 00:24, schrieb Doug: > On 03/16/2013 04:37 PM, Reindl Harald wrote: >> >> Am 16.03.2013 21:26, schrieb Doug: >>> Downloaded rpm1.0.0.078.i386.rpm >>> Got dependency: rpmdevtools, so downloaded that and unpacked it to: >>> rpmdevtools-6.4, whihc is still in Download >>> directory. >

Re: Creating an rpm from scratch

2013-03-16 Thread Joe Zeff
On 03/16/2013 04:24 PM, Doug wrote: My distro doesn't have YUM. --doug What distro are you using? AFAIK, yum is used by "almost all" RedHat based distros, including Fedora. And, if you're not using Fedora, why are you asking on a Fedora mailing list instead of one for your own distro? (No

Re: Creating an rpm from scratch

2013-03-16 Thread Bill Davidsen
Doug wrote: On 03/16/2013 03:13 PM, Bill Davidsen wrote: Gordon Messmer wrote: On 03/15/2013 09:52 AM, Bill Davidsen wrote: Sounds like NO, there has been progress in documentation since 2.5 days, but sounds like it all has to be created by hand in terms of scripts, spec files, etc. Thanks, bu

Re: Creating an rpm from scratch

2013-03-16 Thread Doug
On 03/16/2013 04:37 PM, Reindl Harald wrote: Am 16.03.2013 21:26, schrieb Doug: Downloaded rpm1.0.0.078.i386.rpm Got dependency: rpmdevtools, so downloaded that and unpacked it to: rpmdevtools-6.4, whihc is still in Download directory. Tried again: rpm -Uvh rpm1*.rpm and still got [doug@linux1

Re: Creating an rpm from scratch

2013-03-16 Thread Reindl Harald
Am 16.03.2013 21:26, schrieb Doug: > Downloaded rpm1.0.0.078.i386.rpm > Got dependency: rpmdevtools, so downloaded that and unpacked it to: > rpmdevtools-6.4, whihc is still in Download > directory. > Tried again: rpm -Uvh rpm1*.rpm and still got > [doug@linux1 Downloads]$ sudo rpm -Uvh rpm1*.rp

Re: Creating an rpm from scratch

2013-03-16 Thread Doug
On 03/16/2013 03:13 PM, Bill Davidsen wrote: Gordon Messmer wrote: On 03/15/2013 09:52 AM, Bill Davidsen wrote: Sounds like NO, there has been progress in documentation since 2.5 days, but sounds like it all has to be created by hand in terms of scripts, spec files, etc. Thanks, but if it hasn

Re: Creating an rpm from scratch

2013-03-16 Thread Gordon Messmer
On 03/16/2013 12:13 PM, Bill Davidsen wrote: Actually I'm spoiled using RPMcreator years ago, it just asked questions and did the rest. You would need to fill in the same text-box fields in a a GUI app that you would fill in a template spec file. In both cases, you'll need to supply the buil

Re: Creating an rpm from scratch

2013-03-16 Thread Joe Zeff
On 03/16/2013 12:13 PM, Bill Davidsen wrote: But in this case, I'm dealing with people who didn't even have tar and make installed, and expect that if I donated the programming I should donate support, too. Oh, and they still remind me I haven't made a money donation this year. Send them a sta

Re: Creating an rpm from scratch

2013-03-16 Thread Bill Davidsen
Gordon Messmer wrote: On 03/15/2013 09:52 AM, Bill Davidsen wrote: Sounds like NO, there has been progress in documentation since 2.5 days, but sounds like it all has to be created by hand in terms of scripts, spec files, etc. Thanks, but if it hasn't gotten less time consuming in 12-15 years, l

Re: Creating an rpm from scratch

2013-03-16 Thread Bill Davidsen
Thomas Cameron wrote: On 03/14/2013 02:43 PM, Bill Davidsen wrote: I am happy to say the last rpm I had to create was back during 2.5 development testing days. Now I would find it convenient to roll another, and I'm hoping there's by now a better tools to help create an rpm from scratch, somethi

Re: Creating an rpm from scratch

2013-03-16 Thread Gordon Messmer
On 03/15/2013 09:52 AM, Bill Davidsen wrote: Sounds like NO, there has been progress in documentation since 2.5 days, but sounds like it all has to be created by hand in terms of scripts, spec files, etc. Thanks, but if it hasn't gotten less time consuming in 12-15 years, let it be someone else's

Re: Creating an rpm from scratch

2013-03-16 Thread Thomas Cameron
On 03/14/2013 02:43 PM, Bill Davidsen wrote: I am happy to say the last rpm I had to create was back during 2.5 development testing days. Now I would find it convenient to roll another, and I'm hoping there's by now a better tools to help create an rpm from scratch, something more intuitive than

Re: Creating an rpm from scratch

2013-03-15 Thread Reindl Harald
Am 15.03.2013 23:02, schrieb Bill Davidsen: > Reindl Harald wrote: >>> Sounds like NO, there has been progress in documentation since 2.5 days, >>> but sounds like it all has to be created >>> by hand in terms of scripts, spec files, etc. Thanks, but if it hasn't >>> gotten less time consuming

Re: Creating an rpm from scratch

2013-03-15 Thread Doug
On 03/15/2013 06:02 PM, Bill Davidsen wrote: Reindl Harald wrote: Am 15.03.2013 17:52, schrieb Bill Davidsen: Bill Davidsen wrote: I am happy to say the last rpm I had to create was back during 2.5 development testing days. Now I would find it convenient to roll another, and I'm hoping ther

Re: Creating an rpm from scratch

2013-03-15 Thread Bill Davidsen
Reindl Harald wrote: Am 15.03.2013 17:52, schrieb Bill Davidsen: Bill Davidsen wrote: I am happy to say the last rpm I had to create was back during 2.5 development testing days. Now I would find it convenient to roll another, and I'm hoping there's by now a better tool to help create an rpm

Re: Creating an rpm from scratch

2013-03-15 Thread Reindl Harald
Am 15.03.2013 17:52, schrieb Bill Davidsen: > Bill Davidsen wrote: >> I am happy to say the last rpm I had to create was back during 2.5 >> development >> testing days. Now I would find it convenient to roll another, and I'm hoping >> there's by now a better tool to help create an rpm from scrat

Re: Creating an rpm from scratch

2013-03-15 Thread Bill Davidsen
Bill Davidsen wrote: I am happy to say the last rpm I had to create was back during 2.5 development testing days. Now I would find it convenient to roll another, and I'm hoping there's by now a better tool to help create an rpm from scratch, something more intuitive than the man page in one windo

Re: Creating an rpm from scratch

2013-03-14 Thread David G . Miller
Bill Davidsen tmr.com> writes: > > I am happy to say the last rpm I had to create was back during 2.5 development > testing days. Now I would find it convenient to roll another, and I'm hoping > there's by now a better tools to help create an rpm from scratch, something > more intuitive than t

Re: Creating an rpm from scratch

2013-03-14 Thread Reindl Harald
Am 14.03.2013 20:43, schrieb Bill Davidsen: > I am happy to say the last rpm I had to create was back during 2.5 > development testing days. Now I would find it > convenient to roll another, and I'm hoping there's by now a better tools to > help create an rpm from scratch, > something more intu

Creating an rpm from scratch

2013-03-14 Thread Bill Davidsen
I am happy to say the last rpm I had to create was back during 2.5 development testing days. Now I would find it convenient to roll another, and I'm hoping there's by now a better tools to help create an rpm from scratch, something more intuitive than the man page in one window and vi in the oth