From 908ef872a902f8d1e6094f5b65f976a9dddf0ec7d80a5af4013d9cebe0111a80 Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Tue, 25 Jun 2013 07:56:12 +0000 Subject: [PATCH] - 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 --- libssh2_org.changes | 6 ++++++ libssh2_org.spec | 9 ++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/libssh2_org.changes b/libssh2_org.changes index 3d32d05..23ab7cb 100644 --- a/libssh2_org.changes +++ b/libssh2_org.changes @@ -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 diff --git a/libssh2_org.spec b/libssh2_org.spec index 6c77650..78a06db 100644 --- a/libssh2_org.spec +++ b/libssh2_org.spec @@ -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