# # $Id$ # # Filter for rpm build # # PBREPO is replaced by the root URL to access the repository filter PBREPO = $pb->{'repo'} # PBSRC is replaced by the source package format filter PBSRC = src/%{name}-%{version}.tar.gz # PBVER is replaced by the version ($pb->{'ver'} in code) filter PBVER = $pb->{'ver'}$pb->{'extdir'} # PBDATE is replaced by the date ($pb->{'date'} in code) filter PBDATE = $pb->{'date'} # PBEXTDIR is replaced by the date ($pb->{'extdir'} in code) filter PBEXTDIR = $pb->{'extdir'} # PBLOG is replaced by the changelog if value is yes filter PBLOG = yes # PBTAG is replaced by the tag ($pb->{'tag'} in code) filter PBTAG = $pb->{'tag'} # PBREV is replaced by the revision ($pb->{'rev'} in code) filter PBREV = $pb->{'rev'} # PBPKG is replaced by the package name ($pb->{'pkg'} in code) filter PBPKG = $pb->{'pkg'} # PBPROJ is replaced by the project name ($pb->{'proj'} in code) filter PBPROJ = $pb->{'proj'} filter PBURL = http://www.mondorescue.org