Ai
1 Star 0 Fork 3

hanjinpeng/rfkill

forked from src-openEuler/rfkill
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
rfkill.spec 1016 Bytes
一键复制 编辑 原始数据 按行查看 历史
wei dong 提交于 2020-08-14 11:10 +08:00 . reset release to 1
Name: rfkill
Version: 0.4
Release: 1
Summary: A tool for enabling and disabling wireless devices
Group: System Environment/Base
License: ISC
URL: http://wireless.kernel.org/en/users/Documentation/rfkill
Source0: http://wireless.kernel.org/download/rfkill/rfkill-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
rfkill is a simple tool for accessing the Linux rfkill device interface,
which is used to enable and disable wireless networking devices, typically
WLAN, Bluetooth and mobile broadband.
%prep
%setup -q
%build
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=${RPM_BUILD_ROOT} PREFIX='' MANDIR=%{_mandir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
/sbin/rfkill
%{_mandir}/man8/*
%doc COPYING README
%changelog
* Fri Aug 7 2020 weidong <weidong@uniontech.com> - 0.4-1
- Initial release for OpenEuler
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/protkhn/rfkill.git
git@gitee.com:protkhn/rfkill.git
protkhn
rfkill
rfkill
master

搜索帮助