diff --git a/openscad.changes b/openscad.changes index 17ff331..06da02e 100644 --- a/openscad.changes +++ b/openscad.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 27 11:25:47 UTC 2017 - jengelh@inai.de + +- Remove useless %clean section +- Trim description + ------------------------------------------------------------------- Sun Jan 15 15:02:33 UTC 2017 - herbert@graeber-clan.de diff --git a/openscad.spec b/openscad.spec index fb39274..439759f 100644 --- a/openscad.spec +++ b/openscad.spec @@ -54,14 +54,10 @@ BuildRequires: qscintilla-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -OpenSCAD is a software for creating solid 3D CAD objects. -Unlike most free software for creating 3D models it does -not focus on the artistic aspects of 3D modelling but -instead on the CAD aspects. Thus it might be the application -you are looking for when you are planning to create 3D models -of machine parts but pretty sure is not what you are looking -for when you are more interested in creating computer-animated -movies. +OpenSCAD is a software for creating solid 3D CAD objects. It does not +focus on the artistic aspects of 3D modelling and does not target the +creation of, say, computer-animated movies, but instead on the CAD +aspects, e.g. modelling of machine parts. %prep %setup -q -n %{name}-%{version}-2 @@ -81,9 +77,6 @@ make INSTALL_ROOT=%{buildroot} install install -D -m 0644 doc/openscad.1 %{buildroot}%{_mandir}/man1/openscad.1 %find_lang %{name} -%clean -rm -rf %{buildroot} - %files -f %{name}.lang %defattr(-,root,root) %doc COPYING README.md RELEASE_NOTES doc/*.pdf