]> git.pld-linux.org Git - packages/libssh2.git/commitdiff
- drop libtool file auto/th/libssh2-1_2_8-3
authorArtur Frysiak <artur@frysiak.net>
Sat, 16 Apr 2011 10:55:57 +0000 (10:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 3

Changed files:
    libssh2.spec -> 1.36

libssh2.spec

index 42928cf434ddc8de38f5c09d25e4eacbac1f56aa..d75a01317c02941c02b1c008e42f31b4ccbbe828 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:       2
+Release:       3
 License:       BSD
 Group:         Libraries
 Source0:       http://www.libssh2.org/download/%{name}-%{version}.tar.gz
@@ -129,6 +129,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libssh2.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -144,7 +146,6 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libssh2.so
-%{_libdir}/libssh2.la
 %{_includedir}/libssh2*.h
 %{_mandir}/man3/libssh2_*.3*
 %{_pkgconfigdir}/libssh2.pc
This page took 0.037187 seconds and 4 git commands to generate.