The version line should be set to the version of the software being packaged. The version will also be included in the package label, and the package filename.
Release
The release is a number that is used to represent the number of times the software, at the present version, has been packaged. You can think of it as the package's version number. The release is also part of the package label and package filename.
[^] # Re: La Mandrake 9.2 beta 1 est disponible
Posté par ptit_tux . En réponse à la dépêche La Mandrake 9.2 beta 1 est disponible. Évalué à 2.
Y a rien sur le nommage.
> donc le .06mdk, c'est le release...donc <1
C'est le tag du build par Mandrake et ça ne doit pas avoir de rapport avec la version du soft.
Normalement il doit être possible d'écrire dans le spec :
Source0: %{name}-%{version}.tar.gz
http://www.rpm.org/max-rpm/s1-rpm-build-creating-spec-file.html(...) :
Version
The version line should be set to the version of the software being packaged. The version will also be included in the package label, and the package filename.
Release
The release is a number that is used to represent the number of times the software, at the present version, has been packaged. You can think of it as the package's version number. The release is also part of the package label and package filename.
Et Mandrake le dit http://www.linux-mandrake.com/howtos/mdk-rpm/building.html(...) :
- "The version is the number from the unpatched sources. It is the version number in the name of the original archive file: name-version.tar.gz."