summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-09-05 06:24:43 +0000
committerH. Peter Anvin <hpa@zytor.com>2007-09-05 06:24:43 +0000
commitda51fc9dac4d635b82da514d4bc23591cad72676 (patch)
tree43a69e09ae5c8e3e0472cef4c776a03904670e60
parent199b96a810169e53a25227c7d2dceb29b628f018 (diff)
downloadnasm-da51fc9dac4d635b82da514d4bc23591cad72676.tar.gz
Remove obsolete Serial: construct; we shouldn't need it anyway.
-rw-r--r--Makefile.in1
-rw-r--r--nasm.spec.in1
2 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 0651b8e7..a396b0a8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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:
diff --git a/nasm.spec.in b/nasm.spec.in
index b7b66635..a9852a64 100644
--- a/nasm.spec.in
+++ b/nasm.spec.in
@@ -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