diff --git a/libssh.spec b/libssh.spec index c6a9921..ac36356 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,7 +1,7 @@ # -# spec file for package libssh (Version 0.4.7) +# spec file for package libssh # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products 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,10 +21,10 @@ Url: http://www.libssh.org Name: libssh BuildRequires: cmake doxygen openssl-devel -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: System/Libraries Version: 0.4.8 -Release: 0 +Release: 1 Summary: SSH library Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -52,7 +52,7 @@ Authors: Nick Zitzmann %package -n libssh4 -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: System/Libraries Summary: SSH library @@ -78,7 +78,7 @@ Authors: Nick Zitzmann %package devel -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: Development/Libraries/C and C++ Summary: SSH library development headers Requires: libssh4 = %{version} @@ -95,7 +95,7 @@ Authors: Nick Zitzmann %package devel-doc -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: Development/Languages/C and C++ Summary: SSH library api documentation @@ -165,17 +165,3 @@ popd build %doc build/doc/html %changelog -* Tue Oct 07 2008 aj@suse.de -- Disable parallel build since it breaks the build. -* Tue Sep 30 2008 ro@suse.de -- add rpmlintrc (desired package name is already taken by another - package) -* Tue Sep 30 2008 ro@suse.de -- fix debug package requires -* Tue Sep 30 2008 ro@suse.de -- fixed filelist -* Thu Aug 21 2008 anschneider@suse.de -- Map the permissions field to the type field for sftp v3. -- Add errno mapping for sftp functions -* Wed Aug 20 2008 anschneider@suse.de -- initial libssh2 package