Orion Poplawski wrote:
Any way to just check out the .spec files?
Download the tarball of the current cvs snapshot at http://cvs.fedoraproject.org/webfiles/ , then gunzip , untar, and
find . -name "*.spec" -exec grep what-you-want {} ; -print
or something similar in GUI
~buc