nerdexam
LPI

117-201 · Question #187

Which TWO of the following sentences are true about this package? Consider the following excerpt from an RPM spec file: Summary: Complete Web authoring system for linux Name: nvu Version: 0.50…

The correct answer is A. Package gtk+2-devel version 2.2.0 or higher needs to be present in the system before this nvu E. The nvu-0.50.tar.bz2 file contains pristine sources for nvu. See the full explanation below for the reasoning.

Question

Which TWO of the following sentences are true about this package? Consider the following excerpt from an RPM spec file: Summary: Complete Web authoring system for linux Name: nvu Version: 0.50 Release: 5 Source0: %{name}-%{version}.tar.bz2 Patch0: nvu-freetype2.patch.bz2 Patch1: nvu-mozilla-1.1-system-myspell-dicts.patch.bz2 Patch2: nvu- mozilla-1.7-spellcheck-full- langname.patch.bz2 License: MPL/LGPL/GPL Group: Development/Other BuildRoot: %{_tmppath}/%{name}-buildroot BuildRequires: libjpeg-devel libpng-devel libIDL-devel BuildRequires: zip tcsh BuildRequires: gtk+2-devel >= 2.2.0 Which TWO of the following sentences are true about this package?

Options

  • APackage gtk+2-devel version 2.2.0 or higher needs to be present in the system before this nvu
  • BThe file nvu-freetype2.patch.bz2 must be present in the SOURCES/PATCHES directory.
  • CThe macro %_tmppath must be defined in system-wide or in local configuration files.
  • DThe nvu-0.50.tar.bz2 will be unpacked into %{_tmppath}/%{name}-buildroot.
  • EThe nvu-0.50.tar.bz2 file contains pristine sources for nvu.

How the community answered

(32 responses)
  • A
    81% (26)
  • B
    3% (1)
  • C
    13% (4)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 117-201 Practice