Initial import of genrpm-1.0, a tool to generate rpm packages.
authoragc <agc>
Wed, 20 Apr 2005 09:36:00 +0000 (09:36 +0000)
committeragc <agc>
Wed, 20 Apr 2005 09:36:00 +0000 (09:36 +0000)
commitd9efdc5f2e32b0f5fb770e876ffebabe5da3fc50
tree3684c439be37723ce91b74c5c4f8978c1acfefa3
parent923b87b0abd014285b4de2b6ff2232f1e01d4c40
Initial import of genrpm-1.0, a tool to generate rpm packages.

This package installs a script called genrpm, which is used to
generate a Redhat Package Manager (RPM) package from an installed
pkgsrc package.  It does this by generating a spec file, and using
that to identify the components of the RPM and package them.

If a pkgsrc tree is present on the system, a source RPM (or srpm)
can also be generated. This will include the distfile, any pkgsrc
patches, and the files used to accomplish the pkgsrc packaging.
pkgtools/genrpm/DESCR [new file with mode: 0644]
pkgtools/genrpm/Makefile [new file with mode: 0644]
pkgtools/genrpm/PLIST [new file with mode: 0644]
pkgtools/genrpm/files/genrpm [new file with mode: 0644]
pkgtools/genrpm/files/genrpm.0 [new file with mode: 0644]
pkgtools/genrpm/files/genrpm.8 [new file with mode: 0644]