Accepting request 1043322 from M17N
OBS-URL: https://build.opensuse.org/request/show/1043322 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/groff?expand=0&rev=64
This commit is contained in:
commit
d2d8258c15
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 12:45:32 UTC 2022 - pgajdos@suse.com
|
||||
|
||||
- set doc-default-operating-system and doc-volume-operating-system
|
||||
to $PRETTY_NAME [bsc#1185613]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 7 20:17:31 UTC 2022 - Stanislav Brabec <sbrabec@suse.com>
|
||||
|
||||
|
@ -55,6 +55,7 @@ Patch101: https://salsa.debian.org/debian/groff/raw/master/debian/patches/
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: bison
|
||||
BuildRequires: distribution-release
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
@ -135,6 +136,11 @@ sed -i \
|
||||
Makefile.am
|
||||
|
||||
%build
|
||||
# bsc#1185613
|
||||
. /etc/os-release
|
||||
sed -i "s:\(doc-volume-operating-system\) BSD:\1 $PRETTY_NAME:" tmac/doc-common-u
|
||||
sed -i "s:\(doc-default-operating-system\) BSD:\1 $PRETTY_NAME:" tmac/doc-common-u
|
||||
# -----------
|
||||
autoreconf -fvi
|
||||
# libdir redefined as it is just bunch of perl scripts
|
||||
%configure \
|
||||
|
Loading…
Reference in New Issue
Block a user