Name: libssh Version: 0.4.6 Release: 1mamba Summary: A library implementing the SSH protocol Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan URL: http://www.libssh.org Source: http://www.libssh.org/files/libssh-%{version}.tar.gz License: LGPL BuildRequires: cmake ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libopenssl-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. This package contains static libraries and header files need for development. %prep %setup -q %build %cmake -d build %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/libssh.so.* %doc AUTHORS COPYING ChangeLog README %files devel %defattr(-,root,root) %dir %{_includedir}/libssh %{_includedir}/libssh/*.h %{_libdir}/libssh.so %changelog * Fri Oct 01 2010 Automatic Build System 0.4.6-1mamba - automatic update by autodist * Tue Aug 10 2010 Automatic Build System 0.4.5-1mamba - automatic update by autodist * Sat Jun 26 2010 Automatic Build System 0.4.4-1mamba - automatic update by autodist * Sat Apr 17 2010 Automatic Build System 0.4.2-1mamba - automatic update by autodist * Tue Jan 19 2010 Davide Madrisan 0.4.0-1mamba - package created by autospec