Changeset 1137 for packaging/qt4.spec
- Timestamp:
- Mar 14, 2013, 12:04:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packaging/qt4.spec
r1130 r1137 40 40 41 41 #BuildRequires: gnumake (when available) 42 BuildRequires: findutils 43 #BuildRequires: mapsym (os2tk45, when available) 42 44 BuildRequires: libc-devel 43 45 BuildRequires: gcc … … 641 643 check_var "PSQL_LIBS" 642 644 645 # Mapsym must be present (for debug info packages) 646 [ -z "$(mapsym 2>&1)" ] && die "Cannot find mapsym tool." 647 643 648 # Non-root UNIXROOT is not currently supported because of make install 644 649 # that will install to a subtree in such case (which is not expected
Note:
See TracChangeset
for help on using the changeset viewer.