Description of problem: The Source0 entry in the SPEC file should point to where the developer has stored the tarball. Version-Release number of selected component (if applicable): publican-0.40-0.fc10.noarch Actual results: Source0: %{name}-%{version}.tgz Expected results: Source0: <actual path and file name>
Changing the file name used in the automated spec building system would create a lot of extra work changing that whole subsystem, so I'm not going to do that at this time. I'll add a new parameter, SRC_URL, which will be setable in the books Makefile and will be prepended to Source0. So it will look something like: In Makefile: SRC_URL = http://foo.bar/sources/ In *-spec.xsl: Source0: $SRC_URL%{name}-%{version}.tgz
That should work. Thanks!
Added SRC_URL Makefile variable.
publican-fedora-0.18-0.fc10,publican-0.44-0.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/publican-fedora-0.18-0.fc10,publican-0.44-0.fc10
publican-fedora-0.18-0.fc10, publican-0.44-0.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.