automatic version update by autodist [release 0.10.0-1mamba;Sun Aug 28 2022]
This commit is contained in:
parent
0c8b072448
commit
798d879b71
11
libssh.spec
11
libssh.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libssh
|
Name: libssh
|
||||||
Version: 0.9.6
|
Version: 0.10.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library implementing the SSH protocol
|
Summary: A library implementing the SSH protocol
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -12,7 +12,6 @@ Source: https://git.libssh.org/projects/libssh.git/libssh-%{version}/libs
|
|||||||
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: libe2fs-devel
|
||||||
BuildRequires: libkrb5-devel
|
BuildRequires: libkrb5-devel
|
||||||
@ -58,7 +57,6 @@ install -D -m0644 build/src/libssh.a %{buildroot}%{_libdir}/libssh.a
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libssh.so.*
|
%{_libdir}/libssh.so.*
|
||||||
#%{_libdir}/libssh_threads.so.*
|
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -68,14 +66,15 @@ install -D -m0644 build/src/libssh.a %{buildroot}%{_libdir}/libssh.a
|
|||||||
%{_includedir}/libssh/*.hpp
|
%{_includedir}/libssh/*.hpp
|
||||||
%{_libdir}/libssh.a
|
%{_libdir}/libssh.a
|
||||||
%{_libdir}/libssh.so
|
%{_libdir}/libssh.so
|
||||||
#%{_libdir}/libssh_threads.so
|
|
||||||
%{_libdir}/pkgconfig/libssh.pc
|
%{_libdir}/pkgconfig/libssh.pc
|
||||||
#%{_libdir}/pkgconfig/libssh_threads.pc
|
|
||||||
%dir %{_libdir}/cmake/libssh
|
%dir %{_libdir}/cmake/libssh
|
||||||
%{_libdir}/cmake/libssh/libssh-config*.cmake
|
%{_libdir}/cmake/libssh/libssh-config*.cmake
|
||||||
%doc ChangeLog README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 28 2022 Automatic Build System <autodist@mambasoft.it> 0.10.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Aug 27 2021 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
|
* Fri Aug 27 2021 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user