Update to version 1.10.1
This commit is contained in:
parent
4da7deea8d
commit
f83a4a61bd
15
hwloc.spec
15
hwloc.spec
@ -1,12 +1,11 @@
|
||||
Summary: Portable Hardware Locality - portable abstraction of hierarchical architectures
|
||||
Name: hwloc
|
||||
Version: 1.10.0
|
||||
Version: 1.10.1
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/System
|
||||
URL: http://www.open-mpi.org/projects/hwloc/
|
||||
Source0: http://www.open-mpi.org/software/hwloc/v%{version}/downloads/%{name}-%{version}.tar.bz2
|
||||
Source1: lstopo.desktop
|
||||
Source0: http://www.open-mpi.org/software/hwloc/v1.10/downloads/%{name}-%{version}.tar.bz2
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
BuildRequires: cairo-devel
|
||||
@ -19,6 +18,7 @@ BuildRequires: ncurses-devel
|
||||
BuildRequires: transfig doxygen w3m
|
||||
BuildRequires: texlive-latex texlive-makeindex
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: desktop-file-utils
|
||||
%ifnarch s390 s390x
|
||||
BuildRequires: libibverbs-devel
|
||||
%endif
|
||||
@ -91,8 +91,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
cp -p AUTHORS COPYING NEWS README VERSION %{buildroot}%{_defaultdocdir}/%{name}
|
||||
cp -pr doc/examples %{buildroot}%{_defaultdocdir}/%{name}
|
||||
|
||||
rm %{buildroot}%{_datadir}/applications/hwloc-ls.desktop
|
||||
cp -p %{SOURCE1} %{buildroot}%{_datadir}/applications
|
||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/lstopo.desktop
|
||||
|
||||
rm %{buildroot}%{_mandir}/man1/lstopo-no-graphics.1
|
||||
rm %{buildroot}%{_mandir}/man1/hwloc-ls.1
|
||||
@ -100,7 +99,6 @@ mv %{buildroot}%{_mandir}/man1/lstopo.1 %{buildroot}%{_mandir}/man1/lstopo-no-gr
|
||||
ln -rs %{buildroot}%{_mandir}/man1/lstopo-no-graphics.1 %{buildroot}%{_mandir}/man1/lstopo.1
|
||||
ln -rs %{buildroot}%{_mandir}/man1/lstopo-no-graphics.1 %{buildroot}%{_mandir}/man1/hwloc-ls.1
|
||||
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
@ -135,13 +133,16 @@ make check
|
||||
%files gui
|
||||
%{_bindir}/lstopo
|
||||
%{_mandir}/man1/lstopo.1*
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/applications/lstopo.desktop
|
||||
|
||||
%files plugins
|
||||
%dir %{_libdir}/%{name}
|
||||
%{_libdir}/hwloc*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 1 2015 Orion Poplwski <orion@cora.nwra.com> - 1.10.1-1
|
||||
- Update to version 1.10.1
|
||||
|
||||
* Tue Oct 07 2014 Jirka Hladky <hladky.jiri@gmail.com> - 1.10.0-1
|
||||
- Update to version 1.10.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user