diff options
author | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-11-12 18:33:36 +0100 |
---|---|---|
committer | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-11-12 18:44:35 +0100 |
commit | 687345d5d8ef7226974934121fc7e6f809ce260d (patch) | |
tree | 8c421a3e52654baac0da7751006d0ca928f8cda7 | |
parent | 9c40419c03ab4da5fc227276d6315757a7dbf458 (diff) | |
download | nasm-687345d5d8ef7226974934121fc7e6f809ce260d.tar.gz nasm-687345d5d8ef7226974934121fc7e6f809ce260d.tar.bz2 nasm-687345d5d8ef7226974934121fc7e6f809ce260d.zip |
packaging: Bump to 2.11.05
Change-Id: I7c90daba4c08d44669cd4ce0e111dbf19563f1b4
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rw-r--r-- | packaging/nasm.spec | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/packaging/nasm.spec b/packaging/nasm.spec index 1986d4f..0774602 100644 --- a/packaging/nasm.spec +++ b/packaging/nasm.spec @@ -1,13 +1,17 @@ Name: nasm -Version: 2.10.07 +Version: 2.11.05 Release: 0 License: BSD-2-Clause Summary: Netwide Assembler (An x86 Assembler) Url: http://nasm.sourceforge.net/ +#X-Vc-Url: git://repo.or.cz/nasm.git Group: Development/Languages -Source: nasm-%{version}.tar.xz -Source1001: nasm.manifest +Source: %{name}-%{version}.tar.xz +Source1001: nasm.manifest +BuildRequires: asciidoc +BuildRequires: docbook BuildRequires: makeinfo +BuildRequires: xmlto %description NASM is a prototype general-purpose x86 assembler. It can currently @@ -32,11 +36,11 @@ touch -r ./ver.c ./ver.c.stamp TS=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') sed -i "s/__DATE__/\"$TS\"/g" ver.c touch -r ./ver.c.stamp ./ver.c -%configure -make all +%autogen +%reconfigure +%__make all -cd doc -make html info nasmdoc.ps nasmdoc.txt +%__make -C doc html info nasmdoc.ps nasmdoc.txt %install install -d -m 755 %{buildroot}/usr/bin @@ -68,4 +72,3 @@ install -m 644 doc/info/* %{buildroot}%{_infodir} %doc %{_docdir}/nasm %doc %{_infodir}/nasm* -%changelog |