SPECS: libssh2.spec - up to 0.15
arekm
arekm at pld-linux.org
Sun Jul 1 22:23:43 CEST 2007
Author: arekm Date: Sun Jul 1 20:23:43 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.15
---- Files affected:
SPECS:
libssh2.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/libssh2.spec
diff -u SPECS/libssh2.spec:1.16 SPECS/libssh2.spec:1.17
--- SPECS/libssh2.spec:1.16 Tue Feb 13 07:46:52 2007
+++ SPECS/libssh2.spec Sun Jul 1 22:23:38 2007
@@ -2,12 +2,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
@@ -96,6 +96,18 @@
%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
@@ -121,12 +133,18 @@
%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
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -134,6 +152,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2007/07/01 20:23:38 arekm
+- up to 0.15
+
Revision 1.16 2007/02/13 06:46:52 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libssh2.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list