]> git.pld-linux.org Git - packages/libssh.git/commitdiff
- up to 0.4.7 auto/th/libssh-0_4_7-1
authorlisu <lisu@pld-linux.org>
Wed, 12 Jan 2011 09:10:39 +0000 (09:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libssh.spec -> 1.21

libssh.spec

index db540f52f11e11d92872b3d6cf7af26f602b4c4a..a4596a69c3d2a70855f822e28dbf710b8b578f7b 100644 (file)
@@ -1,16 +1,17 @@
 Summary:       Library implementing the SSH protocol
 Summary(pl.UTF-8):     Biblioteka implementująca protokół SSH
 Name:          libssh
-Version:       0.4.6
+Version:       0.4.7
 Release:       1
 Epoch:         1
 License:       LGPL v2.1
 Group:         Libraries
-Source0:       http://www.libssh.org/files/%{name}-%{version}.tar.gz
-# Source0-md5: 9efdc8911fdb150fb16500c2fbe4ef2e
+Source0:       http://www.libssh.org/files/0.4/%{name}-%{version}.tar.gz
+# Source0-md5: 2c95942c0d15f709e3328bacea91722c
 URL:           http://www.libssh.org/
 BuildRequires: cmake >= 2.6.0
 BuildRequires: openssl-devel >= 0.9.8
+BuildRequires: rpmbuild(macros) >= 1.600
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,13 +52,7 @@ Pliki nagłówkowe biblioteki libssh.
 %build
 install -d build
 cd build
-%cmake \
-       -DCMAKE_BUILD_TYPE="Release" \
-       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-%if "%{_lib}" == "lib64"
-       -DLIB_SUFFIX=64 \
-%endif
-       ..
+%cmake ..
 
 %{__make}
 
This page took 0.148418 seconds and 4 git commands to generate.