nasm-vl.spec 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. %define nasm_version 2.14.02
  2. %define download http://www.nasm.us/pub/nasm/releasebuilds
  3. Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax
  4. Summary(ja): Netwide アセンブラ: Intel ライクなシンタックスのポータブル x86 アセンブラ
  5. Name: nasm
  6. Version: %{nasm_version}
  7. Release: 1%{?_dist_release}
  8. License: BSD
  9. Group: Development/Languages
  10. URL: http://nasm.sourceforge.net/
  11. Source0: %{download}/%{nasm_version}/nasm-%{nasm_version}.tar.xz
  12. Source1: %{download}/%{nasm_version}/nasm-%{nasm_version}-xdoc.tar.xz
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: owa
  17. %package doc
  18. Summary: Extensive documentation for NASM
  19. SUmmary(ja): NASM のドキュメント
  20. Group: Applications/Documentation
  21. %package rdoff
  22. Summary: Tools for the RDOFF binary format, sometimes used with NASM.
  23. Summary(ja): NASM で使われる RDOFF バイナリフォーマット用ツール
  24. Group: Development/Tools
  25. %description
  26. NASM is the Netwide Assembler, a free portable assembler for the Intel
  27. 80x86 microprocessor series, using primarily the traditional Intel
  28. instruction mnemonics and syntax.
  29. %description -l ja
  30. NASM は Netwide アセンブラです。Intel 80x86 プロセッサシリーズ用の
  31. フリーでポータブルなアセンブラで、基本的に伝統的な Intel インストラクション
  32. ニーモニックと文法を使います。
  33. %description doc
  34. Extensive documentation for the Netwide Assembler, NASM, in HTML format.
  35. %description doc -l ja
  36. Netwide アセンブラ NASM のHTML形式ドキュメントです。
  37. %description rdoff
  38. Tools for the operating-system independent RDOFF binary format, which
  39. is sometimes used with the Netwide Assembler (NASM). These tools
  40. include linker, library manager, loader, and information dump.
  41. %description rdoff -l ja
  42. RDOFF バイナリフォーマットの OS 用のツールで、NASM が使います。
  43. ここには、リンカ、ライブラリマネージャ、ローダ、ダンプが入っています。
  44. %prep
  45. %setup -q -n nasm-%{nasm_version} -b 1
  46. %build
  47. autoreconf
  48. LDFLAGS=-s %configure
  49. make %{?_smp_mflags} all
  50. %install
  51. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  52. %make_install install_rdf
  53. mkdir -p included-docs
  54. %clean
  55. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  56. %files
  57. %defattr(-,root,root)
  58. %doc AUTHORS CHANGES README TODO
  59. %{_bindir}/nasm
  60. %{_bindir}/ndisasm
  61. %{_mandir}/man1/nasm*
  62. %{_mandir}/man1/ndisasm*
  63. %files doc
  64. %defattr(-,root,root)
  65. %doc doc/html
  66. %files rdoff
  67. %defattr(-,root,root)
  68. %doc rdoff/README
  69. %{_bindir}/ldrdf
  70. %{_bindir}/rdf2bin
  71. %{_bindir}/rdf2ihx
  72. %{_bindir}/rdf2com
  73. %{_bindir}/rdfdump
  74. %{_bindir}/rdflib
  75. %{_bindir}/rdx
  76. %{_bindir}/rdf2ith
  77. %{_bindir}/rdf2srec
  78. %{_mandir}/man1/rd*
  79. %{_mandir}/man1/ld*
  80. %changelog
  81. * Thu Sep 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.14.02-1
  82. - new upstream release.
  83. * Sat Sep 5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> nasm-2.11.08-1
  84. - updated nasm to nasm-2.11.08
  85. - updated xdoc to nasm-2.11.08-xdoc
  86. * Sat Oct 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> nasm-2.11.05-1
  87. - updated nasm to nasm-2.11.05
  88. - updated xdoc to nasm-2.11.05-xdoc
  89. - updated License to BSD (see, LICENSE)
  90. * Thu Apr 28 2011 Shu KONNO <owa@bg.wakwak.com> nasm-2.09.08-1
  91. - updated nasm to nasm-2.09.08
  92. - updated xdoc to nasm-2.09.08-xdoc
  93. * Mon Nov 22 2010 Shu KONNO <owa@bg.wakwak.com> nasm-2.09.03-1
  94. - updated nasm to nasm-2.09.03
  95. - updated xdoc to nasm-2.09.03-xdoc
  96. * Wed Sep 08 2010 Shu KONNO <owa@bg.wakwak.com> nasm-2.09.01-1
  97. - updated nasm to nasm-2.09.01
  98. - updated xdoc to nasm-2.09.01-xdoc
  99. * Thu Sep 02 2010 Shu KONNO <owa@bg.wakwak.com> nasm-2.09-1
  100. - updated nasm to nasm-2.09
  101. - updated xdoc to nasm-2.09-xdoc
  102. * Tue Mar 16 2010 Shu KONNO <owa@bg.wakwak.com> nasm-2.08.01-1
  103. - updated nasm to nasm-2.08.01
  104. - updated xdoc to nasm-2.08.01-xdoc
  105. * Sat Sep 05 2009 Shu KONNO <owa@bg.wakwak.com> nasm-2.07.00-1
  106. - updated nasm to nasm-2.07
  107. * Mon Jul 13 2009 Shu KONNO <owa@bg.wakwak.com> nasm-2.06.00-1
  108. - updated nasm to nasm-2.06
  109. - added nasm-2.06-xdoc
  110. - changed download url
  111. * Tue Sep 30 2008 Shu KONNO <owa@bg.wakwak.com> nasm-2.04.00-1vl5
  112. - updated nasm to nasm-2.04
  113. - fixed typo of changelog version
  114. * Sat Jun 14 2008 Shu KONNO <owa@bg.wakwak.com> nasm-2.03.00-1vl5
  115. - updated nasm to nasm-2.03
  116. - applied new versioning policy and spec in utf-8
  117. * Fri Feb 22 2008 Shu KONNO <owa@bg.wakwak.com> nasm-2.02.00-0vl1
  118. - updated nasm to nasm-2.02
  119. * Mon Jan 28 2008 Shu KONNO <owa@bg.wakwak.com> nasm-2.01.00-0vl1
  120. - updated nasm to nasm-2.01
  121. * Thu Nov 29 2007 Shu KONNO <owa@bg.wakwak.com> nasm-2.0.0-0vl1
  122. - updated nasm to nasm-2.00
  123. * Sun Nov 25 2007 Shu KONNO <owa@bg.wakwak.com> nasm-2.0-0vl0rc1
  124. - updated nasm to nasm-2.00rc1
  125. * Sun Aug 20 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.98.39-0vl2
  126. - drop stupid macros
  127. - fix dependencies
  128. - add BuildRequires: texinfo
  129. - add BuildRequires: ghostscript instead of /usr/bin/ps2pdf
  130. - doc: add PreReq: install-info instead of /sbin/install-info
  131. - chande doc's group to Applications/Documentation
  132. * Sat Jun 4 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.98.39-0vl1
  133. - new upstream release
  134. * Wed Apr 21 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.98.38-0vl1
  135. - updated to 0.98.38
  136. - fixed %doc of nasm-doc
  137. * Thu Jul 17 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.98.36-0vl3
  138. - fixed nasm-doc Group: Documentation
  139. - changed URL:
  140. - s/Copyright/License/
  141. * Tue May 20 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.98.36-0vl2
  142. - merged Vine Plus spec file and Vine Seed Plus spec file (sorry....)
  143. * Thu May 1 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.98.36-0vl1
  144. - update 0.98.36 based on sourceforge
  145. - change licence to LGPL
  146. - change URL
  147. - add BuildPrereq: perl
  148. * Mon Jan 27 2003 Masaki Shinomiya <shino@pos.to> 0.98.35-0vl1
  149. - source upstream, new URL, doc files
  150. * Sat Apr 14 2001 Shoji Matsumoto <shom@vinelinux.org> 0.98-0vl2
  151. - add ja desc
  152. - modify %files
  153. - use %configure
  154. - build for Seed
  155. * Fri Dec 15 2000 Hirotaka Mizutani
  156. - 0.98-0vl1
  157. - updated for VineLinux2.1