This commit is contained in:
joey
2004-02-27 03:04:40 +00:00
parent 6cf94d4372
commit 3ad7dafcde
3 changed files with 4 additions and 4 deletions

View File

@@ -336,7 +336,7 @@ Build a rpm. If RPMBUILDOPT is set in the environement, the options in
it are passed to rpm on its command line. it are passed to rpm on its command line.
An optional parameter, if passed, can be used to specify the program to use An optional parameter, if passed, can be used to specify the program to use
to build the rpm. It defaults to rpm. to build the rpm. It defaults to rpmbuild.
=cut =cut

2
README
View File

@@ -25,7 +25,7 @@ Other things you'll need:
If you want to convert packages into debian packages, you will need the If you want to convert packages into debian packages, you will need the
dpkg, dpkg-dev, and debhelper (version 3 or above) packages, which are dpkg, dpkg-dev, and debhelper (version 3 or above) packages, which are
available on the Debian ftp site. available on http://packages.debian.org
To convert to/from stampede packages, you will need bzip2, get it from To convert to/from stampede packages, you will need bzip2, get it from
http://sourceware.cygnus.com/bzip2/index.html http://sourceware.cygnus.com/bzip2/index.html

View File

@@ -56,7 +56,7 @@ lsbdev environment.
=item deb =item deb
For converting to (but not from) deb format, the gcc, make, debmake, For converting to (but not from) deb format, the gcc, make, debhelper,
dpkg-dev, and dpkg packages must be installed. dpkg-dev, and dpkg packages must be installed.
=item tgz =item tgz
@@ -119,7 +119,7 @@ Generate a temporary directory suitable for building a package from, but do
not actually create the package. This is useful if you want to move files not actually create the package. This is useful if you want to move files
around in the package before building it. The package can be built from around in the package before building it. The package can be built from
this temporary directory by running "debian/rules binary", if you were creating this temporary directory by running "debian/rules binary", if you were creating
a Debian package, or by running "rpm -bb <packagename>.spec" if you were a Debian package, or by running "rpmbuild -bb <packagename>.spec" if you were
creating a Red Hat package. creating a Red Hat package.
=item B<-s>, B<--single> =item B<-s>, B<--single>