source: ProjectBuilder/projects/schroot/pbconf/devel/pbfilter/rpm.pbf@ 662

Last change on this file since 662 was 662, checked in by Bruno Cornec, 15 years ago
  • First configuration for schroot rpm creation
File size: 538 bytes
Line 
1#
2# $Id$
3#
4# Filter for rpm build
5#
6
7# PBGRP is replaced by the RPM group of apps
8filter PBGRP = Applications/Archiving
9
10# PBLIC is replaced by the license of the application
11filter PBLIC = GPL
12
13# PBDEP is replaced by the list of dependencies
14filter PBDEP = boost lockdev
15
16# PBBUILDDEP is replaced by the list of build dependencies
17filter PBBUILDDEP = boost boost-devel lockdev-devel
18
19# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
20filter PBSUF = $pb->{'suf'}
21
22# PBOBS is replaced by the Obsolete line
23#filter PBOBS =
24
Note: See TracBrowser for help on using the repository browser.