Accepting request 444859 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/444859 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libssh?expand=0&rev=41
This commit is contained in:
commit
8bed132ff5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 12:22:00 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update descriptions. Drop redundant pkgconfig require
|
||||
(it's autodetected).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 08:25:18 UTC 2015 - asn@cryptomilk.org
|
||||
|
||||
|
31
libssh.spec
31
libssh.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libssh
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@ Version: 0.7.2
|
||||
Release: 0
|
||||
Summary: The SSH library
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://www.libssh.org
|
||||
# Dynamic number: https://red.libssh.org/projects/libssh/files
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
@ -38,13 +38,10 @@ BuildRequires: xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
The ssh library was designed to be used by programmers needing a
|
||||
working SSH implementation by the mean of a library. The complete
|
||||
control of the client is made by the programmer. With libssh, you can
|
||||
remotely execute programs, transfer files, use a secure and transparent
|
||||
tunnel for your remote programs. With its Secure FTP implementation,
|
||||
you can play with remote files easily, without third-party programs
|
||||
others than libcrypto (from openssl).
|
||||
An SSH implementation in the form of a library. With libssh, you can
|
||||
remotely execute programs, transfer files, use a secure and
|
||||
transparent tunnel for your remote programs. It supports SFTP as
|
||||
well.
|
||||
|
||||
This package provides libssh from http://www.libssh.org that should not
|
||||
be confused with libssh2 available from http://www.libssh2.org (libssh2
|
||||
@ -55,13 +52,10 @@ Summary: SSH library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libssh4
|
||||
The ssh library was designed to be used by programmers needing a
|
||||
working SSH implementation by the mean of a library. The complete
|
||||
control of the client is made by the programmer. With libssh, you can
|
||||
remotely execute programs, transfer files, use a secure and transparent
|
||||
tunnel for your remote programs. With its Secure FTP implementation,
|
||||
you can play with remote files easily, without third-party programs
|
||||
others than libcrypto (from openssl).
|
||||
An SSH implementation in the form of a library. With libssh, you can
|
||||
remotely execute programs, transfer files, use a secure and
|
||||
transparent tunnel for your remote programs. It supports SFTP as
|
||||
well.
|
||||
|
||||
This package provides libssh from http://www.libssh.org that should not
|
||||
be confused with libssh2 available from http://www.libssh2.org (libssh2
|
||||
@ -72,14 +66,13 @@ Summary: SSH library development headers
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: cmake
|
||||
Requires: libssh4 = %{version}
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
Development headers for the SSH library.
|
||||
|
||||
%package devel-doc
|
||||
Summary: SSH library api documentation
|
||||
Group: Development/Languages/C and C++
|
||||
Summary: SSH library API documentation
|
||||
Group: Documentation/HTML
|
||||
|
||||
%description devel-doc
|
||||
Documentation for libssh development.
|
||||
|
Loading…
Reference in New Issue
Block a user