|
@@ -3,13 +3,12 @@
|
|
|
Summary: A library implementing the SSH2 protocol
|
|
|
Summary(ja): SSH2 プロトコルを実装するためのライブラリ
|
|
|
Name: libssh2
|
|
|
-Version: 1.9.0
|
|
|
+Version: 1.10.0
|
|
|
Release: 1%{?_dist_release}
|
|
|
-
|
|
|
+Group: system
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
|
|
|
|
-Group: System Environment/Libraries
|
|
|
License: BSD
|
|
|
URL: https://www.libssh2.org/
|
|
|
Source0: https://www.libssh2.org/download/%{name}-%{version}.tar.gz
|
|
@@ -28,28 +27,30 @@ SECSH-DHGEX(04), and SECSH-NUMBERS(10).
|
|
|
%package devel
|
|
|
Summary: Development files for %{name}
|
|
|
Summary(ja): %{name} の開発ファイル
|
|
|
-Group: Development/Libraries
|
|
|
+Group: programming
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
%description devel
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
+
|
|
|
%package docs
|
|
|
Summary: Documentation for %{name}
|
|
|
Summary(ja): %{name} のドキュメント
|
|
|
-Group: Development/Libraries
|
|
|
+Group: documentation
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
%description docs
|
|
|
The %{name}-docs package contains man pages and examples for
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
+
|
|
|
## to build compat32 for x86_64 architecture support
|
|
|
%package -n compat32-%{name}
|
|
|
Summary: A library implementing the SSH2 protocol
|
|
|
Summary(ja): SSH2 プロトコルを実装するためのライブラリ
|
|
|
-Group: System Environment/Libraries
|
|
|
+Group: system,legacy
|
|
|
|
|
|
%description -n compat32-%{name}
|
|
|
libssh2 is a library implementing the SSH2 protocol as defined by
|
|
@@ -58,6 +59,9 @@ SECSH-CONNECTION(23), SECSH-ARCH(20), SECSH-FILEXFER(06)*,
|
|
|
SECSH-DHGEX(04), and SECSH-NUMBERS(10).
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
+
|
|
|
+
|
|
|
%prep
|
|
|
%setup -q
|
|
|
|
|
@@ -94,15 +98,6 @@ find example/ -type f '(' -name '*.am' -o -name '*.in' ')' -exec rm -v {} +
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
-%post -p /sbin/ldconfig
|
|
|
-
|
|
|
-%postun -p /sbin/ldconfig
|
|
|
-
|
|
|
-%post -n compat32-%{name} -p /sbin/ldconfig
|
|
|
-
|
|
|
-%postun -n compat32-%{name} -p /sbin/ldconfig
|
|
|
-
|
|
|
-
|
|
|
%files
|
|
|
%defattr(-,root,root,-)
|
|
|
%license COPYING
|
|
@@ -129,6 +124,10 @@ rm -rf %{buildroot}
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Sep 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.10.0-1
|
|
|
+- new upstream release.
|
|
|
+- dropped ldconfig scriptlets.
|
|
|
+
|
|
|
* Thu Oct 24 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.0-1
|
|
|
- new upstream release.
|
|
|
|