Drop mcpp from xrdb (#1954350)

Resolves: rhbz#1954350
This commit is contained in:
Peter Hutterer 2021-04-29 15:10:59 +10:00
parent 52c0106242
commit 09dc36229d
1 changed files with 4 additions and 9 deletions

View File

@ -22,7 +22,7 @@
Summary: X.Org X11 X server utilities
Name: xorg-x11-server-utils
Version: 7.7
Release: 40%{?dist}
Release: 41%{?dist}
License: MIT
URL: http://www.x.org
@ -67,9 +67,6 @@ BuildRequires: pkgconfig(xxf86vm)
BuildRequires: libtool
BuildRequires: meson
# xrdb, sigh
Requires: mcpp
Provides: iceauth = %{iceauth}
Provides: sessreg = %{sessreg}
Provides: xgamma = %{xgamma}
@ -128,11 +125,6 @@ popd
for app in * ; do
pushd $app
case $app in
xrdb-*)
autoreconf -vif
%configure --disable-silent-rules --with-cpp=%{_bindir}/mcpp
make %{?_smp_mflags}
;;
xisxwayland-*)
%meson
%meson_build
@ -212,6 +204,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/xkeystone
%endif
%changelog
* Thu Apr 29 2021 Peter Hutterer <peter.hutterer@redhat.com> 7.7-41
- Drop mcpp from xrdb (#1954350)
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 7.7-40
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937