|
@@ -3,7 +3,7 @@
|
|
Summary: A library implementing the SSH2 protocol
|
|
Summary: A library implementing the SSH2 protocol
|
|
Summary(ja): SSH2プロトコルを実装するためのライブラリ
|
|
Summary(ja): SSH2プロトコルを実装するためのライブラリ
|
|
Name: libssh
|
|
Name: libssh
|
|
-Version: 0.9.7
|
|
|
|
|
|
+Version: 0.10.6
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: system
|
|
Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -21,7 +21,7 @@ Source0: https://www.libssh.org/files/%{shortver}/%{name}-%{version}.tar.
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: openssl-devel
|
|
-BuildRequires: zlib-devel
|
|
|
|
|
|
+BuildRequires: pkgconfig(zlib)
|
|
BuildRequires: cmake
|
|
BuildRequires: cmake
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -79,18 +79,12 @@ The SSH library with
|
|
%cmake_install
|
|
%cmake_install
|
|
|
|
|
|
|
|
|
|
-%clean
|
|
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%files
|
|
%files
|
|
-%defattr(-,root,root,-)
|
|
|
|
%license COPYING
|
|
%license COPYING
|
|
%doc AUTHORS ChangeLog README
|
|
%doc AUTHORS ChangeLog README
|
|
%{_libdir}/*.so.*
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
-%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
%{_libdir}/*.so
|
|
%{_libdir}/*.so
|
|
%{_libdir}/pkgconfig/%{name}*.pc
|
|
%{_libdir}/pkgconfig/%{name}*.pc
|
|
@@ -104,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jul 05 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.10.6-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Wed Jun 07 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.7-1
|
|
* Wed Jun 07 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.7-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|