packages: libssh/libssh.spec - updated to 0.5.1 - enabled SSH1

qboosh qboosh at pld-linux.org
Thu Aug 11 20:47:13 CEST 2011


Author: qboosh                       Date: Thu Aug 11 18:47:13 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 0.5.1
- enabled SSH1

---- Files affected:
packages/libssh:
   libssh.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: packages/libssh/libssh.spec
diff -u packages/libssh/libssh.spec:1.23 packages/libssh/libssh.spec:1.24
--- packages/libssh/libssh.spec:1.23	Tue Jun  7 11:10:04 2011
+++ packages/libssh/libssh.spec	Thu Aug 11 20:47:08 2011
@@ -2,13 +2,13 @@
 Summary:	Library implementing the SSH protocol
 Summary(pl.UTF-8):	Biblioteka implementująca protokół SSH
 Name:		libssh
-Version:	0.5.0
+Version:	0.5.1
 Release:	1
 Epoch:		1
-License:	LGPL v2.1
+License:	LGPL v2.1+; parts are BSD-licensed
 Group:		Libraries
 Source0:	http://www.libssh.org/files/0.5/%{name}-%{version}.tar.gz
-# Source0-md5:	9b37f45751c0ae7ba66099c1fb136946
+# Source0-md5:	0cd8bc9336398e23a76f4e25c1412eb4
 URL:		http://www.libssh.org/
 BuildRequires:	cmake >= 2.6.0
 BuildRequires:	openssl-devel >= 0.9.8
@@ -53,7 +53,8 @@
 %build
 install -d build
 cd build
-%cmake ..
+%cmake .. \
+	-DWITH_SSH1=ON
 
 %{__make}
 
@@ -64,22 +65,27 @@
 	DESTDIR=$RPM_BUILD_ROOT \
 	libdir=%{_libdir}
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
-%doc README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/lib*.so.?
+%doc AUTHORS BSD ChangeLog README
+%attr(755,root,root) %{_libdir}/libssh.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libssh.so.4
+%attr(755,root,root) %{_libdir}/libssh_threads.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libssh_threads.so.4
 
 %files devel
 %defattr(644,root,root,755)
-%{_libdir}/libssh.so
+%attr(755,root,root) %{_libdir}/libssh.so
+%attr(755,root,root) %{_libdir}/libssh_threads.so
 %{_includedir}/libssh
+%{_pkgconfigdir}/libssh.pc
+%{_pkgconfigdir}/libssh_threads.pc
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -87,6 +93,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2011/08/11 18:47:08  qboosh
+- updated to 0.5.1
+- enabled SSH1
+
 Revision 1.23  2011/06/07 09:10:04  lisu
 - updated to 0.5.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libssh/libssh.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list