Accepting request 676518 from home:jengelh:branches:science

- Generalize description, and strip info that is already in
  the metadata.

OBS-URL: https://build.opensuse.org/request/show/676518
OBS-URL: https://build.opensuse.org/package/show/science/FreeCAD?expand=0&rev=64
This commit is contained in:
Adrian Schröter 2019-02-22 09:29:05 +00:00 committed by Git OBS Bridge
parent 16db00c50e
commit 05c299e3de
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 15 09:48:24 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Generalize description, and strip info that is already in
the metadata.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 14 23:21:01 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de> Thu Feb 14 23:21:01 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -145,10 +145,9 @@ Recommends: ccx
%description %description
FreeCAD is a parametric 3D modeler made primarily to design real-life objects FreeCAD is a parametric 3D modeler made primarily to design real-life objects
of any size. Parametric modeling allows you to easily modify your design by of any size. Parametric modeling allows modifying designs by
going back into your model history and changing its parameters. FreeCAD is going back into the model history and changing its parameters. FreeCAD is
open-source and highly customizable, scriptable and extensible. customizable and scriptable.
%package devel %package devel
Summary: Development Files for %{name} Summary: Development Files for %{name}
@ -235,7 +234,7 @@ make VERBOSE=1 %{?_smp_mflags} all || make VERBOSE=1 all
%install %install
pushd build pushd build
nice make VERBOSE=1 %{?_smp_mflags} install DESTDIR=%{buildroot} nice %make_install VERBOSE=1 %{?_smp_mflags}
popd popd
# pushd build_doc # pushd build_doc