[Bug 502851] Review Request: pokerth - A Texas-Holdem poker game

bugzilla at redhat.com bugzilla at redhat.com
Fri Jun 12 18:56:58 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=502851





--- Comment #3 from Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>  2009-06-12 14:56:57 EDT ---
Some notes:

* Fonts symlink
-------------------------------------------------------------------
ln -s %{_datadir}/fonts/bistream-vera/VeraBd.ttf
%{buildroot}%{_datadir}/%{name}/data/fonts/
-------------------------------------------------------------------
  - This is /bi"t"stream-vera/
    ( does this mean that this file is actually not needed? )

* Timestamps
-------------------------------------------------------------------
   359  make -f Makefile.pokerth_game install
   360  make[1]: Entering directory `/builddir/build/BUILD/PokerTH-0.7-src'
   361  install -m 644 -p
/builddir/build/BUILD/PokerTH-0.7-src/data/data-copyright.txt
/builddir/build/BUILDROOT/pokerth-0.7-1.fc12.i386/usr/share/pokerth/data/
   362  cp -f -r /builddir/build/BUILD/PokerTH-0.7-src/data/fonts
/builddir/build/BUILDROOT/pokerth-0.7-1.fc12.i386/usr/share/pokerth/data/
-------------------------------------------------------------------
  - make install INSTALL_ROOT=%{buildroot} COPY="cp -p -f" is preferred
    to keep timestamps on installed files.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list