Browse Source

updated xbat-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4686 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
fd776cdf91
1 changed files with 5 additions and 2 deletions
  1. 5 2
      x/xbat/xbat-vl.spec

+ 5 - 2
x/xbat/xbat-vl.spec

@@ -4,7 +4,7 @@
 Summary: A action game for X Window System like XEVIOUS.
 Name: xbat
 Version: 1.11
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Source0: http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/xev111.tar.gz
 SOURCE10: %{name}.desktop
 #SOURCE11: %{name}.png
@@ -15,7 +15,7 @@ URL: http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/xevious.html
 
 BuildRequires:  imake
 BuildRequires:  desktop-file-utils
-BuildRequires:  libX11-devel
+BuildRequires:  libX11-devel libXext-devel
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -57,6 +57,9 @@ find %{buildroot}%{_datadir}/games/Xbat -type f -exec chmod -x {} \;
 %attr(666,root,root) %{_localstatedir}/games/Xbat/Score/*
 
 %changelog
+* Tue Aug 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.11-3
+- added BuildRequires:  libXext-devel
+
 * Mon Aug 29 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.11-2
 - used some rpm macros
 - added BuildRequires:  desktop-file-utils