Hello Is there any good and quick document on building spec file. there is source file that has no rpm and we need to build the spec file and srpm. Thanks
On Jan 17, 2008 4:40 PM, Centos <centos at unixplanet.biz> wrote:> > Is there any good and quick document on building spec file. > there is source file that has no rpm and we need to build the spec file > and srpm.Hi, This page should help you : http://wiki.rpm.org/Docs A second suggestion is to look at spec files from the different repositories you can find online (CentOS, DAG/RPMForge, Atrpms, ...) Regards, Tim -- Tim Verhoeven - tim.verhoeven.be at gmail.com - 0479 / 88 11 83 Hoping the problem magically goes away by ignoring it is the "microsoft approach to programming" and should never be allowed. (Linus Torvalds)
On Thu, 17 Jan 2008 11:40:51 -0400 Centos <centos at unixplanet.biz> took out a #2 pencil and scribbled:> Hello > > Is there any good and quick document on building spec file. > there is source file that has no rpm and we need to build the > spec file and srpm. > > > Thankshttp://www.rpm.org/RPM-HOWTO/build.html A quick google should give you some nice places to find such information; however, Fedora Packaging Guidelines might be what you're looking for. also, you can have a gander at some simple spec files for some packages that are an easy ./configure && make && make install sorts. The above link is from rpm.org and may or may not be what you're looking for. HTH Alex White -- ethericalzen at gmail.com Life is a prison, death is a release
On Thu, 2008-01-17 at 11:40 -0400, Centos wrote:> Is there any good and quick document on building spec file. > there is source file that has no rpm and we need to build the spec file > and srpm.http://fedoraproject.org/wiki/Docs/Drafts/BuildingPackagesGuide -- Ignacio Vazquez-Abrams <ivazqueznet at gmail.com> PLEASE don't CC me; I'm already subscribed -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20080117/c8fa5ea6/attachment-0002.sig>
--On Thursday, January 17, 2008 11:40 AM -0400 Centos <centos at unixplanet.biz> wrote:> Is there any good and quick document on building spec file. > there is source file that has no rpm and we need to build the spec file > and srpm.<http://wiki.centos.org/PackageManagement/Rpm>