Accepting request 180805 from devel:libraries:c_c++

- ignore groff-full to remove factory build cycle
- add groff to build requires to make tests passing

OBS-URL: https://build.opensuse.org/request/show/180805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libssh2_org?expand=0&rev=28
This commit is contained in:
Stephan Kulow 2013-06-26 11:57:44 +00:00 committed by Git OBS Bridge
commit 4a455a122f
2 changed files with 12 additions and 3 deletions

View File

@ -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

View File

@ -25,17 +25,20 @@ Version: 1.4.3
Release: 0
Url: http://www.libssh2.org/
%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
BuildRequires: openssl-devel
BuildRequires: pkgconfig
BuildRequires: zlib-devel
#for the test suite
BuildRequires: groff
BuildRequires: libtool
BuildRequires: man
BuildRequires: openssh
# drops build cycle in Factory
#!BuildIgnore: groff-full
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch: libssh2-ocloexec.patch
Patch0: libssh2-ocloexec.patch
%description
libssh2 is a library implementing the SSH2 protocol as defined by
@ -69,7 +72,7 @@ SECSH-PUBLICKEY.
%setup -q -n %{pkg_name}-%{version}
# problem with sle 11 sp1 target as it has older kernel and as such fail this
%if 0%{?suse_version} > 1110
%patch -p1
%patch0 -p1
%endif
%build