update to 0.42 [release 0.42-1mamba;Sun Mar 20 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:11:35 +01:00
parent f666a8519c
commit 477b4a5182
2 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,3 @@
# wakeonlan
Wakeonlan is a Perl script that sends 'magic packets' to wake-on-LAN enabled ethernet adapters and motherboards, in order to switch on remote computers.

View File

@ -1,25 +1,25 @@
Name: wakeonlan
Version: 0.41
Version: 0.42
Release: 1mamba
Summary: A command that sends 'magic packets' to wake-on-LAN enabled ethernet adapters and motherboards
Group: Applications/Networking
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://gsd.di.uminho.pt/jpo/software/wakeonlan/
Source: http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/wakeonlan-%{version}.tar.gz
URL: https://github.com/jpoliv/wakeonlan
Source: https://github.com/jpoliv/wakeonlan.git/v%{version}/wakeonlan-%{version}.tar.bz2
License: Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-Test-Perl-Critic
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Wakeonlan is a Perl script that sends 'magic packets' to wake-on-LAN enabled ethernet adapters and motherboards, in order to switch on remote computers.
%debug_package
#% debug_package
%prep
%setup -q
@ -51,5 +51,8 @@ done
%defattr(-,root,root)
%changelog
* Sun Mar 20 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.42-1mamba
- update to 0.42
* Mon May 12 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.41-1mamba
- package created using the webbuild interface