6 Star 0 Fork 1

OpenCloudOS Stream/libxcvt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libxcvt.spec 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
Summary: VESA CVT standard timing modelines generator
Name: libxcvt
Version: 0.1.2
Release: 7%{?dist}
URL: https://gitlab.freedesktop.org/xorg/lib/libxcvt/
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz
License: MIT
BuildRequires: gcc meson git-core
%description
libxcvt is a library providing a standalone version of the X server
implementation of the VESA CVT standard timing modelines generator.
%package devel
Summary: Development package
Requires: pkgconfig libxcvt
%description devel
The libxcvt-devel package contains libraries and header files for
developing applications that use libxcvt.
%package -n cvt
Summary: Command line tool to calculate VESA CVT mode lines
%description -n cvt
A standalone version of the command line tool cvt copied from the Xorg
implementation and is meant to be a direct replacement to the version
provided by the Xorg server.
%prep
%autosetup -S git_am -n %{name}-%{version}
%build
%meson
%meson_build
%install
%meson_install
%files
%doc COPYING
%{_libdir}/libxcvt.so.*
%files devel
%{_libdir}/pkgconfig/libxcvt.pc
%dir %{_includedir}/libxcvt
%{_includedir}/libxcvt/*.h
%{_libdir}/libxcvt.so
%files -n cvt
%{_bindir}/cvt
%{_mandir}/man1/cvt.1*
%changelog
* Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.2-7
- Rebuilt for clarifying the packages requirement in BaseOS and AppStream
* Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.2-6
- Rebuilt for loongarch release
* Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.2-5
- Rebuilt for OpenCloudOS Stream 23.09
* Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.2-4
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.2-3
- Rebuilt for OpenCloudOS Stream 23
* Mon Dec 05 2022 rockerzhu <rockerzhu@tencent.com> - 0.1.2-2
- add requires to libxcvt for libxcvt-devel
* Wed Nov 16 2022 rockerzhu <rockerzhu@tencent.com> - 0.1.2-1
- Initial build
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/libxcvt.git
git@gitee.com:opencloudos-stream/libxcvt.git
opencloudos-stream
libxcvt
libxcvt
master

搜索帮助