Update to version 0.6.0.
This commit is contained in:
parent
aa5810c342
commit
c56d848473
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ libssh-0.4.4.tar.gz.asc
|
|||||||
/libssh-0.5.4.tar.asc
|
/libssh-0.5.4.tar.asc
|
||||||
/libssh-0.5.5.tar.gz
|
/libssh-0.5.5.tar.gz
|
||||||
/libssh-0.5.5.tar.asc
|
/libssh-0.5.5.tar.asc
|
||||||
|
/libssh-0.6.0.tar.xz
|
||||||
|
18
libssh.spec
18
libssh.spec
@ -1,16 +1,13 @@
|
|||||||
Name: libssh
|
Name: libssh
|
||||||
Version: 0.5.5
|
Version: 0.6.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library implementing the SSH2 protocol (0xbadc0de version)
|
Summary: A library implementing the SSH protocol
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.libssh.org/
|
URL: http://www.libssh.org/
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Source0: https://red.libssh.org/attachments/download/51/libssh-0.5.5.tar.gz
|
Source0: https://red.libssh.org/attachments/download/51/libssh-0.6.0.tar.xz
|
||||||
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
|
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -36,11 +33,9 @@ applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%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
|
# Remove examples, they are not packaged and do not build on EPEL 5
|
||||||
sed -i -e 's|add_subdirectory(examples)||g' CMakeLists.txt
|
sed -i -e 's|add_subdirectory(examples)||g' CMakeLists.txt
|
||||||
rm -fr examples
|
rm -rf examples
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if test ! -e "obj"; then
|
if test ! -e "obj"; then
|
||||||
@ -80,12 +75,17 @@ rm -rf %{buildroot}
|
|||||||
%{_includedir}/libssh/server.h
|
%{_includedir}/libssh/server.h
|
||||||
%{_includedir}/libssh/sftp.h
|
%{_includedir}/libssh/sftp.h
|
||||||
%{_includedir}/libssh/ssh2.h
|
%{_includedir}/libssh/ssh2.h
|
||||||
|
%{_libdir}/cmake/libssh-config-version.cmake
|
||||||
|
%{_libdir}/cmake/libssh-config.cmake
|
||||||
%{_libdir}/pkgconfig/libssh.pc
|
%{_libdir}/pkgconfig/libssh.pc
|
||||||
%{_libdir}/pkgconfig/libssh_threads.pc
|
%{_libdir}/pkgconfig/libssh_threads.pc
|
||||||
%{_libdir}/libssh.so
|
%{_libdir}/libssh.so
|
||||||
%{_libdir}/libssh_threads.so
|
%{_libdir}/libssh_threads.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 08 2014 - Andreas Schneider <asn@redhat.com> - 0.6.0-1
|
||||||
|
- Update to 0.6.0
|
||||||
|
|
||||||
* Fri Jul 26 2013 - Andreas Schneider <asn@redhat.com> - 0.5.5-1
|
* Fri Jul 26 2013 - Andreas Schneider <asn@redhat.com> - 0.5.5-1
|
||||||
- Update to 0.5.5.
|
- Update to 0.5.5.
|
||||||
- Clenup the spec file.
|
- Clenup the spec file.
|
||||||
|
Loading…
Reference in New Issue
Block a user