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-14 21:54:04 +0100 |
commit | af2bc804353f28ea4b7892422791cc35ad6de362 (patch) | |
tree | 8c421a3e52654baac0da7751006d0ca928f8cda7 | |
parent | f0bd7218ed6ec1d03c7db990cddefb38bee067ec (diff) | |
download | nasm-af2bc804353f28ea4b7892422791cc35ad6de362.tar.gz nasm-af2bc804353f28ea4b7892422791cc35ad6de362.tar.bz2 nasm-af2bc804353f28ea4b7892422791cc35ad6de362.zip |
packaging: Bump to 2.11.05tizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi/20160217.000006submit/tizen_ivi/20160217.000000submit/tizen_ivi/20141121.002037submit/tizen_ivi/20141119.222222submit/tizen_common/20141117.164353accepted/tizen/ivi/20160218.025211accepted/tizen/ivi/20141124.011315accepted/tizen/common/20141117.165123tizen_3.0_ivitizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_common
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 |