Minor issue with the man page fixed
This commit is contained in:
parent
fd9ff7c0f4
commit
ef7556cbff
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user