|
@@ -2,11 +2,14 @@ Summary: YASM Modular Assembler
|
|
Summary(ja): YASM モジュール化アセンブラ
|
|
Summary(ja): YASM モジュール化アセンブラ
|
|
Name: yasm
|
|
Name: yasm
|
|
Version: 1.3.0
|
|
Version: 1.3.0
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
|
|
+Group: Development/Languages
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
# See COPYING for the detail, there is quite a lot!
|
|
# See COPYING for the detail, there is quite a lot!
|
|
License: BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2
|
|
License: BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2
|
|
-Group: Development/Languages
|
|
+URL: https://yasm.tortall.net/
|
|
-URL: http://yasm.tortall.net/
|
|
|
|
Source: http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz
|
|
Source: http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
@@ -15,9 +18,6 @@ BuildRequires: byacc
|
|
BuildRequires: gettext-devel
|
|
BuildRequires: gettext-devel
|
|
BuildRequires: xmlto
|
|
BuildRequires: xmlto
|
|
|
|
|
|
-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
|
|
(some portions are under other licenses, see COPYING for details). It is
|
|
(some portions are under other licenses, see COPYING for details). It is
|
|
@@ -33,6 +33,7 @@ NASM, TASM, GAS など複数のアセンブラ構文に対応するべく設計
|
|
複数の出力フォーマット、複数の命令セットにも対応しています。
|
|
複数の出力フォーマット、複数の命令セットにも対応しています。
|
|
また、新たに再設計されたことにより、最適化モジュールも備えています。
|
|
また、新たに再設計されたことにより、最適化モジュールも備えています。
|
|
|
|
|
|
|
|
+
|
|
%package devel
|
|
%package devel
|
|
Summary: Header files and static libraries for yasm
|
|
Summary: Header files and static libraries for yasm
|
|
Summary(ja): yasm の ヘッダーファイルと 静的ライブラリー
|
|
Summary(ja): yasm の ヘッダーファイルと 静的ライブラリー
|
|
@@ -45,23 +46,29 @@ Header files and static libraries for yasm.
|
|
%description -l ja devel
|
|
%description -l ja devel
|
|
Yasmのヘッダーファイルと 静的ライブラリーです。
|
|
Yasmのヘッダーファイルと 静的ライブラリーです。
|
|
|
|
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
|
|
+
|
|
%build
|
|
%build
|
|
%configure
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
+
|
|
%install
|
|
%install
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
%makeinstall
|
|
%makeinstall
|
|
|
|
|
|
|
|
+
|
|
%clean
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
+
|
|
%files
|
|
%files
|
|
%defattr(-, root, root, -)
|
|
%defattr(-, root, root, -)
|
|
-%doc Artistic.txt AUTHORS BSD.txt COPYING GNU*
|
|
+%license Artistic.txt BSD.txt COPYING GNU*
|
|
|
|
+%doc AUTHORS
|
|
%{_bindir}/vsyasm
|
|
%{_bindir}/vsyasm
|
|
%{_bindir}/yasm
|
|
%{_bindir}/yasm
|
|
%{_bindir}/ytasm
|
|
%{_bindir}/ytasm
|
|
@@ -75,7 +82,11 @@ rm -rf %{buildroot}
|
|
%{_libdir}/libyasm.a
|
|
%{_libdir}/libyasm.a
|
|
%{_mandir}/man7/*
|
|
%{_mandir}/man7/*
|
|
|
|
|
|
|
|
+
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jul 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.3.0-2
|
|
|
|
+- rebuilt with current environment.
|
|
|
|
+
|
|
* Sat Oct 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.3.0-1
|
|
* Sat Oct 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.3.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|