|
@@ -1,16 +1,13 @@
|
|
Summary: Complete rewrite of the NASM assembler under the BSD License
|
|
Summary: Complete rewrite of the NASM assembler under the BSD License
|
|
Summary(ja): BSDライセンスの元で書き直されたNASMアセンブラ
|
|
Summary(ja): BSDライセンスの元で書き直されたNASMアセンブラ
|
|
Name: yasm
|
|
Name: yasm
|
|
-Version: 0.7.2
|
|
|
|
|
|
+Version: 1.0.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
URL: http://www.tortall.net/projects/yasm/
|
|
URL: http://www.tortall.net/projects/yasm/
|
|
Source: http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz
|
|
Source: http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
-
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: bison byacc
|
|
BuildRequires: bison byacc
|
|
|
|
|
|
@@ -18,6 +15,9 @@ BuildRequires: bison byacc
|
|
#%{!?_without_gettextdevel:BuildRequires: gettext-devel}
|
|
#%{!?_without_gettextdevel:BuildRequires: gettext-devel}
|
|
#%{?_without_gettextdevel:BuildRequires: gettext}
|
|
#%{?_without_gettextdevel:BuildRequires: gettext}
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Yasm is a complete rewrite of the NASM assembler under the "new" BSD License.
|
|
Yasm is a complete rewrite of the NASM assembler under the "new" BSD License.
|
|
Yasm currently supports the x86 and AMD64 instruction sets,
|
|
Yasm currently supports the x86 and AMD64 instruction sets,
|
|
@@ -65,6 +65,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
%defattr(-, root, root, 0755)
|
|
%defattr(-, root, root, 0755)
|
|
%doc Artistic.txt AUTHORS BSD.txt COPYING GNU*
|
|
%doc Artistic.txt AUTHORS BSD.txt COPYING GNU*
|
|
%{_bindir}/yasm
|
|
%{_bindir}/yasm
|
|
|
|
+%{_bindir}/vsyasm
|
|
|
|
+%{_bindir}/ytasm
|
|
%{_mandir}/man1/*
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
@@ -76,6 +78,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_mandir}/man7/*
|
|
%{_mandir}/man7/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue May 18 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- built with new toolchain
|
|
|
|
+
|
|
* Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
|
|
* Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|