source: ProjectBuilder/projects/buffer/pbconf/1.19/pbfilter/rpm.yml@ 2321

Last change on this file since 2321 was 2321, checked in by Bruno Cornec, 7 years ago

Test buffer with patches and convert to 0.15 format

File size: 620 bytes
Line 
1---
2#
3# $Id$
4#
5# Filter for rpm build
6#
7#
8# PBGRP is replaced by the RPM group of apps
9# Cf: http://fedoraproject.org/wiki/RPMGroups
10filter:
11 PBBREQ: BuildRequires: gcc$/BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
12 PBSUF: $pb->{'suf'}
13 PBGRP: Applications/Archiving
14#
15# PBLIC is replaced by the license of the application
16# Cf: http://fedoraproject.org/wiki/Licensing
17#filter PBLIC = GPL
18#
19# PBDEP is replaced by the list of dependencies
20#filter PBDEP =
21#
22# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
23#
24# PBOBS is replaced by the Obsolete line
25#filter PBOBS =
26#
Note: See TracBrowser for help on using the repository browser.