Remove obsolete Serial: construct; we shouldn't need it anyway.
authorH. Peter Anvin <hpa@zytor.com>
Wed, 5 Sep 2007 06:24:43 +0000 (06:24 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 5 Sep 2007 06:24:43 +0000 (06:24 +0000)
Makefile.in
nasm.spec.in

index 0651b8e..a396b0a 100644 (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:
index b7b6663..a9852a6 100644 (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