|
|
@ -8,7 +8,7 @@
|
|
|
|
Name: qwt
|
|
|
|
Name: qwt
|
|
|
|
Summary: Qt Widgets for Technical Applications
|
|
|
|
Summary: Qt Widgets for Technical Applications
|
|
|
|
Version: 6.1.3
|
|
|
|
Version: 6.1.3
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2 with exceptions
|
|
|
|
License: LGPLv2 with exceptions
|
|
|
|
URL: http://qwt.sourceforge.net
|
|
|
|
URL: http://qwt.sourceforge.net
|
|
|
@ -95,7 +95,7 @@ mkdir %{_target_platform}-qt5
|
|
|
|
pushd %{_target_platform}-qt5
|
|
|
|
pushd %{_target_platform}-qt5
|
|
|
|
%{?qmake_qt5}%{?!qmake_qt5:%{_qt5_qmake}} QWT_CONFIG+=QwtPkgConfig ..
|
|
|
|
%{?qmake_qt5}%{?!qmake_qt5:%{_qt5_qmake}} QWT_CONFIG+=QwtPkgConfig ..
|
|
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
%make_build
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
@ -103,7 +103,7 @@ mkdir %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
%{qmake_qt4} QWT_CONFIG+=QwtPkgConfig ..
|
|
|
|
%{qmake_qt4} QWT_CONFIG+=QwtPkgConfig ..
|
|
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
%make_build
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -130,11 +130,10 @@ cp -alf %{buildroot}%{_qt4_docdir}/html/qwt/ \
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc COPYING
|
|
|
|
%license COPYING
|
|
|
|
%doc README
|
|
|
|
%doc README
|
|
|
|
%{_qt4_libdir}/libqwt.so.6*
|
|
|
|
%{_qt4_libdir}/libqwt.so.6*
|
|
|
|
%{?_qt4_plugindir}/designer/libqwt_designer_plugin.so
|
|
|
|
%{?_qt4_plugindir}/designer/libqwt_designer_plugin.so
|
|
|
@ -163,11 +162,10 @@ cp -alf %{buildroot}%{_qt4_docdir}/html/qwt/ \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?qt5}
|
|
|
|
%if 0%{?qt5}
|
|
|
|
%post qt5 -p /sbin/ldconfig
|
|
|
|
%ldconfig_scriptlets qt5
|
|
|
|
%postun qt5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files qt5
|
|
|
|
%files qt5
|
|
|
|
%doc COPYING
|
|
|
|
%license COPYING
|
|
|
|
%doc README
|
|
|
|
%doc README
|
|
|
|
%{_qt5_libdir}/libqwt-qt5.so.6*
|
|
|
|
%{_qt5_libdir}/libqwt-qt5.so.6*
|
|
|
|
%{_qt5_plugindir}/designer/libqwt_designer_plugin.so
|
|
|
|
%{_qt5_plugindir}/designer/libqwt_designer_plugin.so
|
|
|
@ -184,6 +182,9 @@ cp -alf %{buildroot}%{_qt4_docdir}/html/qwt/ \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Mar 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 6.1.3-7
|
|
|
|
|
|
|
|
- use %%make_build %%license %%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.1.3-6
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.1.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|