Update to 2.0.4
This commit is contained in:
parent
017192c621
commit
5f9506d24c
19
hwloc.spec
19
hwloc.spec
@ -1,10 +1,10 @@
|
|||||||
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
|
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
|
||||||
Name: hwloc
|
Name: hwloc
|
||||||
Version: 1.11.12
|
Version: 2.0.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.open-mpi.org/projects/hwloc/
|
URL: http://www.open-mpi.org/projects/hwloc/
|
||||||
Source0: http://www.open-mpi.org/software/hwloc/v1.11/downloads/%{name}-%{version}.tar.bz2
|
Source0: http://www.open-mpi.org/software/hwloc/v2.0/downloads/%{name}-%{version}.tar.bz2
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -114,7 +114,7 @@ rm %{buildroot}%{_datadir}/%{name}/hwloc-dump-hwdata.service
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
LD_LIBRARY_PATH=$PWD/src/.libs make check
|
LD_LIBRARY_PATH=$PWD/hwloc/.libs make check
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
%post
|
%post
|
||||||
@ -151,11 +151,13 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check
|
|||||||
%files libs
|
%files libs
|
||||||
%{_mandir}/man7/%{name}*
|
%{_mandir}/man7/%{name}*
|
||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
%{_datadir}/%{name}/%{name}.dtd
|
%{_datadir}/hwloc/hwloc.dtd
|
||||||
%{_datadir}/%{name}/%{name}-valgrind.supp
|
%{_datadir}/hwloc/hwloc-valgrind.supp
|
||||||
|
%{_datadir}/hwloc/hwloc2.dtd
|
||||||
|
%{_datadir}/hwloc/hwloc2-diff.dtd
|
||||||
%dir %{_pkgdocdir}/
|
%dir %{_pkgdocdir}/
|
||||||
%{_pkgdocdir}/*[^c]
|
%{_pkgdocdir}/*[^c]
|
||||||
%{_libdir}/libhwloc*so.5*
|
%{_libdir}/libhwloc*so.15*
|
||||||
|
|
||||||
%files gui
|
%files gui
|
||||||
%{_bindir}/lstopo
|
%{_bindir}/lstopo
|
||||||
@ -167,6 +169,9 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check
|
|||||||
%{_libdir}/%{name}/hwloc*
|
%{_libdir}/%{name}/hwloc*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 24 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.0.4-1
|
||||||
|
- Update to latest version (#1663624)
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.12-3
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.12-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (hwloc-1.11.12.tar.bz2) = 5bc78e4178f14de21aa0648603841ff611d95fa66dbd5244970f4dd59e01276d1d8d944056680fdab6afbce10f6723dfe6d0f51845ed1c1065273e31011307fc
|
SHA512 (hwloc-2.0.4.tar.bz2) = c7bb69f0e536188921138d003f3854a12f942a4f625e665d5ce6d32c1c4a884e0a91f9125de33dd292f522032b759e6240df3f3e53534033567ea0d829feefce
|
||||||
|
Loading…
Reference in New Issue
Block a user