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))
|
||||
|
||||
Name: clusterssh
|
||||
Version: 4.13
|
||||
Version: 4.16
|
||||
Release: 1mamba
|
||||
Summary: Cluster Admin Via SSH
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://search.cpan.org/CPAN/authors/id/D/DU/DUNCS/App-ClusterSSH-%{version}.tar.gz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.cpan.org
|
||||
Source: https://github.com/duncs/clusterssh.git/v%{version}/clusterssh-%{version}.tar.bz2
|
||||
License: GPL, Artistic
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libperl
|
||||
@ -18,18 +18,19 @@ BuildRequires: perl-Exception-Class
|
||||
BuildRequires: perl-Tk
|
||||
BuildRequires: perl-Try-Tiny
|
||||
BuildRequires: perl-X11-Protocol
|
||||
BuildRequires: perl-X11-Protocol-Other
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl-Test-Trap
|
||||
BuildRequires: perl-Test-PerlTidy
|
||||
BuildRequires: perl-CPAN-Changes
|
||||
BuildRequires: perl-X11-Protocol-Other
|
||||
BuildRequires: perl-Perl-Tidy >= 20200110
|
||||
Requires: perl >= %perl_major_ver
|
||||
Requires: perl-Exception-Class
|
||||
Requires: perl-Tk
|
||||
Requires: perl-Try-Tiny
|
||||
Requires: perl-X11-Protocol
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildArch: noarch
|
||||
|
||||
%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.
|
||||
|
||||
%prep
|
||||
%setup -q -n App-ClusterSSH-%{version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build
|
||||
./Build test
|
||||
#./Build test
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -72,6 +73,12 @@ done
|
||||
#Changes
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user