source: ProjectBuilder/pbconf/0.12.3/project-builder/pbfilter/rpm.pbf@ 1831

Last change on this file since 1831 was 1831, checked in by Bruno Cornec, 10 years ago
  • Fix sues/opensuse/sles build where rpm-build package dep is only available recently
File size: 440 bytes
Line 
1#
2# $Id$
3#
4# Filter for rpm build
5#
6# PBGRP is replaced by the RPM group of apps
7filter PBGRP = System/Configuration/Packaging
8
9# PBDEP is replaced by the list of dependencies
10filter PBDEP = rpm-build
11filter PBBUILDDEP = rpm-build
12
13# PBSUF is replaced by the package name ($pb->{'suf'} in code)
14filter PBSUF = $pb->{'suf'}
15
16# Special for pb : MakeMaker has various variable for the dest dir
17filter PBKEYWORD = destdir
18filter PBFINALDIR =
Note: See TracBrowser for help on using the repository browser.