6 Star 0 Fork 2

OpenCloudOS Stream/libxkbfile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libxkbfile.spec 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
Summary: XKB file handling routines
Name: libxkbfile
Version: 1.1.1
Release: 4%{?dist}
License: MIT
URL: http://www.x.org
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz
BuildRequires: make gcc
BuildRequires: pkgconfig(xproto) pkgconfig(x11)
%description
libxkbfile is used by the X servers and utilities to parse the XKB
configuration data files.
%package devel
Summary: X.Org X11 XKB file handling development package
Requires: %{name} = %{version}-%{release}
%description devel
X.Org X11 libxkbfile development package
%prep
%autosetup
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
%configure --disable-static
%make_build
%install
%make_install
find %{buildroot} -regex ".*\.la$" -delete
%files
%license COPYING
%doc ChangeLog
%{_libdir}/libxkbfile.so.1
%{_libdir}/libxkbfile.so.1.0.2
%files devel
%{_includedir}/X11/extensions/XKBbells.h
%{_includedir}/X11/extensions/XKBconfig.h
%{_includedir}/X11/extensions/XKBfile.h
%{_includedir}/X11/extensions/XKBrules.h
%{_includedir}/X11/extensions/XKM.h
%{_includedir}/X11/extensions/XKMformat.h
%{_libdir}/libxkbfile.so
%{_libdir}/pkgconfig/xkbfile.pc
%changelog
* Thu Sep 26 2024 OpenCloudOS Release Engineering <[email protected]> - 1.1.1-4
- Rebuilt for clarifying the packages requirement in BaseOS and AppStream
* Fri Aug 16 2024 OpenCloudOS Release Engineering <[email protected]> - 1.1.1-3
- Rebuilt for loongarch release
* Fri Sep 08 2023 OpenCloudOS Release Engineering <[email protected]> - 1.1.1-2
- Rebuilt for OpenCloudOS Stream 23.09
* Wed Aug 16 2023 Shuo Wang <[email protected]> - 1.1.1-1
- update to 1.1.1
* Fri Apr 28 2023 OpenCloudOS Release Engineering <[email protected]> - 1.1.0-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <[email protected]> - 1.1.0-2
- Rebuilt for OpenCloudOS Stream 23
* Tue Sep 27 2022 ZoeDong <[email protected]> - 1.1.0-1
- Initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/libxkbfile.git
[email protected]:opencloudos-stream/libxkbfile.git
opencloudos-stream
libxkbfile
libxkbfile
master

搜索帮助