Minor issue with the man page fixed

This commit is contained in:
Jiri Hladky 2013-05-09 09:50:44 +02:00
parent fd9ff7c0f4
commit ef7556cbff
3 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

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

View File

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

View File

@ -1,2 +1,3 @@
b46ccf2a5ebdcf4fe9d85b3baa1e37d1 hwloc-1.7-manpage.patch
ddfa188834736438bf04251715831130 hwloc-1.7.patch
8b84f176cd3068e908f59674356e8ae0 hwloc-1.7.tar.bz2