According to [EMAIL PROTECTED]:
> Is it necessary to keep the version number in .version to
> htdig-3.2.0b1-dev ? It bothers rpm -ba and changing it every time is
> tedious. Could it become htdig-3.2.0b1 instead ?
> Gilles will probably tell me if I'm missing something :-)
rpm doesn't use the number in .version directly, but "make dist" does,
so if that's how you make your source tar.gz file, you should make sure
the version number in the RPM spec file agrees with it. The lines in
the spec file that are version dependent are:
3: Version: 3.2.0b1
8: Source0: http://www.htdig.org/files/htdig-%{PACKAGE_VERSION}.tar.gz
23: %setup -q -n htdig-%{PACKAGE_VERSION}
45: ln -s ../../../../usr/doc/htdig-%{PACKAGE_VERSION} \
So, you just need to make line 3 agree with .version.
--
Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba Phone: (204)789-3766
Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.