forked from pool/perl-Libssh-Session
- updated to 1.100.0 (1.1)
see /usr/share/doc/packages/perl-Libssh-Session/Changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Libssh-Session?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
e6fe0f4cf8
commit
3762a96d29
3
Libssh-Session-1.1.tar.gz
Normal file
3
Libssh-Session-1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3522b42a85fa670696d57a5fb83d04136ef7a8156a3ea0afcc961444656d4bd6
|
||||
size 65302
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 16:27:47 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- 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 <FSchreiner@suse.com>
|
||||
|
||||
|
@@ -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}"
|
||||
|
Reference in New Issue
Block a user