Re: RPM creation

2012-01-19 Thread Michael Schwendt
On Thu, 19 Jan 2012 11:50:02 -0600, SB( (Stephen) wrote: > I'm attempting to create an rpm that will install some locally generated > and maintained scripts, configs, etc. All the tutorials I've found so > far seem to key in on having a source package tarball and compiling code > and all that

Re: RPM creation

2012-01-19 Thread Anthony Messina
On 01/19/2012 11:50 AM, Stephen Berg (Contractor) wrote: > Does anyone know of a tutorial on creating a simple rpm package that > basically just copies a few files into specified locations? It's not really a tutorial, though this example may help. I do the same thing as you are trying to do. I m

Re: RPM creation

2012-01-19 Thread Andre Speelmans
> Does anyone know of a tutorial on creating a simple rpm package that > basically just copies a few files into specified locations? Make a tarball, let that be extracted as explained in the examples in the setup phase, leave the build phase empty and than in the install phase copy the files to th

RPM creation

2012-01-19 Thread Stephen Berg (Contractor)
I'm attempting to create an rpm that will install some locally generated and maintained scripts, configs, etc. All the tutorials I've found so far seem to key in on having a source package tarball and compiling code and all that entails. I just need to package some simple scripts and whatnot