From 7eacc2089dafb0d52ca7e8685ae6e532a368ca4e8d56c37f8b0c30099530ee48 Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Thu, 14 Jun 2018 16:06:49 +0000 Subject: [PATCH] Add prebuild-pandoc.sh to sources OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=92 --- rdma-core.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rdma-core.spec b/rdma-core.spec index 85ef748..1e89ba8 100644 --- a/rdma-core.spec +++ b/rdma-core.spec @@ -48,7 +48,8 @@ Group: Productivity/Networking/Other Url: https://github.com/linux-rdma/rdma-core Source: rdma-core-%{version}%{git_ver}.tar.gz Source1: baselibs.conf -Source2: prebuilt-pandoc.tgz +Source2: prebuild-pandoc.sh +Source3: prebuilt-pandoc.tgz BuildRequires: binutils BuildRequires: cmake >= 2.8.11 BuildRequires: gcc @@ -315,7 +316,7 @@ on those changes. %prep %setup -q -n %{name}-%{version}%{git_ver} #Extract prebuilt pandoc file in the buildlib directory -(cd buildlib && tar xf %{S:2}) +(cd buildlib && tar xf %{S:3}) %build