]> git.pld-linux.org Git - packages/crafty.git/blobdiff - crafty.spec
- adapterized (killed trailing spaces/tabs)
[packages/crafty.git] / crafty.spec
index 5695e86994f8b7c67d6d62c6dbc3177ec40a68a8..ea78524cbe9be30e6004a94ea7b4037a05a15c39 100644 (file)
@@ -5,23 +5,26 @@ Version:      19.5
 Release:       1
 License:       GPL
 Group:         Applications/Games
-Source0:       ftp://ftp.cis.uab.edu/pub/hyatt/v19/%{name}-%{version}.tar.gz
+# new versions: ftp://ftp.cis.uab.edu/pub/hyatt/src/%{name}-%{version}.zip
+Source0:       ftp://ftp.cis.uab.edu/recovered/hyattsource/%{name}-%{version}.tar.gz
 # Source0-md5: 390ed8badcd30d16361eef415d2dada7
-Source1:       ftp://ftp.cis.uab.edu/pub/hyatt/%{name}.faq
+# two following originally from ftp://ftp.cis.uab.edu/pub/hyatt/
+Source1:       %{name}.faq
 # NoSource1-md5: f744727e291b6dec7e7c69bb3586b6dd
-Source2:       ftp://ftp.cis.uab.edu/pub/hyatt/read.me
+Source2:       read.me
 # NoSource2-md5: ce9a5e014d23f36c2540628ba0dc1c0b
-Source3:       ftp://ftp.cis.uab.edu/pub/hyatt/common/start.pgn.gz
+# now: ftp://ftp.cis.uab.edu/pub/hyatt/book/start.pgn
+Source3:       start.pgn.gz
 # Source3-md5: c3c54b29351408298e3c7548f4faed93
-Source4:       ftp://ftp.cis.uab.edu/pub/hyatt/v18/%{name}.doc.ascii
+Source4:       ftp://ftp.cis.uab.edu/pub/hyatt/documentation/%{name}.doc.ascii
 # NoSource4-md5: 5fd73027a1de1674763562e1987197ba
-Source5:       ftp://ftp.cis.uab.edu/pub/hyatt/doc/%{name}.doc.ps
+Source5:       ftp://ftp.cis.uab.edu/pub/hyatt/documentation/%{name}.doc.ps
 # Source5-md5: 6cef69aa2f9ea1ceb74b6c14edc8291f
 Source6:       %{name}.desktop
 Source7:       xchess.png
 Patch0:                %{name}-paths.patch
 Patch1:                %{name}-Makefile.patch
-Icon:          xchess.gif
+URL:           http://www.limunltd.com/crafty/
 BuildRequires: libstdc++-devel
 Provides:      chessprogram
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -45,7 +48,7 @@ cz
 cp %{SOURCE2} README
 cp %{SOURCE1} .
 cp %{SOURCE4} %{SOURCE5} .
-cp %{SOURCE3} . 
+cp %{SOURCE3} .
 gzip -d start.pgn.gz
 
 %{__perl} -pi -e 's@.*machine/builtins.*@@' chess.h
@@ -69,7 +72,7 @@ target="ALPHA"
        LDFLAGS="%{rpmldflags} -lpthread" \
        opt="-DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS $optarch -DFAST" \
        asm="$asmobj"
-       
+
 #mkdir -p %{_prefix}/lib/games/crafty
 #touch %{_prefix}/lib/games/crafty/book.lrn %{_prefix}/lib/games/crafty/position.{bin,lrn}
 #./crafty << _END_
@@ -95,7 +98,7 @@ touch /usr/lib/games/crafty/book.lrn /usr/lib/games/crafty/position.{bin,lrn}
 chgrp games /usr/lib/games/crafty/book.lrn \
        /usr/lib/games/crafty/position.{bin,lrn}
 chmod g+w /usr/lib/games/crafty/book.lrn \
-        /usr/lib/games/crafty/position.{bin,lrn}
+       /usr/lib/games/crafty/position.{bin,lrn}
 
 %files
 %defattr(644,root,root,755)
This page took 0.171427 seconds and 4 git commands to generate.