update to 0.42 [release 0.42-1mamba;Sun Mar 20 2022]
This commit is contained in:
parent
f666a8519c
commit
477b4a5182
@ -1,4 +1,3 @@
|
|||||||
# wakeonlan
|
# 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.
|
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.
|
||||||
|
|
||||||
|
@ -1,25 +1,25 @@
|
|||||||
Name: wakeonlan
|
Name: wakeonlan
|
||||||
Version: 0.41
|
Version: 0.42
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A command that sends 'magic packets' to wake-on-LAN enabled ethernet adapters and motherboards
|
Summary: A command that sends 'magic packets' to wake-on-LAN enabled ethernet adapters and motherboards
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://gsd.di.uminho.pt/jpo/software/wakeonlan/
|
URL: https://github.com/jpoliv/wakeonlan
|
||||||
Source: http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/wakeonlan-%{version}.tar.gz
|
Source: https://github.com/jpoliv/wakeonlan.git/v%{version}/wakeonlan-%{version}.tar.bz2
|
||||||
License: Artistic
|
License: Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl-Test-Perl-Critic
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -51,5 +51,8 @@ done
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 12 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.41-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user