[Bug 509160] Review Request: mine_detector – a mine-finding game

bugzilla at redhat.com bugzilla at redhat.com
Wed Jan 27 19:19:53 UTC 2010


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=509160

Toshio Ernie Kuratomi <a.badger at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |a.badger at gmail.com

--- Comment #18 from Toshio Ernie Kuratomi <a.badger at gmail.com> 2010-01-27 14:19:51 EST ---
Note:  This is fine:
  desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE3}

Sometimes people will do something like this: 
  mkdir -p %{buildroot}/%{docdir}/%{name}-%{version}
  cp %{SOURCE3} %{buildroot}/%{docdir}/%{name}-%{version}

Than can run into problems if there's also %doc directives in %files:
  %doc README COPYING

as rpm will remove the docdir files created in %install.  That's one reason you
might see some packages installing files unneeded for the build into the
builddir in %prep.

-- 
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 package-review mailing list