# # $Id$ # # Filter for all files # # # PBREPO is replaced by the root URL to access the repository filter PBREPO = $pbrepo # PBSRC is replaced by the source package location after the repo 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 = no # 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 = Archiver program which writes cpio-format archives # PBURL contains the URL of the Web site of the project filter PBURL = http://freshmeat.net/projects/afio/ filter PBLIC = GPL