1 Star 0 Fork 1

brucezhang/slop

forked from OpenCloudOS Stream/slop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
slop.spec 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
brucezhang 提交于 2025-01-09 15:31 +08:00 . Rebuild for icu-74.2
Name: slop
Version: 7.6
Release: 2%{?dist}
Summary: Command line tool to perform region SeLect OPeration with mouse
URL: https://github.com/naelstrof/slop
License: GPLv3
Source0: https://github.com/naelstrof/slop/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: libXext-devel
BuildRequires: gcc-c++ >= 4.9
BuildRequires: cmake
BuildRequires: glew-devel
BuildRequires: glm-devel
BuildRequires: libicu-devel
BuildRequires: libXrender-devel
BuildRequires: mesa-libEGL-devel
%description
slop (Select Operation) is an application that queries for a selection
from the user and prints the region to stdout.
%package -n libslopy
Summary: Library to perform region SeLect OPeration with mouse
%description -n libslopy
slop (Select Operation) is an application that queries for a selection
from the user and prints the region to stdout.
This sub-package contains libslopy library.
%package -n libslopy-devel
Summary: Library to perform region SeLect OPeration with mouse
Requires: %{name} = %{version}-%{release}
%description -n libslopy-devel
slop (Select Operation) is an application that queries for a selection
from the user and prints the region to stdout.
This sub-package contains development files for libslopy library.
%prep
%autosetup
%build
%cmake
%cmake_build
%install
%cmake_install
%check
%ctest
%files
%doc README.md
%license COPYING license.txt
%{_bindir}/slop
%{_mandir}/man1/slop.1.*
%files -n libslopy
%{_libdir}/libslopy.so.%{version}
%files -n libslopy-devel
%{_libdir}/libslopy.so
%{_includedir}/slop.hpp
%changelog
* Thu Jan 09 2025 bbrucezhang <bbrucezhang@tencent.com> - 7.6-2
- Rebuild for icu-74.2
* Mon Jul 01 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 7.6-1
- initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bbrucezhang/slop.git
git@gitee.com:bbrucezhang/slop.git
bbrucezhang
slop
slop
master

搜索帮助