1 Star 0 Fork 6

xuxiaolong/libXext

forked from src-openEuler/libXext 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libXext.spec 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
朱春意 提交于 2019-11-06 19:35 . update code
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 <buildteam@openeuler.org> - 1.3.4-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license files
* Thu Sep 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3.4-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xxllp/libXext.git
git@gitee.com:xxllp/libXext.git
xxllp
libXext
libXext
master

搜索帮助