source: ProjectBuilder/projects/buffer/pbconf/1.19/pbfilter/rpm.pbf@ 2009

Last change on this file since 2009 was 2009, checked in by Bruno Cornec, 9 years ago
  • Fix fedora build using the upstream buffer code and adapting patches
File size: 620 bytes
Line 
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
13#filter PBLIC = GPL
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)
19filter PBSUF = $pb->{'suf'}
20
21# PBOBS is replaced by the Obsolete line
22#filter PBOBS =
23
24filter PBBREQ = BuildRequires: gcc$/BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Note: See TracBrowser for help on using the repository browser.