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