This commit is contained in:
parent
83d45177be
commit
d24823fa15
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 2 11:32:16 CEST 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
- add ncurses-devel BuildRequires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 05 19:21:04 CET 2006 - mfabian@suse.de
|
Tue Dec 05 19:21:04 CET 2006 - mfabian@suse.de
|
||||||
|
|
||||||
|
10
gnugo.spec
10
gnugo.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnugo (Version 3.7.10)
|
# spec file for package gnugo (Version 3.7.10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -11,13 +11,13 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: gnugo
|
Name: gnugo
|
||||||
BuildRequires: emacs-x11 giflib-devel glib-devel krb5 libpng-devel libtiff-devel openldap2 openldap2-devel xemacs xorg-x11-devel
|
BuildRequires: emacs-x11 giflib-devel glib-devel krb5 libpng-devel libtiff-devel ncurses-devel openldap2 openldap2-devel xemacs xorg-x11-devel
|
||||||
URL: http://www.gnu.org/software/gnugo/gnugo.html
|
URL: http://www.gnu.org/software/gnugo/gnugo.html
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: Amusements/Games/Board/Other
|
Group: Amusements/Games/Board/Other
|
||||||
Summary: Chinese Game "Go"
|
Summary: Chinese Game "Go"
|
||||||
Version: 3.7.10
|
Version: 3.7.10
|
||||||
Release: 1
|
Release: 23
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: gnugo-%{version}.tar.bz2
|
Source0: gnugo-%{version}.tar.bz2
|
||||||
Source1: suse-start-gnugo.el
|
Source1: suse-start-gnugo.el
|
||||||
@ -100,7 +100,9 @@ done
|
|||||||
%dir /usr/share/xemacs/site-packages/lisp/gnugo/
|
%dir /usr/share/xemacs/site-packages/lisp/gnugo/
|
||||||
/usr/share/xemacs/site-packages/lisp/gnugo/*
|
/usr/share/xemacs/site-packages/lisp/gnugo/*
|
||||||
|
|
||||||
%changelog -n gnugo
|
%changelog
|
||||||
|
* Mon Apr 02 2007 - rguenther@suse.de
|
||||||
|
- add ncurses-devel BuildRequires.
|
||||||
* Tue Dec 05 2006 - mfabian@suse.de
|
* Tue Dec 05 2006 - mfabian@suse.de
|
||||||
- update to 3.7.10
|
- update to 3.7.10
|
||||||
- fix Bugzilla #225902 ("comparison with string literal").
|
- fix Bugzilla #225902 ("comparison with string literal").
|
||||||
|
Loading…
Reference in New Issue
Block a user