split groff-base from groff
This commit is contained in:
parent
150c40cf5d
commit
747062c7f2
17
groff.spec
17
groff.spec
@ -1,7 +1,7 @@
|
|||||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\([^.]*\\.pl\\)
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\([^.]*\\.pl\\)
|
||||||
Name: groff
|
Name: groff
|
||||||
Version: 1.22.4
|
Version: 1.22.4
|
||||||
Release: 5
|
Release: 7
|
||||||
Summary: A typesetting system
|
Summary: A typesetting system
|
||||||
License: GPLv3+ and GFDL and BSD and MIT
|
License: GPLv3+ and GFDL and BSD and MIT
|
||||||
URL: http://www.gnu.org/software/groff/
|
URL: http://www.gnu.org/software/groff/
|
||||||
@ -12,12 +12,12 @@ BuildRequires: git, netpbm-progs, perl-generators, psutils, ghostscript
|
|||||||
BuildRequires: libXaw-devel, libXmu-devel
|
BuildRequires: libXaw-devel, libXmu-devel
|
||||||
BuildRequires: jbig2dec-libs
|
BuildRequires: jbig2dec-libs
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
|
Requires: %{name}-base = %{version}-%{release}
|
||||||
|
|
||||||
Obsoletes: %{name}-base < %{version}-%{release}
|
Obsoletes: %{name}-base < %{version}-%{release}
|
||||||
Obsoletes: %{name}-perl < %{version}-%{release}
|
Obsoletes: %{name}-perl < %{version}-%{release}
|
||||||
Obsoletes: %{name}-x11 < %{version}-%{release}
|
Obsoletes: %{name}-x11 < %{version}-%{release}
|
||||||
Obsoletes: %{name}-gxditview < 1.20.1
|
Obsoletes: %{name}-gxditview < 1.20.1
|
||||||
Provides: %{name}-base
|
|
||||||
Provides: %{name}-perl
|
Provides: %{name}-perl
|
||||||
Provides: %{name}-x11
|
Provides: %{name}-x11
|
||||||
Provides: groff-gxditview = %{version}-%{release}
|
Provides: groff-gxditview = %{version}-%{release}
|
||||||
@ -31,6 +31,13 @@ Formatting commands may be either low-level typesetting requests
|
|||||||
(“primitives”) or macros from a supplied set. Users may also write
|
(“primitives”) or macros from a supplied set. Users may also write
|
||||||
their own macros. All three may be combined.
|
their own macros. All three may be combined.
|
||||||
|
|
||||||
|
%package base
|
||||||
|
Summary: Base parts of groff formatting system
|
||||||
|
|
||||||
|
%description base
|
||||||
|
The groff-base package contains base parts of groff formatting system
|
||||||
|
which are required to display manual pages.
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Documents for %{name}
|
Summary: Documents for %{name}
|
||||||
Buildarch: noarch
|
Buildarch: noarch
|
||||||
@ -149,6 +156,8 @@ make check
|
|||||||
%{_bindir}/roff2text
|
%{_bindir}/roff2text
|
||||||
%{_bindir}/roff2x
|
%{_bindir}/roff2x
|
||||||
%{_bindir}/xtotroff
|
%{_bindir}/xtotroff
|
||||||
|
|
||||||
|
%files base
|
||||||
%{_bindir}/eqn
|
%{_bindir}/eqn
|
||||||
%{_bindir}/groff
|
%{_bindir}/groff
|
||||||
%{_bindir}/grops
|
%{_bindir}/grops
|
||||||
@ -170,7 +179,6 @@ make check
|
|||||||
%{_bindir}/gneqn
|
%{_bindir}/gneqn
|
||||||
%{_bindir}/gsoelim
|
%{_bindir}/gsoelim
|
||||||
%{_bindir}/zsoelim
|
%{_bindir}/zsoelim
|
||||||
|
|
||||||
%{_libdir}/groff/
|
%{_libdir}/groff/
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
@ -183,6 +191,9 @@ make check
|
|||||||
%{_infodir}/groff.info*
|
%{_infodir}/groff.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 17 2021 Jianmin <jianmin@iscas.ac.cn> - 1.22.4-7
|
||||||
|
- split groff-base from groff
|
||||||
|
|
||||||
* Thu Jul 22 2021 wuchaochao <wuchaochao4@huawei.com> - 1.22.4-5
|
* Thu Jul 22 2021 wuchaochao <wuchaochao4@huawei.com> - 1.22.4-5
|
||||||
- Remove BuildRequires gdb
|
- Remove BuildRequires gdb
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user