libXext/libXext.spec
2019-09-30 10:59:24 -04:00

61 lines
1.4 KiB
RPMSpec

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 <buildteam@openeuler.org> - 1.3.4-1
- Package init