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

Christoph Wickert <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?([email protected]) |

--- Comment #7 from Christoph Wickert <[email protected]> ---
$  rpm --eval %{_iconsdir}
/usr/share/icons
$  rpm --eval %{_desktopdir}
/usr/share/applications

So the two marcos are defined...

$  grep -r %_desktopdir /etc/rpm
/etc/rpm/macros.jpackage:%_desktopdir    %{_datadir}/applications
$  grep -r %_iconsdir /etc/rpm
/etc/rpm/macros.jpackage:%_iconsdir    %{_datadir}/icons

... and they are defined in /etc/rpm/macros.jpackage

$  rpm -qf /etc/rpm/macros.jpackage 
jpackage-utils-1.7.5-18.1.fc17.x86_64

... which belongs to jpackage-utils. This means we either need "BuildRequires:
jpackage-utils" or use the %{_datadir} marco. I thin this is better because we
cannot be sure that jpackage-utils is always available. We should not require
anything just for two macro.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to