source: ProjectBuilder/projects/afio/pbconf/2.5/pbfilter/all.pbf@ 454

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

Working on afio rpms

File size: 1.0 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 = $pbrepo
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 ($pbver in code)
14filter PBVER = $pbver
15
16# PBDATE is replaced by the date ($pbdate in code)
17filter PBDATE = $pbdate
18
19# PBLOG is replaced by the changelog if value is yes
20filter PBLOG = no
21
22# PBTAG is replaced by the tag ($pbtag in code)
23filter PBTAG = $pbtag
24
25# PBREV is replaced by the revision ($pbrev in code)
26filter PBREV = $pbrev
27
28# PBPKG is replaced by the package name ($pbpkg in code)
29filter PBPKG = $pbpkg
30
31# PBPACKAGER is replaced by the packager name ($pbpackager in code)
32filter PBPACKAGER = $pbpackager
33
34# PBDESC contains the description of the package
35filter PBDESC = Archiver program which writes cpio-format archives
36
37# PBURL contains the URL of the Web site of the project
38filter PBURL = http://freshmeat.net/projects/afio/
39
40filter PBLIC = GPL
Note: See TracBrowser for help on using the repository browser.