Accepting request 448116 from KDE:Qt5
Update to 5.7.1 OBS-URL: https://build.opensuse.org/request/show/448116 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtdatavis3d?expand=0&rev=1
This commit is contained in:
commit
f81d7e2f19
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
18
libqt5-qtdatavis3d.changes
Normal file
18
libqt5-qtdatavis3d.changes
Normal file
@ -0,0 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 28 23:11:07 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- RPM group fixup and summary improvement.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 14 16:05:46 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.7.1
|
||||
* For more details please see:
|
||||
https://blog.qt.io/blog/2016/12/14/qt-5-7-1-released/
|
||||
and https://www.qt.io/qt5-7/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 04:46:56 UTC 2016 - termim@gmail.com
|
||||
|
||||
- initial checkin
|
||||
|
173
libqt5-qtdatavis3d.spec
Normal file
173
libqt5-qtdatavis3d.spec
Normal file
@ -0,0 +1,173 @@
|
||||
#
|
||||
# spec file for package libqt5-qtdatavis3d
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define qt5_snapshot 0
|
||||
|
||||
%define libname libQt5DataVisualization5
|
||||
|
||||
Name: libqt5-qtdatavis3d
|
||||
Version: 5.7.1
|
||||
Release: 0
|
||||
Summary: Qt5 Data Visualization 3D
|
||||
License: GPL-3.0
|
||||
Group: Development/Libraries/X11
|
||||
Url: http://doc.qt.io/qt-5/qtdatavisualization-index.html
|
||||
%define base_name libqt5
|
||||
%define real_version 5.7.1
|
||||
%define so_version 5.7.1
|
||||
%define tar_version qtdatavis3d-opensource-src-%{real_version}
|
||||
Source: %{tar_version}.tar.xz
|
||||
BuildRequires: libqt5-qtdeclarative-devel >= %{version}
|
||||
BuildRequires: fdupes
|
||||
|
||||
%if %qt5_snapshot
|
||||
#to create the forwarding headers
|
||||
BuildRequires: perl
|
||||
%endif
|
||||
BuildRequires: xz
|
||||
%requires_ge libQtQuick5
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Qt5 Data Visualization module provides a way to visualize data in 3D.
|
||||
|
||||
* Multiple data visualization options: 3D Bars, 3D Scatter, and 3D Surface
|
||||
* 2D slice views of the 3D data
|
||||
* Interactive data: rotate, zoom, and highlight data using mouse or touch
|
||||
* Uses OpenGL for rendering the data
|
||||
* QML2 support
|
||||
* Customizable axes for data
|
||||
- Control viewable data window with axis ranges
|
||||
- Customize value axis grid lines and labels with axis formatters
|
||||
- Polar horizontal axes support for surface and scatter graphs
|
||||
* Customizable input handling
|
||||
* Customizable themes
|
||||
* Custom items and labels can be added to any graph
|
||||
* Ready-made data proxies to visualize data from Qt item models and height maps
|
||||
* Perspective and orthographic projections
|
||||
* Volumetric custom items
|
||||
|
||||
%prep
|
||||
%setup -q -n qtdatavis3d-opensource-src-%{real_version}
|
||||
|
||||
%package -n %libname
|
||||
Summary: Qt5 Data Visualization module
|
||||
Group: System/Libraries
|
||||
Requires: %{name}
|
||||
%requires_ge libQt5Core5
|
||||
|
||||
%description -n %libname
|
||||
Qt Data Visualization module provides a way to visualize data in 3D.
|
||||
|
||||
This package contains a shared library for the QtDataVisualization.
|
||||
|
||||
%package -n %{libname}-devel
|
||||
Summary: Development files for the Qt5 Data Visualization module
|
||||
Group: Development/Libraries/X11
|
||||
Requires: %{libname} = %{version}
|
||||
|
||||
%description -n %{libname}-devel
|
||||
This package provides header files and shared libraries for development with
|
||||
Qt Data Visualization.
|
||||
|
||||
%package examples
|
||||
Summary: Examples for the Qt5 Data Visualization module
|
||||
Group: Development/Libraries/X11
|
||||
Requires: %{name} = %{version}
|
||||
Recommends: %{name}-devel
|
||||
|
||||
%description examples
|
||||
This package provides examples for Qt 5 Data Visualization module.
|
||||
|
||||
%package imports
|
||||
Summary: QML imports for the Qt5 Data Visualization module
|
||||
Group: Development/Libraries/X11
|
||||
Requires: %{name} = %{version}
|
||||
Supplements: packageand(%{libname}:libDataVisualization5)
|
||||
%requires_ge libDataVisualization5
|
||||
|
||||
%description imports
|
||||
This package contains QML import files for Qt5 Data Visualization module.
|
||||
|
||||
%package docs
|
||||
Summary: Documentation for the Qt5 Data Visualization module
|
||||
Group: Documentation/HTML
|
||||
Requires: %{name} = %{version}
|
||||
Recommends: %{name}-devel
|
||||
BuildRequires: libqt5-qttools
|
||||
BuildRequires: libqt5-qttools-doc
|
||||
BuildArch: noarch
|
||||
|
||||
%description docs
|
||||
Documentation for the Qt 5 Data Visualization module.
|
||||
|
||||
%post -n %libname -p /sbin/ldconfig
|
||||
|
||||
%postun -n %libname -p /sbin/ldconfig
|
||||
|
||||
%build
|
||||
%if %qt5_snapshot
|
||||
#force the configure script to generate the forwarding headers (it checks whether .git directory exists)
|
||||
mkdir .git
|
||||
%endif
|
||||
%qmake5
|
||||
%make_jobs
|
||||
make docs
|
||||
|
||||
%install
|
||||
%qmake5_install
|
||||
mkdir -p $RPM_BUILD_ROOT%{_libqt5_docdir}
|
||||
make install_docs INSTALL_ROOT=%{buildroot}
|
||||
%fdupes %{buildroot}/%{_libqt5_examplesdir}
|
||||
|
||||
# kill .la files
|
||||
rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,755)
|
||||
%doc LICENSE.*
|
||||
|
||||
%files -n %libname
|
||||
%defattr(-,root,root,755)
|
||||
%{_libqt5_libdir}/libQt5DataVisualization.so.*
|
||||
|
||||
%files -n %{libname}-devel
|
||||
%defattr(-,root,root,755)
|
||||
%{_libqt5_libdir}/libQt5DataVisualization.so
|
||||
%{_libqt5_libdir}/libQt5DataVisualization.prl
|
||||
%{_libqt5_libdir}/cmake/Qt5DataVisualization/
|
||||
%{_libqt5_libdir}/pkgconfig/Qt5DataVisualization.pc
|
||||
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_datavisualization.pri
|
||||
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_datavisualization_private.pri
|
||||
%{_libqt5_includedir}/QtDataVisualization/
|
||||
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
||||
|
||||
%files examples
|
||||
%defattr(-,root,root,755)
|
||||
%{_libqt5_examplesdir}/
|
||||
|
||||
%files imports
|
||||
%defattr(-,root,root,755)
|
||||
%{_libqt5_archdatadir}/qml/*/
|
||||
|
||||
%files docs
|
||||
%defattr(-,root,root,755)
|
||||
%{_libqt5_docdir}
|
||||
|
||||
%changelog
|
3
qtdatavis3d-opensource-src-5.7.1.tar.xz
Normal file
3
qtdatavis3d-opensource-src-5.7.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bff85dcdeed98ad8f0e191f77e7c0e9d57af719c51791044b9c15e939b800f8
|
||||
size 5155740
|
Loading…
Reference in New Issue
Block a user