Changeset 1137


Ignore:
Timestamp:
Mar 14, 2013, 12:04:53 AM (12 years ago)
Author:
Dmitry A. Kuminov
Message:

packaging: More BuildRequires and sanity checks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • packaging/qt4.spec

    r1130 r1137  
    4040
    4141#BuildRequires: gnumake (when available)
     42BuildRequires: findutils
     43#BuildRequires: mapsym (os2tk45, when available)
    4244BuildRequires: libc-devel
    4345BuildRequires: gcc
     
    641643check_var "PSQL_LIBS"
    642644
     645# Mapsym must be present (for debug info packages)
     646[ -z "$(mapsym 2>&1)" ] && die "Cannot find mapsym tool."
     647
    643648# Non-root UNIXROOT is not currently supported because of make install
    644649# that will install to a subtree in such case (which is not expected
Note: See TracChangeset for help on using the changeset viewer.