]> git.pld-linux.org Git - packages/libssh2.git/commitdiff
- License fix (it's BSD, not LGPL)
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 25 Dec 2004 11:19:14 +0000 (11:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BuildRequires: zlib-devel
- dropped -static package

Changed files:
    libssh2.spec -> 1.2

libssh2.spec

index d54ca2fe22b528df9db3e083631aaa4c7c54f654..3b3a1bc16f411bf90fafca3755b83fd86f13b388 100644 (file)
@@ -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
This page took 0.118468 seconds and 4 git commands to generate.