Accepting request 934882 from home:sbrabec:branches:M17N
- Remove /usr/share/groff/current from groff-full. It creates file conflicts during version upgrade (bsc#1192195#c8). OBS-URL: https://build.opensuse.org/request/show/934882 OBS-URL: https://build.opensuse.org/package/show/M17N/groff?expand=0&rev=83
This commit is contained in:
parent
8bc3b0607c
commit
a0d6850b3b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 22:32:55 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
||||
|
||||
- Remove /usr/share/groff/current from groff-full. It creates file
|
||||
conflicts during version upgrade (bsc#1192195#c8).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 10 11:43:01 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
10
groff.spec
10
groff.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package groff
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -89,7 +89,7 @@ Obsoletes: groff-devx <= 1.21
|
||||
# alternatives
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -166,6 +166,7 @@ rm -f %{buildroot}%{_bindir}/soelim
|
||||
rm -f %{buildroot}%{_bindir}/tbl
|
||||
rm -f %{buildroot}%{_bindir}/troff
|
||||
rm -f %{buildroot}%{_libexecdir}/groff/grog/subs.pl
|
||||
rm -f %{buildroot}%{_datadir}/groff/current
|
||||
rm -f %{buildroot}%{_datadir}/groff/1.22.4/eign
|
||||
rm -rf %{buildroot}%{_datadir}/groff/1.22.4/font/devascii
|
||||
rm -rf %{buildroot}%{_datadir}/groff/1.22.4/font/devlatin1
|
||||
@ -298,8 +299,10 @@ fi
|
||||
%dir %{_libexecdir}/groff
|
||||
%dir %{_libexecdir}/groff/grog
|
||||
%{_libexecdir}/groff/grog/subs.pl
|
||||
%{_datadir}/groff/current
|
||||
|
||||
%else #groff_base_only
|
||||
|
||||
%files -n groff-full
|
||||
%dir %{_datadir}/groff/%{version}
|
||||
%dir %{_libexecdir}/groff
|
||||
@ -326,7 +329,6 @@ fi
|
||||
%dir %{_datadir}/groff
|
||||
%{_datadir}/groff/%{version}/font
|
||||
%{_datadir}/groff/%{version}/oldfont
|
||||
%{_datadir}/groff/current
|
||||
%{_libexecdir}/groff/groffer
|
||||
|
||||
%files -n groff-doc
|
||||
|
Loading…
Reference in New Issue
Block a user