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

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

PBURL for afio reviewed based on fedora feedabck

File size: 1.1 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# PBTAG is replaced by the tag ($pb->{'tag'} in code)
23filter PBTAG = $pb->{'tag'}
24
25# PBREV is replaced by the revision ($pb->{'rev'} in code)
26filter PBREV = $pb->{'rev'}
27
28# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
29filter PBPKG = $pb->{'pkg'}
30
31# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
32filter PBPACKAGER = $pb->{'packager'}
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/redir/afio/144/url_tgz/afio-2.5.tgz
39
40filter PBLIC = LGPL
Note: See TracBrowser for help on using the repository browser.