Lines Matching refs:rpm
21 ('rpm-base=', None,
22 "base directory for creating RPMs (defaults to \"rpm\" under "
86 ('use-rpm-opt-flags', None,
88 ('no-rpm-opt-flags', None,
127 boolean_options = ['keep-temp', 'use-rpm-opt-flags', 'rpm3-mode',
131 'no-rpm-opt-flags': 'use-rpm-opt-flags',
185 "you must specify --rpm-base in RPM 2 mode")
186 self.rpm_base = os.path.join(self.bdist_base, "rpm")
276 # build/rpm.<plat> otherwise.
330 # Determine the binary rpm names that should be built out of this spec
335 src_rpm = nvr_string + ".src.rpm"
336 non_src_rpm = "%{arch}/" + nvr_string + ".%{arch}.rpm"
337 q_cmd = r"rpm -q --qf '%s %s\n' --specfile '%s'" % (
351 # The source rpm is named after the first entry in the spec file
379 for rpm in binary_rpms:
380 rpm = os.path.join(rpm_dir['RPMS'], rpm)
381 if os.path.exists(rpm):
382 self.move_file(rpm, self.dist_dir)
384 os.path.basename(rpm))
407 vendor_hook = subprocess.getoutput('rpm --eval %{__os_install_post}')
499 # rpm scripts