File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 33Summary: A document formatting system
44Name: groff
55Version: 1.22.4
6- Release: 22 %{?dist }
6+ Release: 23 %{?dist }
77License: GPLv3+ and GFDL and BSD and MIT
88URL: http://www.gnu.org/software/groff/
99Source: ftp://ftp.gnu.org/gnu/groff/groff-%{version }.tar.gz
@@ -108,6 +108,8 @@ for file in NEWS src/devices/grolbp/grolbp.1.man doc/webpage.ms \
108108done
109109
110110%build
111+ # Avoid sharing config cache entries (causes problems)
112+ export CPPFLAGS=" -DGROFF_HAVE_UNIQ_CONFIG_CACHE"
111113%configure \
112114 --docdir=%{_pkgdocdir } \
113115 --with-appresdir=%{_datadir }/X11 /app-defaults \
@@ -429,6 +431,9 @@ chmod 755 %{buildroot}%{_datadir}/groff/%{version}/font/devlj4/generate/special.
429431%doc %{_pkgdocdir }/pdf/
430432
431433%changelog
434+ *
Thu Aug 06 2020 Daniel Hams <[email protected] > -
1.22.4-23 435+ - Use a standalone config cache for groff - otherwise the X11 pieces are missing and the build will fail.
436+
432437*
Fri Apr 10 2020 Daniel Hams <[email protected] > -
1.22.4-22 433438- Move over to sgug-rse libX11
434439
You can’t perform that action at this time.
0 commit comments