LX0-101 · Question #334
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 PatchO: nvu-freetype2…
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
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 PatchO: nvu-freetype2. patch. bz2 Patchl: nvu-mozilla-l.l- system- myspell-dicts.patch.bz2 Patch2: nvu-mozilla-1.7-spellcheck-full-langname.patch.bz2 BuildRoot:%{_tmppath}/%{name}-buildroot BuildRequires: libjpeg-devel libpng-devel liblDL-devel BuildRequires: ziptcsh 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
(20 responses)- A80% (16)
- B5% (1)
- C10% (2)
- D5% (1)
Community Discussion
No community discussion yet for this question.