# # $Id$ # # Filter for rpm build # # PBSRC is replaced by the source package format filter PBSRC = ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.gz # PBVER is replaced by the version ($pbver in code) filter PBVER = $pbver # PBDATE is replaced by the date ($pbdate in code) filter PBDATE = $pbdate # PBLOG is replaced by the changelog if value is yes filter PBLOG = yes # PBTAG is replaced by the tag ($pbtag in code) filter PBTAG = $pbtag # PBREV is replaced by the revision ($pbrev in code) filter PBREV = $pbrev # PBPKG is replaced by the package name ($pbpkg in code) filter PBPKG = $pbpkg