Browse Source

* gnuchess: add missing BuildRequires: flex

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3568 ec354946-7b23-47d6-9f5a-488ba84defc7
shaolin 13 years ago
parent
commit
42b4700127
1 changed files with 5 additions and 1 deletions
  1. 5 1
      g/gnuchess/gnuchess-vl.spec

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

@@ -2,7 +2,7 @@ Summary: The GNU chess program.
 Summary(ja): GNU チェスゲーム
 Name: gnuchess
 Version: 5.07
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 
 License: GPL
 Group: Applications/Games
@@ -20,6 +20,7 @@ Patch3: gnuchess-5.07-getline.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: ncurses-devel
 BuildRequires: readline-devel
+BuildRequires: flex
 Provides: chessprogram
 
 Distribution: Vine Linux
@@ -79,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/* COPYING 
 
 %changelog
+* Tue Apr 19 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.07-4
+- add missing BuildRequires: flex
+
 * Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.07-3
 - added Distribution and Vendor tag
 - rebuilt with current VineSeed