Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 918647 Details for
Bug 1119197
Review Request: gnushogi - Shogi (Japanese Chess) AI engine
Home
New
Search
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.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
gnushogi.spec
gnushogi.spec (text/x-rpm-spec), 1.58 KB, created by
Chen Chen
on 2014-07-17 09:31:06 UTC
(
hide
)
Description:
gnushogi.spec
Filename:
MIME Type:
Creator:
Chen Chen
Created:
2014-07-17 09:31:06 UTC
Size:
1.58 KB
patch
obsolete
>Name: gnushogi >Version: 1.4.2 >Release: 1%{?dist} >Group: Amusements/Games >Summary: The game of Shogi, also known as Japanese Chess > >License: GPLv3+ >URL: http://www.gnu.org/software/%{name} >Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz > >BuildRequires: ncurses-devel >Requires: ncurses-libs%{?_isa}, info > >%description >GNU shogi is a program that plays shogi, the Japanese version of chess, >against a human (or computer) opponent. This is only the AI engine, and >you will likely want to use a GUI front-end (xshogi or xboard) to be >more comfortable. > >%prep >%autosetup > > >%build >%configure >make %{?_smp_mflags} > > >%install >rm -rf $RPM_BUILD_ROOT >make install prefix=%{buildroot}%{_prefix} ># v1.4.2 tend to drop docs in /usr instead of /usr/share >mkdir -p %{buildroot}%{_datarootdir} >if [ ! -d %{buildroot}%{_infodir} ] ; then > mv %{buildroot}%{_prefix}/info %{buildroot}%{_infodir} >fi >if [ ! -d %{buildroot}%{_libdir} ] ; then > mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir} >fi >if [ ! -d %{buildroot}%{_mandir} ] ; then > mv %{buildroot}%{_prefix}/man %{buildroot}%{_mandir} >fi > >%post >/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : > >%preun >if [ $1 = 0 ] ; then > /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : >fi > > >%files >%doc AUTHORS ChangeLog COPYING README TODO >%{_bindir}/gnushogi >%{_infodir}/%{name}.info.gz >%{_libdir}/%{name}/ >%{_mandir}/man6/%{name}.6.gz > > >%changelog >* Thu Jul 17 2014 Chen Chen <aflyhorse@hotmail.com> 1.4.2-1 >- Initial version of the package
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 1119197
:
918089
|
918361
| 918647 |
918648
|
918649
|
918650