source: ProjectBuilder/projects/buffer/pbconf/1.19/pbfilter/all.pbf@ 551

Last change on this file since 551 was 551, checked in by Bruno Cornec, 16 years ago

Fedora fixes for buffer in order to submit it for inclusion

File size: 1.5 KB
Line 
1#
2# $Id$
3#
4# Filter for all files
5#
6#
7# PBREPO is replaced by the root URL to access the repository
8filter PBREPO = $pb->{'repo'}
9
10# PBSRC is replaced by the source package location after the repo
11filter PBSRC = src/%{name}-%{version}.tar.gz
12
13# PBVER is replaced by the version ($pb->{'ver'} in code)
14filter PBVER = $pb->{'ver'}
15
16# PBDATE is replaced by the date ($pb->{'date'} in code)
17filter PBDATE = $pb->{'date'}
18
19# PBLOG is replaced by the changelog if value is yes
20filter PBLOG = no
21
22# License
23filter PBLIC = GPL
24
25# PBPATCHSRC is replaced by the patches names if value is yes
26filter PBPATCHSRC = yes
27
28# PBPATCHCMD is replaced by the patches commands if value is yes
29filter PBPATCHCMD = yes
30
31# PBTAG is replaced by the tag ($pb->{'tag'} in code)
32filter PBTAG = $pb->{'tag'}
33
34# PBREV is replaced by the revision ($pb->{'rev'} in code)
35filter PBREV = $pb->{'rev'}
36
37# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
38filter PBPKG = $pb->{'pkg'}
39
40# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
41filter PBPACKAGER = $pb->{'packager'}
42
43# PBDESC contains the description of the package
44filter PBDESC = This is a program designed to speed up writing tapes on remote tape drives.$/When this program is put "in the pipe", two processes are started.$/One process reads from standard-in and the other writes to standard-out.$/Both processes communicate via shared memory.
45
46# PBURL contains the URL of the Web site of the project
47filter PBURL = http://hello-penguin.com/software/buffer
Note: See TracBrowser for help on using the repository browser.