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 161745 Details for
Bug 252950
Review Request: othello - Classic board game with ai plugins and network support
[?]
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.
[patch]
Initial review during #fedora-cn meetings
othello-0.2.1-1.spec-initial-review.patch (text/plain), 3.37 KB, created by
Yijun Yuan
on 2007-08-17 15:34:55 UTC
(
hide
)
Description:
Initial review during #fedora-cn meetings
Filename:
MIME Type:
Creator:
Yijun Yuan
Created:
2007-08-17 15:34:55 UTC
Size:
3.37 KB
patch
obsolete
>--- othello.spec.orig 2007-08-17 22:20:04.000000000 +0800 >+++ othello.spec 2007-08-17 23:30:05.000000000 +0800 >@@ -1,30 +1,43 @@ >+# vim: set tw=80 ai : >+ > Name: othello > Version: 0.2.1 > Release: 1%{?dist} >-Summary: Classic board game with ai plugins and network support >+Summary: Classic board game with AI plugins and network support > > Group: Amusements/Games > License: GPLv3+ > URL: http://othello-game.sourceforge.net/ >-Source0: othello-%{version}.tar.bz2 >+Source0: http://download.sourceforge.net/othello-game/othello-%{version}.tar.bz2 > Source1: othello.desktop > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >-BuildRequires: boost-devel wxGTK-devel python-devel >+BuildRequires: boost-devel wxGTK-devel python-devel intltool > > %description >-Othello is a classic strategy game, also known as Reversi. >-Its objective is to finish the game with the greater amount >-of pieces (circles) of the same color. >+Othello is a classic strategy game, also known as Reversi. Its objective is to >+finish the game with the greater amount of pieces (circles) of the same color. > > Features : > > * Cross Platformed (Currently support Linux and win32) >- * Support writing ai plugin using C++, and also support >- writing ai plugin in python script directly. >- * Support network game. >+ * Support writing ai plugin using C++, and also support writing ai plugin in >+ python script directly. >+ * Support network game. > * Support interface theme. > >+ >+%package devel >+Summary: Development files for othello plugins >+Group: Development/Libraries >+ >+Requires: %{name} = %{version} >+Requires: boost-devel >+ >+%description devel >+Development files for othello plugins >+ >+ > %prep > %setup -q > >@@ -38,21 +51,22 @@ > rm -rf $RPM_BUILD_ROOT > make install DESTDIR=$RPM_BUILD_ROOT > find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' >-%find_lang %{name} > desktop-file-install --vendor=fedora \ > --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ > %{SOURCE1} > install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps > install -m 644 -p $RPM_BUILD_ROOT%{_datadir}/wxothello/%{version}/wxothello.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps >- >+%find_lang %{name} > > %post >+/sbin/ldconfig > touch --no-create %{_datadir}/icons/hicolor || : > %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : > update-desktop-database %{_datadir}/applications &>/dev/null || : > > > %postun >+/sbin/ldconfig > touch --no-create %{_datadir}/icons/hicolor || : > %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : > update-desktop-database %{_datadir}/applications &>/dev/null || : >@@ -61,20 +75,23 @@ > %clean > rm -rf $RPM_BUILD_ROOT > >- > %files -f %{name}.lang > %defattr(-,root,root,-) >-%doc AUTHORS README NEWS COPYING >+%doc AUTHORS COPYING NEWS README > %{_bindir}/wxothello > %{_bindir}/othello-cli >-%{_includedir}/othello/ >-%{_libdir}/*.so > %{_libdir}/*.so.* > %{_libdir}/othello/ >-%{_libdir}/pkgconfig/* > %{_datadir}/wxothello/ >-%{_datadir}/icons/hicolor/48x48/apps/* >-%{_datadir}/applications/* >+%{_datadir}/icons/hicolor/*/apps/* >+%{_datadir}/applications/*.desktop >+ >+%files devel >+%defattr(-,root,root,-) >+%doc AUTHORS COPYING NEWS README >+%{_includedir}/othello/ >+%{_libdir}/*.so >+%{_libdir}/pkgconfig/*.pc > > %changelog > * Thu Aug 16 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.2.1-1
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 252950
:
161745
|
161751
|
161835