1 Star 0 Fork 4

谢京/ledmon

forked from src-openEuler/ledmon 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ledmon.spec 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
ouuleilei 提交于 2023-11-23 15:29 . fix build error
Name: ledmon
Version: 0.90
Release: 5
Summary: Utilities for Enclosure LED
License: GPLv2+
URL: https://github.com/intel/ledmon
Source0: https://github.com/intel/ledmon/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: perl-interpreter perl-podlators sg3_utils sg3_utils-devel systemd-devel
Provides: ledctl = %{version}-%{release}
Obsoletes: ledctl = 0.1-1
Requires: sg3_utils-libs
%description
LED monitor service for storage enclosures.
%package help
Summary: Help documents for ledmon
%description help
Help documents for ledmon.
%prep
%autosetup -n %{name}-%{version} -p1
%build
make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
%install
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUILD_ROOT/%{_sbindir} MANDIR=$RPM_BUILD_ROOT%{_mandir}
%files
%doc COPYING README
%{_sbindir}/ledctl
%{_sbindir}/ledmon
%files help
%{_mandir}/*/*
%changelog
* Thu Nov 23 2023 ouuleilei <wangliu@iscas.ac.cn> - 0.90-5
- Fix build error
* Mon Apr 27 2020 wutao <wutao61@huawei.com> - 0.90-4
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/XIE-JING-2022/ledmon.git
git@gitee.com:XIE-JING-2022/ledmon.git
XIE-JING-2022
ledmon
ledmon
master

搜索帮助