From af7f6d8c99eadd06a4c1b8070769fd3f7478ac32958276b0293e782b91f9f101 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Thu, 24 Aug 2017 08:40:44 +0000 Subject: [PATCH] Accepting request 518500 from home:jengelh:branches:science - Remove redundant license notices in %description. - RPM group fix. Use find with {} +. OBS-URL: https://build.opensuse.org/request/show/518500 OBS-URL: https://build.opensuse.org/package/show/science/qwtplot3d?expand=0&rev=4 --- qwtplot3d.changes | 6 ++++++ qwtplot3d.spec | 14 +++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/qwtplot3d.changes b/qwtplot3d.changes index 91351bd..f72d78b 100644 --- a/qwtplot3d.changes +++ b/qwtplot3d.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 17 22:01:14 UTC 2017 - jengelh@inai.de + +- Remove redundant license notices in %description. +- RPM group fix. Use find with {} +. + ------------------------------------------------------------------- Mon Mar 25 12:16:03 UTC 2013 - joop.boonen@opensuse.org diff --git a/qwtplot3d.spec b/qwtplot3d.spec index ae9e3eb..0873804 100644 --- a/qwtplot3d.spec +++ b/qwtplot3d.spec @@ -39,17 +39,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description QwtPlot3D is not a program, but a feature-rich Qt/OpenGL-based C++ -programming library. It provides essentially a bunch of 3D-widgets -for programmers. The library is zlib licensed. +programming library. It provides essentially a bunch of 3D widgets +for programmers. %package -n lib%{name}%{soname} Summary: Development tools for programs which uses QwtPlot3D Widget set -Group: Development/Libraries/C and C++ +Group: System/Libraries %description -n lib%{name}%{soname} QwtPlot3D is not a program, but a feature-rich Qt/OpenGL-based C++ -programming library. It provides essentially a bunch of 3D-widgets -for programmers. The library is zlib licensed. +programming library. It provides essentially a bunch of 3D widgets +for programmers. %package devel Summary: Development tools for programs which uses QwtPlot3D Widget set @@ -59,14 +59,14 @@ Requires: qt-devel %description devel QwtPlot3D is a feature-rich Qt/OpenGL-based C++ programming library. -It provides essentially a bunch of 3D-widgets for programmers. +It provides essentially a bunch of 3D widgets for programmers. %prep %setup -q -n qwtplot3d %patch0 -p1 %patch1 -p0 dos2unix COPYING -find examples -type f -exec dos2unix {} \; +find examples -type f -exec dos2unix {} + %build qmake qwtplot3d.pro -o Makefile