2013-07-27 16:33:33 +00:00
|
|
|
To use the spec files in this fedora directory you need the core
|
|
|
|
development tools for Fedora, building enviroment for the user, and
|
|
|
|
the directory structure for it. If you don't already have these, issue
|
|
|
|
the following commands.
|
|
|
|
|
|
|
|
# yum groupinstall "Development Tools"
|
|
|
|
# yum install rpmdevtools
|
|
|
|
# rpmdev-setuptree
|
|
|
|
|
|
|
|
Now, depending on the version of GMQCC you want, there are a serise of
|
2013-07-27 16:39:17 +00:00
|
|
|
maintained spec files in this directory. Choose the version you want and
|
2013-07-27 16:33:33 +00:00
|
|
|
issue the following to build the RPM.
|
|
|
|
|
2013-07-27 16:39:17 +00:00
|
|
|
# rpmbuild -bs gmqcc-[[version]].spec
|
2013-07-27 16:33:33 +00:00
|
|
|
|
2013-07-27 16:39:17 +00:00
|
|
|
This will create an RPM file in the working directory, which you can
|
2013-07-27 16:33:33 +00:00
|
|
|
install with the rpm command line tool or mock.
|