This commit is contained in:
parent
d24823fa15
commit
5f959974ca
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 04 18:41:41 CET 2007 - mfabian@suse.de
|
||||
|
||||
- remove openldap2 from BuildRequires.
|
||||
- use fdupes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 2 11:32:16 CEST 2007 - rguenther@suse.de
|
||||
|
||||
|
13
gnugo.spec
13
gnugo.spec
@ -11,13 +11,13 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: gnugo
|
||||
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
|
||||
License: GNU General Public License (GPL)
|
||||
BuildRequires: emacs-x11 fdupes giflib-devel glib-devel krb5 libpng-devel libtiff-devel ncurses-devel openldap2-devel xemacs xorg-x11-devel
|
||||
Url: http://www.gnu.org/software/gnugo/gnugo.html
|
||||
License: GPL v2 or later
|
||||
Group: Amusements/Games/Board/Other
|
||||
Summary: Chinese Game "Go"
|
||||
Version: 3.7.10
|
||||
Release: 23
|
||||
Release: 109
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: gnugo-%{version}.tar.bz2
|
||||
Source1: suse-start-gnugo.el
|
||||
@ -48,7 +48,6 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/%_mandir \
|
||||
--infodir=/%_infodir \
|
||||
|
||||
make
|
||||
pushd interface/xpms
|
||||
emacs -batch --no-site-file \
|
||||
@ -79,6 +78,7 @@ do
|
||||
install -m 644 $RPM_SOURCE_DIR/xemacs-auto-autoloads.el \
|
||||
$RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/gnugo/auto-autoloads.el
|
||||
done
|
||||
%fdupes $RPM_BUILD_ROOT/usr/share
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
@ -101,6 +101,9 @@ done
|
||||
/usr/share/xemacs/site-packages/lisp/gnugo/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 04 2007 - mfabian@suse.de
|
||||
- remove openldap2 from BuildRequires.
|
||||
- use fdupes.
|
||||
* Mon Apr 02 2007 - rguenther@suse.de
|
||||
- add ncurses-devel BuildRequires.
|
||||
* Tue Dec 05 2006 - mfabian@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user