Accepting request 455507 from home:jengelh:branches:devel:libraries:c_c++
- fix grammar errors, trim filler words OBS-URL: https://build.opensuse.org/request/show/455507 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=22
This commit is contained in:
parent
42607abfd8
commit
3a85579f26
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 8 12:46:42 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- fix grammar errors
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 27 13:14:01 UTC 2017 - Thomas.Blume@suse.com
|
Fri Jan 27 13:14:01 UTC 2017 - Thomas.Blume@suse.com
|
||||||
|
|
||||||
|
17
hwloc.spec
17
hwloc.spec
@ -49,14 +49,14 @@ Requires: perl-JSON
|
|||||||
Requires: perl-base >= 5.18.2
|
Requires: perl-base >= 5.18.2
|
||||||
Requires(post): desktop-file-utils
|
Requires(post): desktop-file-utils
|
||||||
Requires(postun): desktop-file-utils
|
Requires(postun): desktop-file-utils
|
||||||
BuildRoot: %{_tmppath}/%{name}-1.11-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%ifnarch s390 s390x i586 aarch64 %{arm}
|
%ifnarch s390 s390x i586 aarch64 %{arm}
|
||||||
BuildRequires: libnuma-devel
|
BuildRequires: libnuma-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Portable Hardware Locality (hwloc) software package provides
|
The Portable Hardware Locality (hwloc) software package provides
|
||||||
a portable abstraction (across OS, versions, architectures, ...)
|
an abstraction (across OS, versions, architectures, ...)
|
||||||
of the hierarchical topology of modern architectures, including
|
of the hierarchical topology of modern architectures, including
|
||||||
NUMA memory nodes, shared caches, processor sockets, processor cores
|
NUMA memory nodes, shared caches, processor sockets, processor cores
|
||||||
and processing units (logical processors or "threads"). It also gathers
|
and processing units (logical processors or "threads"). It also gathers
|
||||||
@ -77,10 +77,11 @@ Obsoletes: libhwloc-devel < %{version}
|
|||||||
Obsoletes: libhwloc-devel = 0.0.0
|
Obsoletes: libhwloc-devel = 0.0.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Package contains headers and shared object symbolic links for the hwloc.
|
This package contains the headers and shared object symbolic links
|
||||||
|
for the hwloc.
|
||||||
|
|
||||||
%package -n %{lname}
|
%package -n %{lname}
|
||||||
Summary: Run time libraries for the hwloc
|
Summary: Runtime libraries for hwloc
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: %{name}-data
|
Requires: %{name}-data
|
||||||
|
|
||||||
@ -88,12 +89,12 @@ Requires: %{name}-data
|
|||||||
Package contains run time libraries for the hwloc.
|
Package contains run time libraries for the hwloc.
|
||||||
|
|
||||||
%package data
|
%package data
|
||||||
Summary: Run time data for hwloc
|
Summary: Runtime data for hwloc
|
||||||
Group: Development/Libraries/C and C++
|
Group: System/Libraries
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description data
|
%description data
|
||||||
Package contains run time data for the hwloc.
|
This package contains the runtime data for hwloc.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for hwloc
|
Summary: Documentation for hwloc
|
||||||
@ -101,7 +102,7 @@ Group: Documentation/Other
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Package contains documentation for %{name}.
|
This package contains the documentation for hwlock.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{name}-%{mainversion}
|
%setup -q -n %{name}-%{name}-%{mainversion}
|
||||||
|
Loading…
Reference in New Issue
Block a user