forked from pool/xorg-x11-server
- enable build of Xorg on s390x (jira#SLE-18632)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=807
This commit is contained in:
parent
e19d17a41b
commit
cb4c2f97d4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 19 15:49:28 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- enable build of Xorg on s390x (jira#SLE-18632)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 11 08:35:39 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
Thu Nov 11 08:35:39 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -28,15 +28,11 @@
|
|||||||
%define build_suid_wrapper 1
|
%define build_suid_wrapper 1
|
||||||
|
|
||||||
%if 0%{?build_suid_wrapper:1}
|
%if 0%{?build_suid_wrapper:1}
|
||||||
%ifarch s390 s390x
|
|
||||||
%define build_suid_wrapper 0
|
|
||||||
%else
|
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
%define suid_wrapper_dir %{_bindir}
|
%define suid_wrapper_dir %{_bindir}
|
||||||
%else
|
%else
|
||||||
%define build_suid_wrapper 0
|
%define build_suid_wrapper 0
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: xorg-x11-server
|
Name: xorg-x11-server
|
||||||
@ -144,16 +140,12 @@ BuildRequires: pkgconfig(xv)
|
|||||||
BuildRequires: pkgconfig(libudev) >= 143
|
BuildRequires: pkgconfig(libudev) >= 143
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifnarch s390 s390x
|
|
||||||
Requires(pre): %fillup_prereq
|
Requires(pre): %fillup_prereq
|
||||||
%endif
|
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Requires: xkbcomp
|
Requires: xkbcomp
|
||||||
Recommends: xorg-x11-fonts-core
|
Recommends: xorg-x11-fonts-core
|
||||||
%ifnarch s390 s390x
|
|
||||||
Requires: libpixman-1-0 >= 0.24
|
Requires: libpixman-1-0 >= 0.24
|
||||||
%(cat %{SOURCE91})
|
%(cat %{SOURCE91})
|
||||||
%endif
|
|
||||||
Requires: Mesa
|
Requires: Mesa
|
||||||
%if 0%{?suse_version} >= 1315
|
%if 0%{?suse_version} >= 1315
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
@ -432,15 +424,10 @@ export PCI_TXT_IDS_DIR=%{pci_ids_dir}
|
|||||||
--with-sha1=libcrypto \
|
--with-sha1=libcrypto \
|
||||||
--disable-linux-acpi \
|
--disable-linux-acpi \
|
||||||
--disable-linux-apm \
|
--disable-linux-apm \
|
||||||
%ifarch s390 s390x
|
|
||||||
--disable-xorg \
|
|
||||||
--disable-aiglx \
|
|
||||||
%else
|
|
||||||
--enable-xorg \
|
--enable-xorg \
|
||||||
%if 0%{?suse_version} > 1120
|
%if 0%{?suse_version} > 1120
|
||||||
--enable-config-udev \
|
--enable-config-udev \
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
%if 0%{?have_wayland} == 1
|
%if 0%{?have_wayland} == 1
|
||||||
--enable-xwayland \
|
--enable-xwayland \
|
||||||
%else
|
%else
|
||||||
@ -472,7 +459,6 @@ make -C hw/kdrive %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
make -C hw/kdrive install DESTDIR=%{buildroot}
|
make -C hw/kdrive install DESTDIR=%{buildroot}
|
||||||
%ifnarch s390 s390x
|
|
||||||
# remove .la files
|
# remove .la files
|
||||||
find %{buildroot}%{_libdir}/xorg/modules/ -name "*.la" | \
|
find %{buildroot}%{_libdir}/xorg/modules/ -name "*.la" | \
|
||||||
xargs rm
|
xargs rm
|
||||||
@ -498,37 +484,24 @@ ln -snf Xorg %{buildroot}%{_bindir}/X
|
|||||||
mkdir -p %{buildroot}%{_libdir}/xorg/modules/updates/{fonts,input,linux,drivers,multimedia,extensions}
|
mkdir -p %{buildroot}%{_libdir}/xorg/modules/updates/{fonts,input,linux,drivers,multimedia,extensions}
|
||||||
install -m 644 $RPM_SOURCE_DIR/README.updates %{buildroot}%{_libdir}/xorg/modules/updates
|
install -m 644 $RPM_SOURCE_DIR/README.updates %{buildroot}%{_libdir}/xorg/modules/updates
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
rm -f %{buildroot}%{_datadir}/aclocal/*.m4
|
|
||||||
%endif
|
|
||||||
# FATE#325524
|
# FATE#325524
|
||||||
mkdir -p %{buildroot}%{_datadir}/factory/%{_localstatedir}/lib/xkb/compiled
|
mkdir -p %{buildroot}%{_datadir}/factory/%{_localstatedir}/lib/xkb/compiled
|
||||||
mv %{buildroot}%{_localstatedir}/lib/xkb/compiled/README.compiled %{buildroot}%{_datadir}/factory/%{_localstatedir}/lib/xkb/compiled/
|
mv %{buildroot}%{_localstatedir}/lib/xkb/compiled/README.compiled %{buildroot}%{_datadir}/factory/%{_localstatedir}/lib/xkb/compiled/
|
||||||
mkdir -p %{buildroot}%{_tmpfilesdir}
|
mkdir -p %{buildroot}%{_tmpfilesdir}
|
||||||
install -m 644 %{S:7} %{buildroot}%{_tmpfilesdir}/xkb.conf
|
install -m 644 %{S:7} %{buildroot}%{_tmpfilesdir}/xkb.conf
|
||||||
%ifarch s390 s390x
|
|
||||||
rm -f %{buildroot}%{_datadir}/X11/10-quirks.conf
|
|
||||||
mkdir -p %{buildroot}%{_includedir}/xorg
|
|
||||||
install -m 644 include/list.h \
|
|
||||||
%{buildroot}%{_includedir}/xorg
|
|
||||||
%endif
|
|
||||||
%ifnarch s390 s390x
|
|
||||||
mkdir -p %{buildroot}%{_fillupdir}
|
mkdir -p %{buildroot}%{_fillupdir}
|
||||||
install -m 644 %_sourcedir/sysconfig.displaymanager.template \
|
install -m 644 %_sourcedir/sysconfig.displaymanager.template \
|
||||||
%{buildroot}%{_fillupdir}/sysconfig.displaymanager-%{name}
|
%{buildroot}%{_fillupdir}/sysconfig.displaymanager-%{name}
|
||||||
%endif
|
|
||||||
install -m 755 $RPM_SOURCE_DIR/xorg-backtrace %{buildroot}%{_bindir}/xorg-backtrace
|
install -m 755 $RPM_SOURCE_DIR/xorg-backtrace %{buildroot}%{_bindir}/xorg-backtrace
|
||||||
cp %{S:90} .
|
cp %{S:90} .
|
||||||
./config.status --file xorg-x11-server.macros
|
./config.status --file xorg-x11-server.macros
|
||||||
install -D xorg-x11-server.macros %{buildroot}/usr/lib/rpm/macros.d/macros.xorg-server
|
install -D xorg-x11-server.macros %{buildroot}/usr/lib/rpm/macros.d/macros.xorg-server
|
||||||
%ifnarch s390 s390x
|
|
||||||
%if 0%{?suse_version} >= 1315
|
%if 0%{?suse_version} >= 1315
|
||||||
mkdir -p %{buildroot}%{_libdir}/xorg/modules/extensions/xorg
|
mkdir -p %{buildroot}%{_libdir}/xorg/modules/extensions/xorg
|
||||||
mv %{buildroot}%{_libdir}/xorg/modules/extensions/libglx.so \
|
mv %{buildroot}%{_libdir}/xorg/modules/extensions/libglx.so \
|
||||||
%{buildroot}%{_libdir}/xorg/modules/extensions/xorg/xorg-libglx.so
|
%{buildroot}%{_libdir}/xorg/modules/extensions/xorg/xorg-libglx.so
|
||||||
ln -snf %{_sysconfdir}/alternatives/libglx.so %{buildroot}%{_libdir}/xorg/modules/extensions/libglx.so
|
ln -snf %{_sysconfdir}/alternatives/libglx.so %{buildroot}%{_libdir}/xorg/modules/extensions/libglx.so
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
|
|
||||||
mkdir -p %{buildroot}/usr/src/xserver
|
mkdir -p %{buildroot}/usr/src/xserver
|
||||||
xargs cp --parents --target-directory=%{buildroot}/usr/src/xserver < source-file-list
|
xargs cp --parents --target-directory=%{buildroot}/usr/src/xserver < source-file-list
|
||||||
@ -537,7 +510,6 @@ rm -f %{buildroot}/usr/src/xserver/config/fdi2iclass.py
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
%tmpfiles_create xkb.conf
|
%tmpfiles_create xkb.conf
|
||||||
%ifnarch s390 s390x
|
|
||||||
%{fillup_only -an displaymanager}
|
%{fillup_only -an displaymanager}
|
||||||
# Move SaX2 generated xorg.conf file to xorg.conf.sle11
|
# Move SaX2 generated xorg.conf file to xorg.conf.sle11
|
||||||
#
|
#
|
||||||
@ -565,17 +537,14 @@ fi
|
|||||||
%_sbindir/update-alternatives \
|
%_sbindir/update-alternatives \
|
||||||
--force --install %{_libdir}/xorg/modules/extensions/libglx.so libglx.so %{_libdir}/xorg/modules/extensions/xorg/xorg-libglx.so 50
|
--force --install %{_libdir}/xorg/modules/extensions/libglx.so libglx.so %{_libdir}/xorg/modules/extensions/xorg/xorg-libglx.so 50
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%ifnarch s390 s390x
|
|
||||||
%if 0%{?suse_version} >= 1315
|
%if 0%{?suse_version} >= 1315
|
||||||
%postun
|
%postun
|
||||||
if [ "$1" = 0 ] ; then
|
if [ "$1" = 0 ] ; then
|
||||||
"%_sbindir/update-alternatives" --remove libglx.so %{_libdir}/xorg/modules/extensions/xorg/xorg-libglx.so
|
"%_sbindir/update-alternatives" --remove libglx.so %{_libdir}/xorg/modules/extensions/xorg/xorg-libglx.so
|
||||||
fi
|
fi
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?build_suid_wrapper} == 1
|
%if 0%{?build_suid_wrapper} == 1
|
||||||
%post wrapper
|
%post wrapper
|
||||||
@ -587,7 +556,6 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%ifnarch s390 s390x
|
|
||||||
%if 0%{?suse_version} > 1120
|
%if 0%{?suse_version} > 1120
|
||||||
%if 0%{?pci_ids_dir:1}
|
%if 0%{?pci_ids_dir:1}
|
||||||
%dir %{pci_ids_dir}
|
%dir %{pci_ids_dir}
|
||||||
@ -596,7 +564,6 @@ fi
|
|||||||
%dir %{_datadir}/X11/xorg.conf.d
|
%dir %{_datadir}/X11/xorg.conf.d
|
||||||
%{_datadir}/X11/xorg.conf.d/*.conf
|
%{_datadir}/X11/xorg.conf.d/*.conf
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
%{_tmpfilesdir}/xkb.conf
|
%{_tmpfilesdir}/xkb.conf
|
||||||
%dir %{_localstatedir}/lib/xkb
|
%dir %{_localstatedir}/lib/xkb
|
||||||
%dir %{_localstatedir}/lib/xkb/compiled
|
%dir %{_localstatedir}/lib/xkb/compiled
|
||||||
@ -611,7 +578,6 @@ fi
|
|||||||
%dir %{_datadir}/factory/var/lib/xkb
|
%dir %{_datadir}/factory/var/lib/xkb
|
||||||
%dir %{_datadir}/factory/var/lib/xkb/compiled
|
%dir %{_datadir}/factory/var/lib/xkb/compiled
|
||||||
%{_datadir}/factory/%{_localstatedir}/lib/xkb/compiled/README.compiled
|
%{_datadir}/factory/%{_localstatedir}/lib/xkb/compiled/README.compiled
|
||||||
%ifnarch s390 s390x
|
|
||||||
%{_bindir}/Xorg
|
%{_bindir}/Xorg
|
||||||
%if 0%{?build_suid_wrapper} == 1
|
%if 0%{?build_suid_wrapper} == 1
|
||||||
%{_bindir}/Xorg.bin
|
%{_bindir}/Xorg.bin
|
||||||
@ -626,7 +592,6 @@ fi
|
|||||||
%if 0%{?suse_version} >= 1315
|
%if 0%{?suse_version} >= 1315
|
||||||
%ghost %{_sysconfdir}/alternatives/libglx.so
|
%ghost %{_sysconfdir}/alternatives/libglx.so
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
%{_bindir}/xorg-backtrace
|
%{_bindir}/xorg-backtrace
|
||||||
|
|
||||||
%if 0%{?have_wayland} == 1
|
%if 0%{?have_wayland} == 1
|
||||||
@ -654,10 +619,8 @@ fi
|
|||||||
%files sdk
|
%files sdk
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/xorg/
|
%{_includedir}/xorg/
|
||||||
%ifnarch s390 s390x
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
%endif
|
|
||||||
/usr/lib/rpm/macros.d/macros.xorg-server
|
/usr/lib/rpm/macros.d/macros.xorg-server
|
||||||
|
|
||||||
%files source
|
%files source
|
||||||
|
Loading…
Reference in New Issue
Block a user