1 Star 0 Fork 2

nyr/libXres

forked from src-openEuler/libXres 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libXres.spec 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
nyr 提交于 2023-07-28 17:39 . updated to latest:1.2.2
Name: libXres
Version: 1.2.2
Release: 1
License: MIT
Summary: X-Resource extension client library
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.gz
BuildRequires: xorg-x11-util-macros autoconf automake libtool libXext-devel libX11-devel
Requires: libX11 >= 1.5.99.902
%description
X-Resource is an extension that allows a client to query
the X server about its usage of various resources.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for %{name}.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -ivf
%configure
%make_build
%install
%make_install
%delete_la
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%doc AUTHORS
%license COPYING
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/X11/extensions/*.h
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc
%files help
%defattr(-,root,root)
%{_mandir}/man3/*.3*
%changelog
* Fri Jul 28 2023 niuyaru <niuyaru@kylinos.cn> - 1.2.2-1
- Update package to version 1.2.2
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.2.0-7
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change the directory of the license file
* Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.2.0-6
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kirin_2_0/libXres.git
git@gitee.com:kirin_2_0/libXres.git
kirin_2_0
libXres
libXres
master

搜索帮助