5 Star 0 Fork 0

OpenCloudOS Stream / unibilium

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
unibilium.spec 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2023-09-08 22:09 . Rebuilt for OpenCloudOS Stream 23.09
Summary: Terminfo parsing library
Name: unibilium
Version: 2.1.1
Release: 4%{?dist}
License: LGPLv3+
URL: https://github.com/neovim/unibilium
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc make libtool
BuildRequires: %{_bindir}/pod2man %{_bindir}/prove
%description
Unibilium is a very basic terminfo library. It doesn't depend on curses or any other library.
It also doesn't use global variables, so it should be thread-safe.
%package devel
Summary: Development files needed for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
Terminfo parsing library
%prep
%autosetup -p1
echo '#!/bin/sh' > ./configure
chmod +x ./configure
%build
%configure
%make_build PREFIX=%{_prefix} LIBDIR=%{_libdir}
%install
%make_install PREFIX=%{_prefix} LIBDIR=%{_libdir}
rm -vf %{buildroot}%{_libdir}/*.{a,la}
%check
%make_build test
%files
%license LGPLv3
%doc Changes
%{_libdir}/lib%{name}.so.*
%files devel
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/%{name}.h
%{_mandir}/man3/unibi_*.3*
%{_mandir}/man3/%{name}.h.3*
%changelog
* Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.1.1-4
- Rebuilt for OpenCloudOS Stream 23.09
* Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.1.1-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.1.1-2
- Rebuilt for OpenCloudOS Stream 23
* Fri Jan 13 2023 Shuo Wang <abushwang@tencent.com> - 2.1.1-1
- initial build
1
https://gitee.com/opencloudos-stream/unibilium.git
git@gitee.com:opencloudos-stream/unibilium.git
opencloudos-stream
unibilium
unibilium
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891