Remove obsolete Serial: construct; we shouldn't need it anyway.

This commit is contained in:
H. Peter Anvin 2007-09-05 06:24:43 +00:00
parent 199b96a810
commit da51fc9dac
2 changed files with 0 additions and 2 deletions

View File

@ -182,7 +182,6 @@ spec: nasm.spec
nasm.spec: nasm.spec.in version version.pl
sed -e s/@@VERSION@@/`cat $(srcdir)/version`/g \
-e s/@@ID@@/`$(PERL) $(srcdir)/version.pl id < $(srcdir)/version`/g \
< nasm.spec.in > nasm.spec
splint:

View File

@ -2,7 +2,6 @@
Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax
Name: nasm
Version: @@VERSION@@
Serial: @@ID@@
Release: 1
Copyright: LGPL
Group: Development/Languages