]> git.pld-linux.org Git - packages/libssh2.git/commitdiff
- revert, libtool file is needed to build flickcurl
authoralucard <alucard@pld-linux.org>
Sat, 23 Apr 2011 21:01:50 +0000 (21:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 4

Changed files:
    libssh2.spec -> 1.37

libssh2.spec

index d75a01317c02941c02b1c008e42f31b4ccbbe828..f0194f17bf987d176154ef06a606cf5f5408d3dd 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Library implementing the SSH2 protocol
 Summary(pl.UTF-8):     Biblioteka implementująca protokół SSH2
 Name:          libssh2
 Version:       1.2.8
-Release:       3
+Release:       4
 License:       BSD
 Group:         Libraries
 Source0:       http://www.libssh2.org/download/%{name}-%{version}.tar.gz
@@ -129,8 +129,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/libssh2.la
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -146,6 +144,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libssh2.so
+%attr(755,root,root) %{_libdir}/libssh2.la
 %{_includedir}/libssh2*.h
 %{_mandir}/man3/libssh2_*.3*
 %{_pkgconfigdir}/libssh2.pc
This page took 0.114439 seconds and 4 git commands to generate.