Browse Source

update: gnuchess, gsm

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3495 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 13 years ago
parent
commit
ab6419478a
2 changed files with 26 additions and 3 deletions
  1. 20 1
      g/gnuchess/gnuchess-vl.spec
  2. 6 2
      g/gsm/gsm-vl.spec

+ 20 - 1
g/gnuchess/gnuchess-vl.spec

@@ -2,10 +2,12 @@ Summary: The GNU chess program.
 Summary(ja): GNU チェスゲーム
 Name: gnuchess
 Version: 5.07
-Release: 1%{?_dist_release}
+Release: 3%{?_dist_release}
+
 License: GPL
 Group: Applications/Games
 URL: ftp://ftp.gnu.org/pub/gnu/chess/
+
 Source: ftp://ftp.gnu.org/pub/gnu/chess/%{name}-%{version}.tar.gz
 ##Source1: http://ftp.gnu.org/pub/gnu/chess/book_1.00.pgn.gz
 # use precompiled book.dat:
@@ -13,9 +15,17 @@ Source1: http://ftp.gnu.org/pub/gnu/chess/book.dat.gz
 #Patch0: gnuchess-5.02-fsstnd.patch
 Patch1: gnuchess-5.06-bookpath.patch
 Patch2: gnuchess-5.07-common.patch
+Patch3: gnuchess-5.07-getline.patch
+
 Buildroot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: ncurses-devel
+BuildRequires: readline-devel
 Provides: chessprogram
 
+Distribution: Vine Linux
+Vendor: Project Vine
+Packager: inagaki, owa
+
 
 %description
 The gnuchess package contains the GNU chess program.  By default,
@@ -42,6 +52,7 @@ Window Systemをあらかじめインストールしておいてください。
 #%patch0 -p1 -b .fsp
 %patch1 -p1 -b .bp
 %patch2 -p1 -b .common
+%patch3 -p1 -b .getline
 gzip -dc %{SOURCE1} > book/book.dat
 
 %build
@@ -68,6 +79,14 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/* COPYING 
 
 %changelog
+* Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.07-3
+- added Distribution and Vendor tag
+- rebuilt with current VineSeed
+
+* Sun May 16 2010 Shu KONNO <owa@bg.wakwak.com> - 5.07-2
+- added gnuchess-5.07-getline.patch
+- rebuilt with new environment
+
 * Sun Nov 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.07-1vl5
 - applied new versioning policy
 - spec in UTF-8

+ 6 - 2
g/gsm/gsm-vl.spec

@@ -2,16 +2,17 @@ Summary:        Shared libraries for GSM speech compressor
 
 Name:           gsm
 Version:        1.0.12
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        MIT
 URL:            http://kbs.cs.tu-berlin.de/~jutta/toast.html
+
 Source:         http://kbs.cs.tu-berlin.de/~jutta/gsm/%{name}-%{version}.tar.gz
 Patch0:         %{name}-makefile.patch
 Patch1:         %{name}-warnings.patch
 Patch2:         %{name}-64bit.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 %define srcver 1.0-pl12
 
@@ -121,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.12-2
+- rebuilt with current VineSeed
+
 * Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.12-1
 - initial build for Vine Linux