Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37524525
en ru br
ALT Linux repos
S:6.1.5-alt1

Group :: System/Libraries
RPM: libqwt6-qt5

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname libqwt
%define ver_major 6.1
Name: %{oname}6-qt5
Version: %ver_major.5
Release: alt1

Summary: 2D plotting widget extension to the Qt5 GUI

License: LGPL
Group: System/Libraries
Url: http://sourceforge.net/projects/qwt

# https://qwt.svn.sourceforge.net/svnroot/qwt/trunk/qwt

Source: http://sourceforge.net/projects/qwt/files/qwt/%version/qwt-%version.tar.bz2
#Source: qwt-%version.tar
Patch0: qwt-6.1.1-pkgconfig.patch
Patch1: qwt-6.1.5-qt_install_paths.patch
Patch2: qwt-6.1.3-no_rpath.patch
Patch3: qwt-qt5.patch

#Provides: %oname = %version-%release

BuildRequires(pre): rpm-macros-qt5
BuildRequires: gcc-c++
BuildRequires: qt5-base-devel
BuildRequires: qt5-svg-devel
BuildRequires: libXext-devel doxygen graphviz
BuildRequires: chrpath

%description
Qwt is an extension to the Qt GUI library from Troll Tech AS.
The Qwt library contains widgets and components which are
primarily useful for technical and scientifical purposes.
It includes a 2-D plotting widget, different kinds of sliders,
and much more.

Package build with Qt5.

%package devel
Summary: Development tools for programs which uses Qwt Widget set
Group: Development/C
#Provides: %oname-devel = %version-%release
Requires: %name = %version-%release

%description devel
The libqwt-devel package contains the header files and libraries
necessary for developing programs using the Qwt Widget set

If you want to develop programs which will use this set of widgets,
you should install this package. You need also to install the libqwt package.

Package build with Qt5.

%prep
%setup -n qwt-%version
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

find . -type f -name '*.pro' |while read f; do
echo 'QMAKE_CXXFLAGS += %optflags' >> $f
done

%build
%qmake_qt5 QWT_CONFIG+=QwtMathML QWT_CONFIG+=QwtPkgConfig CONFIG+=nostrip
%make_build

%install
%make_install install INSTALL_ROOT=%buildroot
rm -fr %buildroot%_datadir/qt5/doc
rm -fr %buildroot%_datadir/qt5/features

%files
%doc README COPYING
%_libdir/libqwt-qt5.so.*
%_libdir/libqwtmathml-qt5.so.*

%files devel
%_includedir/qt5/qwt
%_libdir/libqwt-qt5.so
%_libdir/libqwtmathml-qt5.so
%_libdir/pkgconfig/*.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin