Update to 1.5
This commit is contained in:
parent
5b9a9c6f26
commit
5f0f507f5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ hwloc-1.0.2.tar.bz2
|
||||
/hwloc-1.4.tar.bz2
|
||||
/hwloc-1.4.1.tar.bz2
|
||||
/hwloc-1.4.2.tar.bz2
|
||||
/hwloc-1.5.tar.bz2
|
||||
|
12
hwloc.spec
12
hwloc.spec
@ -1,11 +1,11 @@
|
||||
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
|
||||
Name: hwloc
|
||||
Version: 1.4.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.5
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/System
|
||||
URL: http://www.open-mpi.org/projects/hwloc/
|
||||
Source0: http://www.open-mpi.org/software/hwloc/v1.4/downloads/%{name}-%{version}.tar.bz2
|
||||
Source0: http://www.open-mpi.org/software/hwloc/v1.5/downloads/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: libX11-devel libxml2-devel cairo-devel ncurses-devel pciutils-devel transfig doxygen w3m
|
||||
%ifnarch s390 s390x
|
||||
@ -13,7 +13,7 @@ BuildRequires: libibverbs-devel
|
||||
%endif
|
||||
%ifnarch s390 s390x %{arm}
|
||||
BuildRequires: numactl-devel
|
||||
Requires: numactl-libs
|
||||
##Requires: numactl-libs
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -71,6 +71,7 @@ Headers and shared object symbolic links for the hwloc.
|
||||
%defattr(-, root, root, -)
|
||||
%{_bindir}/%{name}*
|
||||
%{_bindir}/lstopo
|
||||
%{_bindir}/lstopo-no-graphics
|
||||
%{_mandir}/man7/%{name}*
|
||||
%{_mandir}/man1/%{name}*
|
||||
%{_mandir}/man1/lstopo*
|
||||
@ -93,6 +94,9 @@ Headers and shared object symbolic links for the hwloc.
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 15 2012 Jirka Hladky <hladky.jiri@gmail.com> - 1.5-1
|
||||
- Update to version 1.5
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user