diff --git a/.gitignore b/.gitignore index c2af140..98ceae1 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ libssh-0.4.4.tar.gz.asc /libssh-0.5.4.tar.asc /libssh-0.5.5.tar.gz /libssh-0.5.5.tar.asc +/libssh-0.6.0.tar.xz diff --git a/libssh.spec b/libssh.spec index a80ef38..11779c1 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,16 +1,13 @@ Name: libssh -Version: 0.5.5 +Version: 0.6.0 Release: 1%{?dist} -Summary: A library implementing the SSH2 protocol (0xbadc0de version) +Summary: A library implementing the SSH protocol License: LGPLv2+ URL: http://www.libssh.org/ Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source0: https://red.libssh.org/attachments/download/51/libssh-0.5.5.tar.gz -Source1: https://red.libssh.org/attachments/download/50/libssh-0.5.5.tar.asc -Patch0: libssh-0.5.4-disable-latex-documentation.patch -Patch1: libssh-0.5.4-fix-html-doc-generation.patch +Source0: https://red.libssh.org/attachments/download/51/libssh-0.6.0.tar.xz BuildRequires: cmake BuildRequires: doxygen @@ -36,11 +33,9 @@ applications that use %{name}. %prep %setup -q -%patch0 -p1 -b .disable-latex-documentation -%patch1 -p1 -b .fix-html-doc-generation # Remove examples, they are not packaged and do not build on EPEL 5 sed -i -e 's|add_subdirectory(examples)||g' CMakeLists.txt -rm -fr examples +rm -rf examples %build if test ! -e "obj"; then @@ -80,12 +75,17 @@ rm -rf %{buildroot} %{_includedir}/libssh/server.h %{_includedir}/libssh/sftp.h %{_includedir}/libssh/ssh2.h +%{_libdir}/cmake/libssh-config-version.cmake +%{_libdir}/cmake/libssh-config.cmake %{_libdir}/pkgconfig/libssh.pc %{_libdir}/pkgconfig/libssh_threads.pc %{_libdir}/libssh.so %{_libdir}/libssh_threads.so %changelog +* Wed Jan 08 2014 - Andreas Schneider - 0.6.0-1 +- Update to 0.6.0 + * Fri Jul 26 2013 - Andreas Schneider - 0.5.5-1 - Update to 0.5.5. - Clenup the spec file. diff --git a/sources b/sources index a93d6a4..605534e 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -984d4d8b16618725d850913f567144d2 libssh-0.5.5.tar.asc -bb308196756c7255c0969583d917136b libssh-0.5.5.tar.gz +12d9b1edfb8c2d85b24e123b6b386b40 libssh-0.6.0.tar.xz