diff options
Diffstat (limited to 'doc/installation/packages.txt')
-rw-r--r-- | doc/installation/packages.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/installation/packages.txt b/doc/installation/packages.txt deleted file mode 100644 index 280145a9a..000000000 --- a/doc/installation/packages.txt +++ /dev/null @@ -1,25 +0,0 @@ -.. -*- mode: rst -*- - -.. _installation-packages: - -.. _CentOS: http://www.centos.org/ -.. _EPEL: http://fedoraproject.org/wiki/EPEL - -Building RPM packages from source -================================= - -Building from Tarball ---------------------- - -* Create a directory structure for rpmbuild:: - rpmdev-setuptree - -* Copy the tarball to ``~/rpmbuild/SOURCES/`` -* Extract another copy of it somewhere else (eg: ``/tmp``) and retrieve - the ``misc/bcfg2.spec`` file -* Run the following:: - - rpmbuild -ba bcfg2.spec - -* The resulting RPMs will be in ``~/rpmbuild/RPMS/`` and SRPMs - in ``~/rpmbuild/SRPMS/``. |