Accepting request 586292 from home:jengelh:branches:devel:tools:building

- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/586292
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/distcc?expand=0&rev=15
This commit is contained in:
Martin Pluskal 2018-03-13 09:22:00 +00:00 committed by Git OBS Bridge
parent 7643f0efd2
commit 1e029ed486
2 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 13 09:09:59 UTC 2018 - jengelh@inai.de
- Ensure neutrality of description.
-------------------------------------------------------------------
Tue Mar 13 00:02:21 UTC 2018 - avindra@opensuse.org

View File

@ -23,7 +23,7 @@
Name: distcc
Version: 3.3
Release: 0
Summary: A fast, free distributed C/C++ compiler
Summary: A distributed C/C++ compiler
License: GPL-2.0-or-later
Group: Development/Tools/Building
Url: https://github.com/distcc/distcc
@ -56,20 +56,20 @@ Recommends: %{name}-server = %{version}
Suggests: %{name}-gui = %{version}
%description
distcc is a program to distribute builds of C, C++, Objective C or Objective
C++ code across several machines on a network. distcc should always generate
the same results as a local build, is simple to install and use, and is
usually much faster than a local compile.
distcc is a program to distribute builds of C, C++, Objective C or
Objective C++ code across several machines on a network, thereby
completing the task in less time. distcc should always generate the
same results as a local build.
%package gui
Summary: GUI monitor for distcc server/client
Group: Development/Tools/Building
%description gui
distcc is a program to distribute builds of C, C++, Objective C or Objective
C++ code across several machines on a network. distcc should always generate
the same results as a local build, is simple to install and use, and is
usually much faster than a local compile.
distcc is a program to distribute builds of C, C++, Objective C or
Objective C++ code across several machines on a network, thereby
completing the task in less time. distcc should always generate the
same results as a local build.
%package server
Summary: Server for distributed C/C++ compilation