The spec file for the Zope-Hotfix-DTML-08_17_2000-1 package contains an error which prevents a complete build. The %doc macro which tries to include the README file uses the macro %{version}, but the path in the .tgz file contains 2000-08-17, not 08_17_2000. Changing "%{version}" to "2000-08-17" in the spec file fixes the problem. Also, the spec file is called "Zope-Hotfix.spec" instead of "Zope-Hotfix-DTML.spec" and thus conflicts with the *other* Zope hotfix SRPM. This should be corrected as well.
I'll change this in the future. I'm not going to fix this since there really isn't any reason to include the README in the first place, it just contains the same information as the security announcement and the spec file description anyway. I will make sure that future releases of Hotfixes have different spec file names (with version info) in the future though. Tim