automatic version update by autodist [release 0.9.6-1mamba;Fri Aug 27 2021]
This commit is contained in:
parent
84cbbd3df7
commit
0c8b072448
11
libssh.spec
11
libssh.spec
@ -1,22 +1,24 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libssh
|
Name: libssh
|
||||||
Version: 0.9.5
|
Version: 0.9.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library implementing the SSH protocol
|
Summary: A library implementing the SSH protocol
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
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
|
Source: https://git.libssh.org/projects/libssh.git/libssh-%{version}/libssh-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
#librt.so.1()(64bit): /usr/lib64/librt.so: file not owned by any package
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libe2fs-devel
|
||||||
|
BuildRequires: libkrb5-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library.
|
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
|
%doc ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Sep 12 2020 Automatic Build System <autodist@mambasoft.it> 0.9.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user