From ef7556cbfff5dd45073d2158ff4c50b85b60b81c Mon Sep 17 00:00:00 2001 From: Jiri Hladky Date: Thu, 9 May 2013 09:50:44 +0200 Subject: [PATCH] Minor issue with the man page fixed --- .gitignore | 1 + hwloc.spec | 2 ++ sources | 1 + 3 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 75f50f7..4259224 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ hwloc-1.0.2.tar.bz2 /hwloc-1.6.1.tar.bz2 /hwloc-1.7.tar.bz2 /hwloc-1.7.patch +/hwloc-1.7-manpage.patch diff --git a/hwloc.spec b/hwloc.spec index 6d6b927..2f30661 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -7,6 +7,7 @@ Group: Applications/System URL: http://www.open-mpi.org/projects/hwloc/ Source0: http://www.open-mpi.org/software/hwloc/v1.7/downloads/%{name}-%{version}.tar.bz2 Patch0: hwloc-1.7.patch +Patch1: hwloc-1.7-manpage.patch Requires: %{name}-libs = %{version}-%{release} BuildRequires: libX11-devel libxml2-devel cairo-devel ncurses-devel libpciaccess-devel libXNVCtrl-devel transfig doxygen w3m texlive-latex texlive-makeindex libtool-ltdl-devel autoconf automake libtool @@ -50,6 +51,7 @@ Run time libraries for the hwloc %prep %setup -q %patch0 -p1 +%patch1 -p1 %build autoreconf --force --install diff --git a/sources b/sources index ffa3be8..b3a17a0 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ +b46ccf2a5ebdcf4fe9d85b3baa1e37d1 hwloc-1.7-manpage.patch ddfa188834736438bf04251715831130 hwloc-1.7.patch 8b84f176cd3068e908f59674356e8ae0 hwloc-1.7.tar.bz2