use lynx instead of w3m to reduce deps

This commit is contained in:
Dan Horák 2021-03-18 17:54:19 +01:00
parent 323c715d24
commit 6f14fbafc1

View File

@ -1,7 +1,7 @@
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
Name: hwloc Name: hwloc
Version: 2.4.1 Version: 2.4.1
Release: 2%{?dist} Release: 3%{?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/v2.4/downloads/%{name}-%{version}.tar.bz2 Source0: http://www.open-mpi.org/software/hwloc/v2.4/downloads/%{name}-%{version}.tar.bz2
@ -15,7 +15,7 @@ BuildRequires: libpciaccess-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: transfig doxygen w3m BuildRequires: transfig doxygen lynx
BuildRequires: texlive-latex texlive-makeindex BuildRequires: texlive-latex texlive-makeindex
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
%ifnarch s390 %{arm} %ifnarch s390 %{arm}
@ -174,6 +174,9 @@ LD_LIBRARY_PATH=$PWD/hwloc/.libs make check
%{_libdir}/%{name}/hwloc* %{_libdir}/%{name}/hwloc*
%changelog %changelog
* Thu Mar 18 2021 Dan Horák <dan[at]danny.cz> - 2.4.1-3
- use lynx instead of w3m to reduce deps
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.4.1-2 * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.4.1-2
- Rebuilt for updated systemd-rpm-macros - Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583. See https://pagure.io/fesco/issue/2583.