From da51fc9dac4d635b82da514d4bc23591cad72676 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 5 Sep 2007 06:24:43 +0000 Subject: [PATCH] Remove obsolete Serial: construct; we shouldn't need it anyway. --- Makefile.in | 1 - nasm.spec.in | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 0651b8e..a396b0a 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 b7b6663..a9852a6 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 -- 2.7.4