source: spec/trunk/SPECS/rpmbuild-bot2.ini@ 1796

Last change on this file since 1796 was 1796, checked in by tellie, 4 years ago

spec: clipgrab: Release version 3.9.7-1.

File size: 1.7 KB
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.
21archs = pentium4
22
23[layout.netlabs]
24
25rpm = i386
26srpm = i386/SRPMS
27zip = zip
28log = log
29
30[group.netlabs]
31
32base = ${general:netlabs_repo_dir}
33repositories = exp rel
34
35[repository.netlabs.exp]
36
37layout = netlabs
38base = experimental/00
39
40[repository.netlabs.rel]
41
42layout = netlabs
43base = 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).
55LANG = 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).
59SHELL = ${RPM:_bindir}/sh.exe ; general shell
60EMXSHELL = ${SHELL} ; LIBC shell
61CONFIG_SHELL = ${SHELL} ; configure shell
62MAKESHELL = ${SHELL} ; make shell
63EXECSHELL = ${SHELL} ; perl shell
64
65; Reset common vars (for consistency).
66CFLAGS =
67CXXFLAGS =
68FFLAGS =
69LDFLAGS =
Note: See TracBrowser for help on using the repository browser.