Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3109e9d8d | ||
|
|
a42cb7f234 | ||
|
|
279fb6fd76 | ||
|
|
c6d8f44149 | ||
|
|
82f7eea937 | ||
|
|
c7ab1166df | ||
|
|
2d52a811f4 | ||
|
|
ba64603869 |
1 changed files with 27 additions and 4 deletions
31
wol.spec
31
wol.spec
|
|
@ -1,9 +1,10 @@
|
|||
Name: wol
|
||||
Version: 0.7.1
|
||||
Release: 33%{?dist}
|
||||
Release: 40%{?dist}
|
||||
Summary: Wake On Lan client
|
||||
|
||||
License: GPLv2+
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
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
|
||||
|
|
@ -20,10 +21,11 @@ hardware that is Magic Packet compliant. SecureON is supported by wol too.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .binding
|
||||
%patch1 -p1 -b .configure-c99
|
||||
%patch -P0 -p1 -b .binding
|
||||
%patch -P1 -p1 -b .configure-c99
|
||||
|
||||
%build
|
||||
export CFLAGS="$CFLAGS -std=gnu11"
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv
|
||||
|
|
@ -42,6 +44,27 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||
%{_bindir}/%{name}*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-40
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-39
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-38
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Wed Apr 30 2025 David Auer <dreua@posteo.de> - 0.7.1-37
|
||||
- Fix build with GCC 15
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-36
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 0.7.1-35
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-34
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-33
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue