Browse Source

updated: expect, yasm

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1035 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 14 years ago
parent
commit
86715f7990
2 changed files with 16 additions and 6 deletions
  1. 6 2
      e/expect/expect-vl.spec
  2. 10 4
      y/yasm/yasm-vl.spec

+ 6 - 2
e/expect/expect-vl.spec

@@ -6,7 +6,7 @@ Summary: A Tcl/Tk development environment: expect
 Summary(ja): Tcl/Tk 開発環境: expect
 Name: expect
 Version: %{majorver}.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group: Development/Languages
 URL: http://expect.nist.gov/
 License: BSD
@@ -34,7 +34,7 @@ package.
 
 %package devel
 Summary: Development files for expect library.
-Group: Development/Languages
+Group: Development/Libraries
 Requires: expect = %{version}-%{release}
 Obsoletes: expect <= 5.43-0vl4
 
@@ -141,6 +141,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 18 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.43-2
+- rebuilt with new toolchain
+- changed devel Group to Development/Libraries
+
 * Sun Jul 27 2008 Shu KONNO <owa@bg.wakwak.com> 5.43-1vl5
 - applied new versioning policy and spec in utf-8
 

+ 10 - 4
y/yasm/yasm-vl.spec

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