commit 56e369e95c12e9b8158f10f6d1076f5f05e0c254 Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 10:59:24 2019 -0400 Package init diff --git a/libXext-1.3.4.tar.bz2 b/libXext-1.3.4.tar.bz2 new file mode 100644 index 0000000..37a820a Binary files /dev/null and b/libXext-1.3.4.tar.bz2 differ diff --git a/libXext.spec b/libXext.spec new file mode 100644 index 0000000..4fd3cf5 --- /dev/null +++ b/libXext.spec @@ -0,0 +1,60 @@ +Name: libXext +Version: 1.3.4 +Release: 1 +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 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 +* Thu Sep 5 2019 openEuler Buildteam - 1.3.4-1 +- Package init