# # $Id$ # # Filter for rpm build # # PBREPO is replaced by the root URL to access the repository filter PBREPO = $pbrepo # PBSRC is replaced by the source package format filter PBSRC = 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 # PBPROJ is replaced by the project name ($pbproj in code) filter PBPROJ = $pbproj filter PBURL = http://www.mondorescue.org