| Line | |
|---|
| 1 | ;
|
|---|
| 2 | ; RPM Build Bot 2 resository specific configuration file.
|
|---|
| 3 | ;
|
|---|
| 4 | ; This file defines the RPM build environment for repositories managed at
|
|---|
| 5 | ; netlabs. It expects ~/rpmbuild-bot2.ini to define the following
|
|---|
| 6 | ; variables in [general] section:
|
|---|
| 7 | ;
|
|---|
| 8 | ; netlabs_repo_dir Local (e.g. NetDrive) path to the online Netlabs
|
|---|
| 9 | ; repositories
|
|---|
| 10 | ; test_repo_dir Path to the test repostiory (always local).
|
|---|
| 11 | ;
|
|---|
| 12 | ; Author: Dmitriy Kuminov <coding@dmik.org>
|
|---|
| 13 | ;
|
|---|
| 14 | ; This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
|
|---|
| 15 | ; WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
|---|
| 16 | ;
|
|---|
| 17 |
|
|---|
| 18 | [general]
|
|---|
| 19 |
|
|---|
| 20 | ; First arch is used for ZIP creation.
|
|---|
| 21 | archs = pentium4 i686
|
|---|
| 22 |
|
|---|
| 23 | [layout.netlabs]
|
|---|
| 24 |
|
|---|
| 25 | rpm = i386
|
|---|
| 26 | srpm = i386/SRPMS
|
|---|
| 27 | zip = zip
|
|---|
| 28 | log = log
|
|---|
| 29 |
|
|---|
| 30 | [group.netlabs]
|
|---|
| 31 |
|
|---|
| 32 | base = ${general:netlabs_repo_dir}
|
|---|
| 33 | repositories = exp rel
|
|---|
| 34 |
|
|---|
| 35 | [repository.netlabs.exp]
|
|---|
| 36 |
|
|---|
| 37 | layout = netlabs
|
|---|
| 38 | base = experimental/00
|
|---|
| 39 |
|
|---|
| 40 | [repository.netlabs.rel]
|
|---|
| 41 |
|
|---|
| 42 | layout = netlabs
|
|---|
| 43 | base = release/00
|
|---|
| 44 |
|
|---|
| 45 |
|
|---|
| 46 | [specs.archs]
|
|---|
| 47 |
|
|---|
| 48 | ; Binary packages -> no other archs (sort by name please!).
|
|---|
| 49 |
|
|---|
| 50 | ; Single arch packages (compiler optimization problems on pentium4)
|
|---|
| 51 |
|
|---|
| 52 | [environment]
|
|---|
| 53 |
|
|---|
| 54 | ; Use English messages (note: RPM forces this to 'C' for build command).
|
|---|
| 55 | LANG = en_US
|
|---|
| 56 |
|
|---|
| 57 | ; Use RPM shell for everything (note: RPM forces SHELL, CONFIG_SHELL and
|
|---|
| 58 | ; MAKESHELL to %{_bindir}/sh.exe for build command on its own).
|
|---|
| 59 | SHELL = ${RPM:_bindir}/sh.exe ; general shell
|
|---|
| 60 | EMXSHELL = ${SHELL} ; LIBC shell
|
|---|
| 61 | CONFIG_SHELL = ${SHELL} ; configure shell
|
|---|
| 62 | MAKESHELL = ${SHELL} ; make shell
|
|---|
| 63 | EXECSHELL = ${SHELL} ; perl shell
|
|---|
| 64 |
|
|---|
| 65 | ; Reset common vars (for consistency).
|
|---|
| 66 | CFLAGS =
|
|---|
| 67 | CXXFLAGS =
|
|---|
| 68 | FFLAGS =
|
|---|
| 69 | LDFLAGS =
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.