source: ProjectBuilder/projects/buffer/pbconf/1.19/pbfilter/fedora.pbf@ 2007

Last change on this file since 2007 was 2007, checked in by Bruno Cornec, 9 years ago

Review fedora spec file for upstream inclusion

File size: 523 bytes
RevLine 
[552]1#
2# $Id$
3#
4# Filter for rpm build
5#
6
7# PBGRP is replaced by the RPM group of apps
8# Cf: http://fedoraproject.org/wiki/RPMGroups
9filter PBGRP = Applications/Archiving
10
11# PBLIC is replaced by the license of the application
12# Cf: http://fedoraproject.org/wiki/Licensing
[553]13filter PBLIC = GPL+
[552]14
15# PBDEP is replaced by the list of dependencies
16#filter PBDEP =
17
18# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
[1889]19filter PBSUF = $pb->{'suf'}
[552]20
21# PBOBS is replaced by the Obsolete line
22#filter PBOBS =
[2007]23#
24filter PBBREQ =
Note: See TracBrowser for help on using the repository browser.