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