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:
parent
7643f0efd2
commit
1e029ed486
@ -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
|
Tue Mar 13 00:02:21 UTC 2018 - avindra@opensuse.org
|
||||||
|
|
||||||
|
18
distcc.spec
18
distcc.spec
@ -23,7 +23,7 @@
|
|||||||
Name: distcc
|
Name: distcc
|
||||||
Version: 3.3
|
Version: 3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A fast, free distributed C/C++ compiler
|
Summary: A distributed C/C++ compiler
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: https://github.com/distcc/distcc
|
Url: https://github.com/distcc/distcc
|
||||||
@ -56,20 +56,20 @@ Recommends: %{name}-server = %{version}
|
|||||||
Suggests: %{name}-gui = %{version}
|
Suggests: %{name}-gui = %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
distcc is a program to distribute builds of C, C++, Objective C or Objective
|
distcc is a program to distribute builds of C, C++, Objective C or
|
||||||
C++ code across several machines on a network. distcc should always generate
|
Objective C++ code across several machines on a network, thereby
|
||||||
the same results as a local build, is simple to install and use, and is
|
completing the task in less time. distcc should always generate the
|
||||||
usually much faster than a local compile.
|
same results as a local build.
|
||||||
|
|
||||||
%package gui
|
%package gui
|
||||||
Summary: GUI monitor for distcc server/client
|
Summary: GUI monitor for distcc server/client
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
|
|
||||||
%description gui
|
%description gui
|
||||||
distcc is a program to distribute builds of C, C++, Objective C or Objective
|
distcc is a program to distribute builds of C, C++, Objective C or
|
||||||
C++ code across several machines on a network. distcc should always generate
|
Objective C++ code across several machines on a network, thereby
|
||||||
the same results as a local build, is simple to install and use, and is
|
completing the task in less time. distcc should always generate the
|
||||||
usually much faster than a local compile.
|
same results as a local build.
|
||||||
|
|
||||||
%package server
|
%package server
|
||||||
Summary: Server for distributed C/C++ compilation
|
Summary: Server for distributed C/C++ compilation
|
||||||
|
Loading…
Reference in New Issue
Block a user