From 74b3374f04c30b4d5cff9b9a790d73bbd72e94ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Sat, 25 Dec 2004 11:19:14 +0000 Subject: [PATCH] - License fix (it's BSD, not LGPL) - BuildRequires: zlib-devel - dropped -static package Changed files: libssh2.spec -> 1.2 --- libssh2.spec | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/libssh2.spec b/libssh2.spec index d54ca2f..3b3a1bc 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -3,13 +3,14 @@ Summary(pl): Biblioteka implementuj Name: libssh2 Version: 0.4 Release: 0.0.1 -License: LGPL +License: BSD Group: Libraries Source0: http://dl.sourceforge.net/libssh2/%{name}-%{version}.tar.gz # Source0-md5: bc7125a008d2d32f233193715395c250 Patch0: %{name}-DESTDIR.patch URL: http://libssh2.sourceforge.net/ BuildRequires: openssl-devel +BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -61,18 +62,6 @@ Header files for libssh2 library. %description devel -l pl Pliki nag³ówkowe biblioteki libssh2. -%package static -Summary: Static libssh2 library -Summary(pl): Statyczna biblioteka libssh2 -Group: Development/Libraries -Requires: %{name}-devel = %{version}-%{release} - -%description static -Static libssh2 library. - -%description static -l pl -Statyczna biblioteka libssh2. - %prep %setup -q %patch0 -p1 @@ -103,7 +92,3 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) #%attr(755,root,root) %{_libdir}/lib*.so %{_includedir}/* - -%files static -%defattr(644,root,root,755) -#%{_libdir}/lib*.a -- 2.44.0