6 Star 0 Fork 5

OpenCloudOS Stream/libXpm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libXpm.spec 2.13 KB
一键复制 编辑 原始数据 按行查看 历史
Summary: X.Org X11 libXpm runtime library
Name: libXpm
Version: 3.5.15
Release: 6%{?dist}
License: MIT
URL: http://www.x.org
Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz
Patch0001: fixed-CVE-2023-43789.patch
Patch0002: fixed-CVE-2023-43788.patch
BuildRequires: xorg-x11-util-macros
BuildRequires: autoconf automake libtool make
BuildRequires: gettext
BuildRequires: pkgconfig(xext) pkgconfig(xt) pkgconfig(xau)
BuildRequires: ncompress gzip
%description
X.Org X11 libXpm runtime library
%package devel
Summary: X.Org X11 libXpm development package
Requires: %{name} = %{version}-%{release}
%description devel
X.Org X11 libXpm development package
%prep
%autosetup -p1
%build
autoreconf -fiv
%configure --disable-static
%make_build
%install
rm -rf %{buildroot}/
%make_install
rm -f %{buildroot}%{_libdir}/*.la
%files
%license COPYING
%doc AUTHORS ChangeLog
%{_libdir}/libXpm.so.4
%{_libdir}/libXpm.so.4.11.0
%files devel
%{_bindir}/cxpm
%{_bindir}/sxpm
%{_includedir}/X11/xpm.h
%{_libdir}/libXpm.so
%{_libdir}/pkgconfig/xpm.pc
%{_mandir}/man1/*.1*
%{_mandir}/man3/*.3*
%changelog
* Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.5.15-6
- Rebuilt for clarifying the packages requirement in BaseOS and AppStream
* Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.5.15-5
- Rebuilt for loongarch release
* Wed Nov 08 2023 Fanjun Kong <fanjunkong@tencent.com> - 3.5.15-4
- fixed CVE-2023-43788
* Wed Nov 08 2023 Zhao Zhen <jeremiazhao@tencent.com> - 3.5.15-3
- fixed CVE-2023-43789
* Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.5.15-2
- Rebuilt for OpenCloudOS Stream 23.09
* Wed Aug 16 2023 Shuo Wang <abushwang@tencent.com> - 3.5.15-1
- update to 3.5.15
* Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.5.13-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.5.13-2
- Rebuilt for OpenCloudOS Stream 23
* Thu Jul 14 2022 ZoeDong <zoedong@tencent.com> - 3.5.13-1
- Initial build
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/libXpm.git
git@gitee.com:opencloudos-stream/libXpm.git
opencloudos-stream
libXpm
libXpm
master

搜索帮助