diff --git a/Libssh-Session-1.1.tar.gz b/Libssh-Session-1.1.tar.gz new file mode 100644 index 0000000..8f2641f --- /dev/null +++ b/Libssh-Session-1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3522b42a85fa670696d57a5fb83d04136ef7a8156a3ea0afcc961444656d4bd6 +size 65302 diff --git a/perl-Libssh-Session.changes b/perl-Libssh-Session.changes index 1b68ace..df7c5e9 100644 --- a/perl-Libssh-Session.changes +++ b/perl-Libssh-Session.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 23 16:27:47 UTC 2024 - Tina Müller + +- updated to 1.100.0 (1.1) + see /usr/share/doc/packages/perl-Libssh-Session/Changes + ------------------------------------------------------------------- Tue Nov 8 13:42:05 UTC 2022 - Frank Schreiner diff --git a/perl-Libssh-Session.spec b/perl-Libssh-Session.spec index 3cc42ae..f69b92d 100644 --- a/perl-Libssh-Session.spec +++ b/perl-Libssh-Session.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Libssh-Session # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,22 @@ %define cpan_name Libssh-Session Name: perl-Libssh-Session -Version: 0.8 +Version: 1.100.0 Release: 0 +# 1.1 -> normalize -> 1.100.0 +%define cpan_version 1.1 #Upstream: This library is licensed under the Apache License 2.0. Details of this license can be found within the 'LICENSE' text file License: Apache-2.0 -Summary: Support for the SSH protocol via libssh +Summary: Perl interface for libssh URL: https://metacpan.org/release/%{cpan_name} -Source0: Libssh-Session-0.8.tar.gz +Source0: https://cpan.metacpan.org/authors/id/Q/QG/QGARNIER/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros +Provides: perl(Libssh::Session) = %{version} +Provides: perl(Libssh::Sftp) = %{version} +%undefine __perllib_provides +Recommends: perl(ExtUtils::PkgConfig) %{perl_requires} # MANUAL BEGIN BuildRequires: libssh-devel @@ -40,7 +46,9 @@ library. It doesn't support all the library. It's working in progress. Right now, you can authenticate and execute commands on a SSH server. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} + +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"