]> git.pld-linux.org Git - packages/libssh2.git/commitdiff
- up to 0.15 auto/th/libssh2-0_15-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 1 Jul 2007 20:23:38 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libssh2.spec -> 1.17

libssh2.spec

index ccb715891c26233cef0d3fb41aae9507726f9980..690cc4fb191a0ffdebb451e21dc28e8d32e9dfea 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Library implementing the SSH2 protocol
 Summary(pl.UTF-8):     Biblioteka implementująca protokół SSH2
 Name:          libssh2
-Version:       0.14
+Version:       0.15
 Release:       1
 License:       BSD
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/libssh2/%{name}-%{version}.tar.gz
-# Source0-md5: 7a44b7b38295d80bd8f80254ee135930
+# Source0-md5: 6c641d6dc0d0e546249cad1d16f10a6a
 URL:           http://libssh2.sourceforge.net/
 BuildRequires: automake
 BuildRequires: openssl-devel
@@ -95,6 +95,18 @@ Header files for libssh2 library.
 %description devel -l pl.UTF-8
 Pliki nagłówkowe biblioteki libssh2.
 
+%package static
+Summary:       Static libssh2 library
+Summary(pl.UTF-8):     Biblioteka statyczna libssh2
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static libssh2 library.
+
+%description static -l pl.UTF-8
+Biblioteka statyczna libssh2.
+
 %prep
 %setup -q
 
@@ -120,9 +132,15 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/lib*.so.*
 
 %files devel
 %defattr(644,root,root,755)
-#%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/lib*.so
 %{_includedir}/*
+%{_libdir}/lib*.la
+%{_mandir}/man3/*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.031259 seconds and 4 git commands to generate.