2a3,8
> # next 3 variables should be changed at tarball-creation time
> %define rpmversion 3.2
> %define versuffix rc1
> # next starts with 0 for prereleases and betas, 1 for final
> %define rpmrelease 0.%{versuffix}
> 
5,7c11,13
< Version: 3.1
< Release: 0
< Source: ntop-3.1.tgz
---
> Version: %{rpmversion}
> Release: %{rpmrelease}
> Source: ntop-%{version}%{versuffix}.tgz
11,12d16
< Source4: 1STRUN.txt
< Source5: FAQ
14,15d17
< Patch2: cfgdbfile.patch
< #Patch3: makefile_am.patch
32c34
< ntop 3.1 is a STABLE, PRODUCTION release.
---
> ntop %{version}%{versuffix} is a STABLE, PRODUCTION release.
50c52,55
< %setup -q -c ${NAME}${VERSION}
---
> echo Unpacked directory will be %{name}-%{version}%{versuffix}
> %setup -q -n %{name}-%{version}%{versuffix}
> # Patches
> %patch1 -p1
55,59d59
< # Patches
< patch -p0 < ../../SOURCES/version.patch
< patch -p0 < ../../SOURCES/cfgdbfile.patch
< #patch -p0 < ../../SOURCES/makefile_am.patch
< cd ntop
72d71
< cd ntop
164,179c163,178
< %doc ntop/AUTHORS
< %doc ntop/CONTENTS
< %doc ntop/MANIFESTO
< %doc ntop/COPYING
< %doc ntop/ChangeLog
< %doc ntop/docs/BUILD-NTOP.txt
< %doc ntop/docs/FAQ
< %doc ntop/docs/HACKING
< %doc ntop/docs/KNOWN_BUGS
< %doc ntop/docs/TODO
< %doc ntop/docs/1STRUN.txt
< %doc ntop/NEWS
< %doc ntop/PORTING
< %doc ntop/README
< %doc ntop/SUPPORT_NTOP.txt
< %doc ntop/THANKS
---
> %doc AUTHORS
> %doc CONTENTS
> %doc MANIFESTO
> %doc COPYING
> %doc ChangeLog
> %doc docs/BUILD-NTOP.txt
> %doc docs/FAQ
> %doc docs/HACKING
> %doc docs/KNOWN_BUGS
> %doc docs/TODO
> %doc docs/1STRUN.txt
> %doc NEWS
> %doc PORTING
> %doc README
> %doc SUPPORT_NTOP.txt
> %doc THANKS
195a195,199
> * Fri Sep 15 2005 Kenneth Porter <shiva+ntoprpm@sewingwitch.com> 3.2-0.rc1
> - Update spec file for 3.2rc1.
> - No longer need Makefile patches to add RPM_BUILD_ROOT,
> - now handled by DESTDIR in install section.
> 
