# # $Id$ # # Filter for all files # # PBSRC is replaced by the source package format filter PBSRC = ftp://ftp.netperf.org/netperf/%{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 # PBPACKAGER is replaced by the packager name ($pbpackager in code) filter PBPACKAGER = $pbpackager # PBDESC contains the description of the package filter PBDESC = "netperf is a network benchmarking tool" # PBURL contains the URL of the Web site of the project filter PBURL = http://www.netperf.org