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:
parent
c1679dc6a3
commit
af7f6d8c99
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user