Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 583859 Details for
Bug 700031
gnuchess-6.0.2 is available
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
SPEC for gnuchess 6.0.2
gnuchess.spec (text/plain), 5.83 KB, created by
Ling Li
on 2012-05-11 14:30:16 UTC
(
hide
)
Description:
SPEC for gnuchess 6.0.2
Filename:
MIME Type:
Creator:
Ling Li
Created:
2012-05-11 14:30:16 UTC
Size:
5.83 KB
patch
obsolete
>Summary: The GNU chess program >Name: gnuchess >Version: 6.0.2 >Release: 1%{?dist} >License: GPLv3+ >Group: Amusements/Games >URL: ftp://ftp.gnu.org/pub/gnu/chess/ >Source: ftp://ftp.gnu.org/pub/gnu/chess/%{name}-%{version}.tar.gz >#Source1: http://ftp.gnu.org/pub/gnu/chess/book_1.01.pgn.gz ># use precompiled book.dat: >Source1: book_1.02.bin.gz >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >Provides: chessprogram >BuildRequires: flex >Requires(post): info >Requires(preun): info > >%description >The gnuchess package contains the GNU chess program. By default, >GNU chess uses a curses text-based interface. Alternatively, GNU chess >can be used in conjunction with the xboard user interface and the X >Window System for play using a graphical chess board. > >Install the gnuchess package if you would like to play chess on your >computer. If you'd like to use a graphical interface with GNU chess, >you'll also need to install the xboard package and the X Window System. > >%prep >%setup -q -n %{name}-%{version} >gzip -dc %{SOURCE1} > src/book.bin > >%build >%configure >make %{?_smp_mflags} >sed -i 's/^Book\s*=\s*false/Book = true/;s/^OwnBook\s*=\s*false/OwnBook = true/' src/gnuchess.ini > >%install >rm -rf $RPM_BUILD_ROOT >%make_install >rm -f %{buildroot}/%{_infodir}/dir > >%post >/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || : > >%preun >if [ $1 = 0 ]; then > /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || : >fi > >%clean >rm -rf $RPM_BUILD_ROOT > >%files >%defattr(-,root,root) >%attr(2755,root,games) %{_bindir}/%{name} >%doc AUTHORS COPYING ChangeLog NEWS README TODO >%{_infodir}/%{name}.info.gz >%{_datadir}/%{name} >%exclude %{_bindir}/%{name}? > >%changelog >* Fri May 11 2012 Ling Li <liling@gmail.com> - 6.0.2-1 >- Update to 6.0.2 and the latest book 1.02 >- book.dat is moved to /usr/share/gnuchess/book.bin > >* Mon Apr 11 2011 Christopher Aillon <caillon@redhat.com> - 5.08-1 >- Update to 5.08 >- Now licensed under GPLv3+ > >* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.07-15 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Thu Sep 10 2009 Karsten Hopp <karsten@redhat.com> 5.07-14 >- fix name collision of getline function > >* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.07-13 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild > >* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.07-12 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild > >* Fri Feb 15 2008 Chris Ricker <kaboom@oobleck.net> 5.07-11 >- Rebuild for GCC 4.3 >- Fix license > >* Mon Sep 11 2006 Chris Ricker <kaboom@oobleck.net> 5.07-10 >- Bump and rebuild > >* Wed Feb 15 2006 Chris Ricker <kaboom@oobleck.net> 5.07-9 >- Bump and rebuild > >* Wed Jun 01 2005 Chris Ricker <kaboom@oobleck.net> 5.07-8%{?dist} >- Add dist tag > >* Thu May 26 2005 Chris Ricker <kaboom@oobleck.net> 5.07-7 >- Patch to compile with gcc4 > >* Fri May 20 2005 Chris Ricker <kaboom@oobleck.net> 5.07-6 >- Update for Fedora Extras >- Copyright -> License >- Don't strip binaries >- Preserve time stamps >- Update BuildRoot >- Drop unapplied patch > >* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 5.07-5 >- Rebuilt for new readline. > >* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Tue May 04 2004 Karsten Hopp <karsten@redhat.de> 5.07-3 >- update and rebuild book.dat to fix #122431 > >* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Wed Jan 14 2004 Karsten Hopp <karsten@redhat.de> >- update to 5.07 > >* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Mon May 05 2003 Karsten Hopp <karsten@redhat.de> 5.06-1 >- update >- precompile book.dat > >* Wed Jan 22 2003 Tim Powers <timp@redhat.com> >- rebuilt > >* Tue Nov 19 2002 Tim Powers <timp@redhat.com> >- rebuild for all arches > >* Sat Jul 27 2002 Karsten Hopp <karsten@redhat.de> >- compress SRPM with bzip2 to save some space > >* Fri Jun 21 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* Thu May 30 2002 Karsten Hopp <karsten@redhat.de> >- remove obsolete Obsoletes: gnuchess > >* Thu May 23 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* Fri Jan 25 2002 Karsten Hopp <karsten@redhat.de> >- Fix buffer overflow > >* Wed Jan 23 2002 Karsten Hopp <karsten@redhat.de> (5.02-4) >- remove ExcludeArch Alpha > >* Wed Dec 19 2001 Karsten Hopp <karsten@redhat.de> 5.02-2 >- fix #57687 (book.dat not writable) > >* Wed Nov 28 2001 Karsten Hopp <karsten@redhat.de> >- Update gnuchess to 5.02 >- added URL (#54612) >- ExcludeArch alpha until the compiler is fixed > >* Wed Jul 07 2001 Karsten Hopp <karsten@redhat.de> >- dir /usr/lib/games/gnuchess owned by this package > >* Sat Jul 07 2001 Karsten Hopp <karsten@redhat.de> >- add BuildRequires (#45026) > >* Thu Jul 13 2000 Prospector <bugzilla@redhat.com> >- automatic rebuild > >* Fri Jun 10 2000 Bill Nottingham <notting@redhat.com> >- rebuid in new environment > >* Mon Apr 3 2000 Bernhard Rosenkraenzer <bero@redhat.com> >- Rebuild with new ncurses >- do NOT update to 5.00 because it sucks: The UI is gone, the print > tools are gone, and the Makefile contains DOS-specific instructions. > >* Thu Feb 3 2000 Bill Nottingham <notting@redhat.com> >- handle compressed man pages > >* Sat Aug 14 1999 Bill Nottingham <notting@redhat.com> >- provide chessprogram, don't require xboard > >* Fri Jul 29 1999 Bill Nottingham <notting@redhat.com> >- update to 4.0pl80 > >* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> >- auto rebuild in the new build environment (release 3) > >* Mon Jan 23 1999 Michael Maher <mike@redhat.com> >- changed group name > >* Thu Dec 17 1998 Michael Maher <mike@redhat.com> >- rebuilt for 6.0, cleaned up spec file. > >* Fri May 01 1998 Prospector System <bugs@redhat.com> >- translations modified for de, fr, tr > >* Wed Apr 15 1998 Erik Troan <ewt@redhat.com> >- built against new ncurses > >* Fri Oct 17 1997 Donnie Barnes <djb@redhat.com> >- BuildRoot'ed > >* Thu Jul 10 1997 Erik Troan <ewt@redhat.com> >- built against glibc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 700031
: 583859 |
583860