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:
Ismail Dönmez 2017-02-08 17:39:13 +00:00 committed by Git OBS Bridge
parent 42607abfd8
commit 3a85579f26
2 changed files with 15 additions and 9 deletions

View File

@ -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

View File

@ -49,16 +49,16 @@ Requires: perl-JSON
Requires: perl-base >= 5.18.2
Requires(post): 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}
BuildRequires: libnuma-devel
%endif
%description
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
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
various system attributes such as cache and memory information. It primarily
aims at helping applications with gathering information about modern
@ -77,10 +77,11 @@ Obsoletes: libhwloc-devel < %{version}
Obsoletes: libhwloc-devel = 0.0.0
%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}
Summary: Run time libraries for the hwloc
Summary: Runtime libraries for hwloc
Group: System/Libraries
Requires: %{name}-data
@ -88,12 +89,12 @@ Requires: %{name}-data
Package contains run time libraries for the hwloc.
%package data
Summary: Run time data for hwloc
Group: Development/Libraries/C and C++
Summary: Runtime data for hwloc
Group: System/Libraries
BuildArch: noarch
%description data
Package contains run time data for the hwloc.
This package contains the runtime data for hwloc.
%package doc
Summary: Documentation for hwloc
@ -101,7 +102,7 @@ Group: Documentation/Other
BuildArch: noarch
%description doc
Package contains documentation for %{name}.
This package contains the documentation for hwlock.
%prep
%setup -q -n %{name}-%{name}-%{mainversion}