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

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

Fixes for correct Fedora build according to https://bugzilla.redhat.com/show_bug.cgi?id=449037

File size: 1.3 KB
RevLine 
[451]1#
2# $Id$
3#
4# Filter for all files
5#
6#
7# PBREPO is replaced by the root URL to access the repository
[536]8filter PBREPO = $pb->{'repo'}
[451]9
10# PBSRC is replaced by the source package location after the repo
[454]11filter PBSRC = src/%{name}-%{version}.tar.gz
[451]12
[536]13# PBVER is replaced by the version ($pb->{'ver'} in code)
14filter PBVER = $pb->{'ver'}
[451]15
[536]16# PBDATE is replaced by the date ($pb->{'date'} in code)
17filter PBDATE = $pb->{'date'}
[451]18
19# PBLOG is replaced by the changelog if value is yes
[454]20filter PBLOG = no
[451]21
[536]22# PBTAG is replaced by the tag ($pb->{'tag'} in code)
23filter PBTAG = $pb->{'tag'}
[451]24
[536]25# PBREV is replaced by the revision ($pb->{'rev'} in code)
26filter PBREV = $pb->{'rev'}
[451]27
[536]28# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
29filter PBPKG = $pb->{'pkg'}
[451]30
[536]31# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
32filter PBPACKAGER = $pb->{'packager'}
[451]33
34# PBDESC contains the description of the package
[454]35filter PBDESC = Archiver program which writes cpio-format archives
[451]36
37# PBURL contains the URL of the Web site of the project
[542]38filter PBURL = http://freshmeat.net/redir/afio/144/url_tgz/afio-2.5.tgz
[454]39
[550]40# License
[485]41filter PBLIC = LGPL
[550]42
43# Patch management
44# PBPATCHSRC is replaced by the patches names if value is yes
45filter PBPATCHSRC = yes
46# PBPATCHCMD is replaced by the patches commands if value is yes
47filter PBPATCHCMD = yes
Note: See TracBrowser for help on using the repository browser.