source: projects/specs/trunk/n/nasm/nasm-vl.spec @ 12550

Revision 12550, 5.9 KB checked in by tomop, 3 years ago (diff)

updated 5 packages

eudev-3.2.10-1

libappindicator-12.10.0-2

libindicator-12.10.1-3

nasm-2.15.05-1

vala-0.48.13-1

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