Changeset 536 in ProjectBuilder


Ignore:
Timestamp:
Sep 10, 2008, 11:43:23 AM (16 years ago)
Author:
Bruno Cornec
Message:

Adapt afio project to post 0.9.3 pb syntax

Location:
projects/afio/pbconf/2.5/pbfilter
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • projects/afio/pbconf/2.5/pbfilter/all.pbf

    r485 r536  
    66#
    77# PBREPO is replaced by the root URL to access the repository
    8 filter PBREPO = $pbrepo
     8filter PBREPO = $pb->{'repo'}
    99
    1010# PBSRC is replaced by the source package location after the repo
    1111filter PBSRC = src/%{name}-%{version}.tar.gz
    1212
    13 # PBVER is replaced by the version ($pbver in code)
    14 filter PBVER = $pbver
     13# PBVER is replaced by the version ($pb->{'ver'} in code)
     14filter PBVER = $pb->{'ver'}
    1515
    16 # PBDATE is replaced by the date ($pbdate in code)
    17 filter PBDATE = $pbdate
     16# PBDATE is replaced by the date ($pb->{'date'} in code)
     17filter PBDATE = $pb->{'date'}
    1818
    1919# PBLOG is replaced by the changelog if value is yes
    2020filter PBLOG = no
    2121
    22 # PBTAG is replaced by the tag ($pbtag in code)
    23 filter PBTAG = $pbtag
     22# PBTAG is replaced by the tag ($pb->{'tag'} in code)
     23filter PBTAG = $pb->{'tag'}
    2424
    25 # PBREV is replaced by the revision ($pbrev in code)
    26 filter PBREV = $pbrev
     25# PBREV is replaced by the revision ($pb->{'rev'} in code)
     26filter PBREV = $pb->{'rev'}
    2727
    28 # PBPKG is replaced by the package name ($pbpkg in code)
    29 filter PBPKG = $pbpkg
     28# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
     29filter PBPKG = $pb->{'pkg'}
    3030
    31 # PBPACKAGER is replaced by the packager name ($pbpackager in code)
    32 filter PBPACKAGER = $pbpackager
     31# PBPACKAGER is replaced by the packager name ($pb->{'packager'} in code)
     32filter PBPACKAGER = $pb->{'packager'}
    3333
    3434# PBDESC contains the description of the package
  • projects/afio/pbconf/2.5/pbfilter/fedora.pbf

    r533 r536  
    1616#filter PBDEP =
    1717
    18 # PBSUF is replaced by the package suffix ($pbsuf in code)
     18# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
    1919filter PBSUF = %{dist}
    2020
  • projects/afio/pbconf/2.5/pbfilter/rpm.pbf

    r456 r536  
    1616#filter PBDEP =
    1717
    18 # PBSUF is replaced by the package suffix ($pbsuf in code)
    19 filter PBSUF = $pbsuf
     18# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
     19filter PBSUF = $pb->{'suf'}
    2020
    2121# PBOBS is replaced by the Obsolete line
Note: See TracChangeset for help on using the changeset viewer.