This commit is contained in:
parent
4618a74c4e
commit
f579393a13
33
groff.spec
33
groff.spec
@ -18,11 +18,13 @@
|
||||
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{flavor}" == "full"
|
||||
%define name_ext -full
|
||||
%bcond_without full_build
|
||||
%else
|
||||
%define name_ext %nil
|
||||
%bcond_with full_build
|
||||
%endif
|
||||
Name: groff
|
||||
Name: groff%{name_ext}
|
||||
Version: 1.22.4
|
||||
Release: 0
|
||||
Summary: GNU troff Document Formatting System
|
||||
@ -69,21 +71,6 @@ BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xaw7)
|
||||
BuildRequires: pkgconfig(xmu)
|
||||
BuildRequires: pkgconfig(xt)
|
||||
%else
|
||||
Recommends: groff-full
|
||||
%endif
|
||||
|
||||
%description
|
||||
The groff package is a stripped-down package containing the necessary
|
||||
components to read manual pages in ASCII, Latin-1, and UTF-8, plus the
|
||||
PostScript device (groff's default). Users who want a full groff installation,
|
||||
with the standard set of devices, fonts, macros, and documentation, should
|
||||
install the groff-full package.
|
||||
|
||||
%package -n groff-full
|
||||
Summary: GNU troff Document Formatting System - full variant
|
||||
# for pre-grohtml and pdfroff
|
||||
Group: Productivity/Publishing/Troff
|
||||
Requires: ghostscript-library
|
||||
# requires the -base package
|
||||
Requires: groff = %{version}
|
||||
@ -96,14 +83,14 @@ Obsoletes: jgroff < %{version}
|
||||
# X fonts were moved back
|
||||
Provides: groff-devx = %{version}-%{release}
|
||||
Obsoletes: groff-devx <= 1.21
|
||||
%else
|
||||
Recommends: groff-full
|
||||
%endif
|
||||
|
||||
%description -n groff-full
|
||||
The groff-full package provides aditional tools excluded from base groff
|
||||
package, like grohtml, X fonts et. all.
|
||||
|
||||
Groff is used to "compile" man pages stored in groff or nroff format
|
||||
for different output devices, for example, displaying to a screen or in
|
||||
PostScript(tm) format for printing on a PostScript(tm) printer.
|
||||
%description
|
||||
The groff package is a stripped-down package containing the necessary
|
||||
components to read manual pages in ASCII, Latin-1, and UTF-8, plus the
|
||||
PostScript device (groff's default).
|
||||
|
||||
%package -n groff-doc
|
||||
Summary: HTML documentation and examples for groff
|
||||
|
Loading…
x
Reference in New Issue
Block a user