Name: libXext Version: 1.3.4 Release: 2 Summary: Common extensions to the X11 protocol License: MIT URL: https://xorg.freedesktop.org/ Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 BuildRequires: libtool xorg-x11-proto-devel libX11-devel xmlto BuildRequires: libXau-devel xorg-x11-util-macros autoconf automake libtool pkgconfig Requires: libX11 %description The X.Org project provides an open source implementation of the X Window System. X.Org X11 libXext contains runtime library. %package devel Summary: development files and header files for %{name} Requires: %{name} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %package_help %prep %autosetup -n %{name}-%{version} -p1 %build autoreconf -v --install --force %configure %make_build %install %make_install %delete_la %ldconfig_scriptlets %files %defattr(-,root,root) %doc AUTHORS %license COPYING %{_libdir}/libXext.so.* %files devel %defattr(-,root,root) %{_includedir}/X11/extensions/*.h %{_libdir}/libXext.so %{_libdir}/pkgconfig/*.pc %{_libdir}/*.a %files help %defattr(-,root,root) %{_mandir}/man3/* %exclude %{_docdir}/libXext %changelog * Sat Oct 19 2019 openEuler Buildteam - 1.3.4-2 - Type:bugfix - Id:NA - SUG:NA - DESC:change the directory of the license files * Thu Sep 5 2019 openEuler Buildteam - 1.3.4-1 - Package init