The packaging tutorial used to create the initial specfile with
rpmdev-newspec, only to proceed to present a different initial specfile
to be used. Still, some paragraphs later on referred to contents of
rpmdev-newspec-generated specfile.
Also, the tutorial starts with downloading upstream sources with wget
even before creating the initial specfile. This leaves the
relationship between downloaded sources and the specfile's Source tag
unclear.
These issues have confused people attempting to follow the tutorial,
see [1,2].
Improve the tutorial by:
Just mentioning rpmdev-newspec, but instructing to simply paste the
initial specfile from the tutorial.
Downloading upstream source only after the initial specfile has been
created, with 'spectool -g' like local downloads are normally done.
The packaging tutorial used to create the initial specfile with
rpmdev-newspec, only to proceed to present a different initial specfile
to be used. Still, some paragraphs later on referred to contents of
rpmdev-newspec-generated specfile.
Also, the tutorial starts with downloading upstream sources with wget
even before creating the initial specfile. This leaves the
relationship between downloaded sources and the specfile's Source tag
unclear.
These issues have confused people attempting to follow the tutorial,
see [1,2].
Improve the tutorial by:
initial specfile from the tutorial.
created, with 'spectool -g' like local downloads are normally done.
Signed-off-by: Otto Liljalaakso otto.liljalaakso@iki.fi