]> git.pld-linux.org Git - packages/gnuchess.git/commitdiff
- updated to 4.0.pl80,
authorkloczek <kloczek@pld-linux.org>
Thu, 5 Aug 1999 15:53:02 +0000 (15:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using %%configure macro.

Changed files:
    gnuchess.spec -> 1.12

gnuchess.spec

index 96627086fc19505f0e458d641188c86adad31252..7c6ede85dbb14bdf52db09a11a753a41cc56d953 100644 (file)
@@ -4,14 +4,13 @@ Summary(fr):  Jeu d'
 Summary(pl):   Gra w szachy
 Summary(tr):   Bilgisayar satranç oyunu
 Name:          gnuchess
-Version:       4.0.pl79
-Release:       6
+Version:       4.0.pl80
+Release:       1
 Copyright:     GPL
 Group:         Games
-Source:                ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
+Source:                ftp://prep.ai.mit.edu/pub/gnu/gnuchess/%{name}-%{version}.tar.gz
 Patch0:                gnuchess-fhs.patch
 Patch1:                gnuchess-ncurses.patch
-Patch2:                gnuchess-4.0.pl79.patch
 #Icon:         xchess.gif
 BuildRoot:     /tmp/%{name}-%{version}-root
 
@@ -39,11 +38,11 @@ ile birlikte kullan
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 cd src
 rm -f config.status config.cache
+LDFLAGS="-s"; export LDFLAGS
 %configure
 make CFLAGS="$RPM_OPT_FLAGS"
 
@@ -54,7 +53,6 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/games/gnuchess,%{_mandir}/man6
 cd src
 make install prefix=$RPM_BUILD_ROOT%{_prefix} \
        exec_prefix=$RPM_BUILD_ROOT%{_prefix}
-strip $RPM_BUILD_ROOT%{_bindir}/*
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man6/*
 
This page took 0.110748 seconds and 4 git commands to generate.