4 Star 0 Fork 0

src-oepkgs/wol

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wol.spec 4.39 KB
一键复制 编辑 原始数据 按行查看 历史
张一诺 提交于 2022-12-05 20:12 +08:00 . 0.7.1
Name: wol
Version: 0.7.1
Release: 23%{?dist}
Summary: Wake On Lan client
License: GPLv2+
URL: http://sourceforge.net/projects/wake-on-lan/
Source0: http://downloads.sourceforge.net/wake-on-lan/%{name}-%{version}.tar.gz
Patch0: wol-0.7.1-binding.patch
BuildRequires: gcc
BuildRequires: gettext
BuildRequires: perl-podlators
%description
wol implements Wake On LAN functionality in a small program. It wakes up
hardware that is Magic Packet compliant. SecureON is supported by wol too.
%prep
%setup -q
%patch0 -p1 -b .binding
%build
%configure --disable-static
make %{?_smp_mflags}
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv
touch -c -r ChangeLog ChangeLog.conv
mv ChangeLog.conv ChangeLog
%install
make install DESTDIR=%{buildroot} INSTALL="install -p"
rm -f %{buildroot}%{_infodir}/dir
%find_lang %{name}
%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_infodir}/%{name}.info.*
%{_mandir}/man?/*.*
%{_bindir}/%{name}*
%changelog
* Sat Jul 27 2019 Fedora Release Engineering <[email protected]> - 0.7.1-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Wed Apr 24 2019 Björn Esser <[email protected]> - 0.7.1-22
- Remove hardcoded gzip suffix from GNU info pages
* Sun Feb 03 2019 Fedora Release Engineering <[email protected]> - 0.7.1-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Sep 06 2018 Fabian Affolter <[email protected]> - 0.7.1-20
- Add patch for binding to interface (rhbz#1619025)
* Sat Jul 14 2018 Fedora Release Engineering <[email protected]> - 0.7.1-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Fri Feb 09 2018 Fedora Release Engineering <[email protected]> - 0.7.1-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Aug 03 2017 Fedora Release Engineering <[email protected]> - 0.7.1-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <[email protected]> - 0.7.1-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sat Feb 11 2017 Fedora Release Engineering <[email protected]> - 0.7.1-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Fri Feb 05 2016 Fedora Release Engineering <[email protected]> - 0.7.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Fri Jun 19 2015 Fedora Release Engineering <[email protected]> - 0.7.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon Aug 18 2014 Fedora Release Engineering <[email protected]> - 0.7.1-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Jun 08 2014 Fedora Release Engineering <[email protected]> - 0.7.1-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <[email protected]> - 0.7.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Fri Mar 01 2013 Fabian Affolter <[email protected]> - 0.7.1-10
- BR fixed for building man page
* Tue Feb 19 2013 Fabian Affolter <[email protected]> - 0.7.1-9
- Minor spec file updates
* Fri Feb 15 2013 Fedora Release Engineering <[email protected]> - 0.7.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sun Jul 22 2012 Fedora Release Engineering <[email protected]> - 0.7.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jan 14 2012 Fedora Release Engineering <[email protected]> - 0.7.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Mon Feb 07 2011 Fedora Release Engineering <[email protected]> - 0.7.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Mon Jul 27 2009 Fedora Release Engineering <[email protected]> - 0.7.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <[email protected]> - 0.7.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sun Dec 07 2008 Fabian Affolter <[email protected]> - 0.7.1-2
- Fix Source0
- Fix License
* Sat Dec 06 2008 Fabian Affolter <[email protected]> - 0.7.1-1
- Initial package for Fedora
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-oepkgs/wol.git
[email protected]:src-oepkgs/wol.git
src-oepkgs
wol
wol
master

搜索帮助