SHA256
1
0
forked from pool/qwtplot3d

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
This commit is contained in:
Atri Bhattacharya 2017-08-24 08:40:44 +00:00 committed by Git OBS Bridge
parent c1679dc6a3
commit af7f6d8c99
2 changed files with 13 additions and 7 deletions

View File

@ -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

View File

@ -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