2024-01-06 05:31:57 +01:00
|
|
|
Name: libqwt
|
2024-05-10 13:43:24 +02:00
|
|
|
Version: 6.3.0
|
2024-01-06 05:31:57 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Qt Widgets for Technical Applications
|
2024-01-06 05:31:57 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 05:31:59 +01:00
|
|
|
URL: https://qwt.sourceforge.io/
|
2024-01-06 05:31:57 +01:00
|
|
|
Source: http://downloads.sourceforge.net/project/qwt/qwt/%{version}/qwt-%{version}.tar.bz2
|
2024-01-06 05:31:57 +01:00
|
|
|
Source1: qwtconfig-openmamba.pri
|
|
|
|
Patch1: libqwt-6.0.2-install_qt.patch
|
|
|
|
Patch2: libqwt-6.0.2-project_error.patch
|
2024-01-06 05:31:57 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-05-10 13:43:24 +02:00
|
|
|
BuildRequires: libQt5Svg-devel
|
2024-01-06 05:31:57 +01:00
|
|
|
BuildRequires: libgcc
|
2024-01-06 05:31:59 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
2024-01-06 05:31:57 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-05-10 13:43:24 +02:00
|
|
|
BuildRequires: qt5-qtbase-devel
|
2024-01-06 05:31:57 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
2024-01-06 05:31:57 +01:00
|
|
|
The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background.
|
|
|
|
Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double.
|
2024-01-06 05:31:57 +01:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
2024-01-06 05:31:57 +01:00
|
|
|
Summary: Development files for %{name}
|
2024-01-06 05:31:57 +01:00
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 05:31:57 +01:00
|
|
|
Requires: pkg-config
|
2024-01-06 05:31:57 +01:00
|
|
|
|
|
|
|
%description devel
|
2024-01-06 05:31:57 +01:00
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
2024-01-06 05:31:57 +01:00
|
|
|
|
2024-01-06 05:31:57 +01:00
|
|
|
%package apidocs
|
|
|
|
Group: Documentation
|
|
|
|
Summary: API documentation for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description apidocs
|
|
|
|
API documentation for %{name}.
|
2024-01-06 05:31:57 +01:00
|
|
|
|
2024-01-06 05:31:59 +01:00
|
|
|
#% debug_package
|
|
|
|
|
2024-01-06 05:31:57 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n qwt-%{version}
|
2024-01-06 05:31:57 +01:00
|
|
|
cp %{SOURCE1} qwtconfig.pri
|
|
|
|
sed -i "s|%LIB%|%{_lib}|" qwtconfig.pri
|
2024-01-06 05:31:57 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 05:31:59 +01:00
|
|
|
%_qt5_qmake \
|
2024-01-06 05:31:57 +01:00
|
|
|
CONFIG+=install-qt
|
|
|
|
|
2024-01-06 05:31:57 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 05:31:57 +01:00
|
|
|
%makeinstall \
|
|
|
|
INSTALL_ROOT=%{buildroot}
|
2024-01-06 05:31:57 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-06 05:31:57 +01:00
|
|
|
%post -p /sbin/ldconfig
|
2024-01-06 05:31:57 +01:00
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libqwt.so.*
|
2024-01-06 05:31:57 +01:00
|
|
|
%doc COPYING
|
2024-01-06 05:31:57 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 05:31:57 +01:00
|
|
|
%dir %{_includedir}/qwt
|
2024-01-06 05:31:59 +01:00
|
|
|
%{_includedir}/qwt/*
|
2024-01-06 05:31:57 +01:00
|
|
|
%{_libdir}/libqwt.so
|
2024-01-06 05:31:57 +01:00
|
|
|
#%{_mandir}/man3/*
|
|
|
|
%doc README
|
|
|
|
|
|
|
|
%files apidocs
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_docdir}/qwt
|
|
|
|
%{_docdir}/qwt/*
|
2024-01-06 05:31:57 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-05-10 13:43:24 +02:00
|
|
|
* Thu May 09 2024 Automatic Build System <autodist@openmamba.org> 6.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:31:59 +01:00
|
|
|
* Thu Jul 29 2021 Automatic Build System <autodist@mambasoft.it> 6.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:31:57 +01:00
|
|
|
* Wed Jan 06 2021 Automatic Build System <autodist@mambasoft.it> 6.1.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:31:57 +01:00
|
|
|
* Sat Jun 06 2020 Automatic Build System <autodist@mambasoft.it> 6.1.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:31:57 +01:00
|
|
|
* Mon Mar 25 2019 Automatic Build System <autodist@mambasoft.it> 6.1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Nov 07 2016 Automatic Build System <autodist@mambasoft.it> 6.1.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Dec 27 2015 Automatic Build System <autodist@mambasoft.it> 6.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jan 11 2013 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 6.0.2-1mamba
|
|
|
|
- update to 6.0.2
|
|
|
|
|
2024-01-06 05:31:57 +01:00
|
|
|
* Mon Aug 23 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.1-2mamba
|
|
|
|
- enable build of QwtSVGItem as required by kdebindings 4.5.0
|
|
|
|
|
|
|
|
* Sun Aug 22 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.1-1mamba
|
2024-01-06 05:31:57 +01:00
|
|
|
- package created by autospec
|