From: H. Peter Anvin Date: Wed, 5 Sep 2007 06:24:43 +0000 (+0000) Subject: Remove obsolete Serial: construct; we shouldn't need it anyway. X-Git-Tag: nasm-2.11.05~2014 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da51fc9dac4d635b82da514d4bc23591cad72676;p=platform%2Fupstream%2Fnasm.git Remove obsolete Serial: construct; we shouldn't need it anyway. --- 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