- ignore groff-full to remove factory build cycle
- add groff to build requires to make tests passing OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh2_org?expand=0&rev=47
This commit is contained in:
parent
08367842ae
commit
908ef872a9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 24 12:58:02 UTC 2013 - mvyskocil@suse.com
|
||||||
|
|
||||||
|
- ignore groff-full to remove factory build cycle
|
||||||
|
- add groff to build requires to make tests passing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 24 07:54:17 UTC 2013 - boris@steki.net
|
Wed Apr 24 07:54:17 UTC 2013 - boris@steki.net
|
||||||
|
|
||||||
|
@ -25,17 +25,20 @@ Version: 1.4.3
|
|||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.libssh2.org/
|
Url: http://www.libssh2.org/
|
||||||
%define pkg_name libssh2
|
%define pkg_name libssh2
|
||||||
Source: http://www.libssh2.org/download/%{pkg_name}-%{version}.tar.gz
|
Source0: http://www.libssh2.org/download/%{pkg_name}-%{version}.tar.gz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
#for the test suite
|
#for the test suite
|
||||||
|
BuildRequires: groff
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: man
|
BuildRequires: man
|
||||||
BuildRequires: openssh
|
BuildRequires: openssh
|
||||||
|
# drops build cycle in Factory
|
||||||
|
#!BuildIgnore: groff-full
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Patch: libssh2-ocloexec.patch
|
Patch0: libssh2-ocloexec.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libssh2 is a library implementing the SSH2 protocol as defined by
|
libssh2 is a library implementing the SSH2 protocol as defined by
|
||||||
@ -69,7 +72,7 @@ SECSH-PUBLICKEY.
|
|||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
# problem with sle 11 sp1 target as it has older kernel and as such fail this
|
# problem with sle 11 sp1 target as it has older kernel and as such fail this
|
||||||
%if 0%{?suse_version} > 1110
|
%if 0%{?suse_version} > 1110
|
||||||
%patch -p1
|
%patch0 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user