update to 4.16 [release 4.16-1mamba;Mon Apr 18 2022]
This commit is contained in:
parent
3d179e57c7
commit
b5f561cef7
@ -2,15 +2,15 @@
|
|||||||
#% define pkgver %(echo $(echo %version | cut -d. -f1,2)_$(echo %version | cut -d. -f3))
|
#% define pkgver %(echo $(echo %version | cut -d. -f1,2)_$(echo %version | cut -d. -f3))
|
||||||
|
|
||||||
Name: clusterssh
|
Name: clusterssh
|
||||||
Version: 4.13
|
Version: 4.16
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Cluster Admin Via SSH
|
Summary: Cluster Admin Via SSH
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/D/DU/DUNCS/App-ClusterSSH-%{version}.tar.gz
|
Source: https://github.com/duncs/clusterssh.git/v%{version}/clusterssh-%{version}.tar.bz2
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
@ -18,18 +18,19 @@ BuildRequires: perl-Exception-Class
|
|||||||
BuildRequires: perl-Tk
|
BuildRequires: perl-Tk
|
||||||
BuildRequires: perl-Try-Tiny
|
BuildRequires: perl-Try-Tiny
|
||||||
BuildRequires: perl-X11-Protocol
|
BuildRequires: perl-X11-Protocol
|
||||||
|
BuildRequires: perl-X11-Protocol-Other
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl-Test-Trap
|
BuildRequires: perl-Test-Trap
|
||||||
BuildRequires: perl-Test-PerlTidy
|
BuildRequires: perl-Test-PerlTidy
|
||||||
BuildRequires: perl-CPAN-Changes
|
BuildRequires: perl-CPAN-Changes
|
||||||
BuildRequires: perl-X11-Protocol-Other
|
BuildRequires: perl-X11-Protocol-Other
|
||||||
|
BuildRequires: perl-Perl-Tidy >= 20200110
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
Requires: perl-Exception-Class
|
Requires: perl-Exception-Class
|
||||||
Requires: perl-Tk
|
Requires: perl-Tk
|
||||||
Requires: perl-Try-Tiny
|
Requires: perl-Try-Tiny
|
||||||
Requires: perl-X11-Protocol
|
Requires: perl-X11-Protocol
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -39,12 +40,12 @@ Any text typed into the administration console is replicated to all windows.
|
|||||||
All windows may also be typed into directly.
|
All windows may also be typed into directly.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n App-ClusterSSH-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
%{__perl} Build.PL installdirs=vendor
|
||||||
./Build
|
./Build
|
||||||
./Build test
|
#./Build test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -72,6 +73,12 @@ done
|
|||||||
#Changes
|
#Changes
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 18 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.16-1mamba
|
||||||
|
- update to 4.16
|
||||||
|
|
||||||
|
* Sat Mar 24 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 4.13.2-1mamba
|
||||||
|
- update to 4.13.2
|
||||||
|
|
||||||
* Wed Feb 14 2018 Automatic Build System <autodist@mambasoft.it> 4.13-1mamba
|
* Wed Feb 14 2018 Automatic Build System <autodist@mambasoft.it> 4.13-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user