automatic version update by autodist [release 0.9.6-1mamba;Fri Aug 27 2021]

This commit is contained in:
Automatic Build System 2024-01-06 05:51:32 +01:00
parent 84cbbd3df7
commit 0c8b072448

View File

@ -1,22 +1,24 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: libssh
Version: 0.9.5
Version: 0.9.6
Release: 1mamba
Summary: A library implementing the SSH protocol
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.libssh.org
URL: https://www.libssh.org/
Source: https://git.libssh.org/projects/libssh.git/libssh-%{version}/libssh-%{version}.tar.bz2
License: LGPL
BuildRequires: cmake
## AUTOBUILDREQ-BEGIN
#librt.so.1()(64bit): /usr/lib64/librt.so: file not owned by any package
BuildRequires: glibc-devel
BuildRequires: libe2fs-devel
BuildRequires: libkrb5-devel
BuildRequires: libopenssl-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library.
@ -74,6 +76,9 @@ install -D -m0644 build/src/libssh.a %{buildroot}%{_libdir}/libssh.a
%doc ChangeLog README
%changelog
* Fri Aug 27 2021 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
- automatic version update by autodist
* Sat Sep 12 2020 Automatic Build System <autodist@mambasoft.it> 0.9.5-1mamba
- automatic version update by autodist