Changeset 536 in ProjectBuilder for projects/afio/pbconf
- Timestamp:
- Sep 10, 2008, 11:43:23 AM (16 years ago)
- Location:
- projects/afio/pbconf/2.5/pbfilter
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/afio/pbconf/2.5/pbfilter/all.pbf
r485 r536 6 6 # 7 7 # PBREPO is replaced by the root URL to access the repository 8 filter PBREPO = $pb repo8 filter PBREPO = $pb->{'repo'} 9 9 10 10 # PBSRC is replaced by the source package location after the repo 11 11 filter PBSRC = src/%{name}-%{version}.tar.gz 12 12 13 # PBVER is replaced by the version ($pb verin code)14 filter PBVER = $pb ver13 # PBVER is replaced by the version ($pb->{'ver'} in code) 14 filter PBVER = $pb->{'ver'} 15 15 16 # PBDATE is replaced by the date ($pb datein code)17 filter PBDATE = $pb date16 # PBDATE is replaced by the date ($pb->{'date'} in code) 17 filter PBDATE = $pb->{'date'} 18 18 19 19 # PBLOG is replaced by the changelog if value is yes 20 20 filter PBLOG = no 21 21 22 # PBTAG is replaced by the tag ($pb tagin code)23 filter PBTAG = $pb tag22 # PBTAG is replaced by the tag ($pb->{'tag'} in code) 23 filter PBTAG = $pb->{'tag'} 24 24 25 # PBREV is replaced by the revision ($pb revin code)26 filter PBREV = $pb rev25 # PBREV is replaced by the revision ($pb->{'rev'} in code) 26 filter PBREV = $pb->{'rev'} 27 27 28 # PBPKG is replaced by the package name ($pb pkgin code)29 filter PBPKG = $pb pkg28 # PBPKG is replaced by the package name ($pb->{'pkg'} in code) 29 filter PBPKG = $pb->{'pkg'} 30 30 31 # PBPACKAGER is replaced by the packager name ($pb packagerin code)32 filter PBPACKAGER = $pb packager31 # PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code) 32 filter PBPACKAGER = $pb->{'packager'} 33 33 34 34 # PBDESC contains the description of the package -
projects/afio/pbconf/2.5/pbfilter/fedora.pbf
r533 r536 16 16 #filter PBDEP = 17 17 18 # PBSUF is replaced by the package suffix ($pb sufin code)18 # PBSUF is replaced by the package suffix ($pb->{'suf'} in code) 19 19 filter PBSUF = %{dist} 20 20 -
projects/afio/pbconf/2.5/pbfilter/rpm.pbf
r456 r536 16 16 #filter PBDEP = 17 17 18 # PBSUF is replaced by the package suffix ($pb sufin code)19 filter PBSUF = $pb suf18 # PBSUF is replaced by the package suffix ($pb->{'suf'} in code) 19 filter PBSUF = $pb->{'suf'} 20 20 21 21 # PBOBS is replaced by the Obsolete line
Note:
See TracChangeset
for help on using the changeset viewer.