Accepting request 659994 from KDE:Qt5
- Use %license - Remove empty libqt5-qtdatavis3d package - Update to 5.12.0: * New feature release * For more details please see: * http://code.qt.io/cgit/qt/qtdatavis3d.git/plain/dist/changes-5.12.0/?h=v5.12.0 - Update to 5.12.0-rc2: * New bugfix release * Only important bugfixes - Changelog for Qt 5.12.0: * http://code.qt.io/cgit/qt/qtdatavis3d.git/plain/dist/changes-5.12.0/?h=5.12.0 - Update to 5.12.0-rc: * New bugfix release * No changelog available - Update to 5.12.0-beta4: * New bugfix release * No changelog available - Update to 5.12.0-beta3: * New bugfix release * No changelog available - Update to 5.12.0-beta2: * New bugfix release * No changelog available OBS-URL: https://build.opensuse.org/request/show/659994 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtdatavis3d?expand=0&rev=10
This commit is contained in:
parent
7411f5741a
commit
87640b14a8
@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 19 11:49:53 UTC 2018 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Use %license
|
||||
- Remove empty libqt5-qtdatavis3d package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 13:35:25 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0:
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* http://code.qt.io/cgit/qt/qtdatavis3d.git/plain/dist/changes-5.12.0/?h=v5.12.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 3 08:16:23 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0-rc2:
|
||||
* New bugfix release
|
||||
* Only important bugfixes
|
||||
- Changelog for Qt 5.12.0:
|
||||
* http://code.qt.io/cgit/qt/qtdatavis3d.git/plain/dist/changes-5.12.0/?h=5.12.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 22 13:38:55 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0-rc:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 15:24:27 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0-beta4:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 26 07:20:22 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0-beta3:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 17 08:22:29 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0-beta2:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 5 18:55:54 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0-beta1:
|
||||
* New bugfix release
|
||||
* No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 07:33:18 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.0-alpha:
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* http://wiki.qt.io/New_Features_in_Qt_5.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 21 07:58:49 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -21,17 +21,17 @@
|
||||
%define libname libQt5DataVisualization5
|
||||
|
||||
Name: libqt5-qtdatavis3d
|
||||
Version: 5.11.2
|
||||
Version: 5.12.0
|
||||
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.11.2
|
||||
%define so_version 5.11.2
|
||||
%define tar_version qtdatavis3d-everywhere-src-5.11.2
|
||||
Source: https://download.qt.io/official_releases/qt/5.11/%{real_version}/submodules/%{tar_version}.tar.xz
|
||||
%define real_version 5.12.0
|
||||
%define so_version 5.12.0
|
||||
%define tar_version qtdatavis3d-everywhere-src-5.12.0
|
||||
Source: https://download.qt.io/official_releases/qt/5.12/%{real_version}/submodules/%{tar_version}.tar.xz
|
||||
BuildRequires: libqt5-qtdeclarative-devel >= %{version}
|
||||
BuildRequires: fdupes
|
||||
|
||||
@ -42,8 +42,6 @@ BuildRequires: perl
|
||||
BuildRequires: xz
|
||||
%requires_ge libQtQuick5
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Qt5 Data Visualization module provides a way to visualize data in 3D.
|
||||
|
||||
@ -64,12 +62,11 @@ Qt5 Data Visualization module provides a way to visualize data in 3D.
|
||||
* Volumetric custom items
|
||||
|
||||
%prep
|
||||
%setup -q -n %{tar_version}
|
||||
%setup -q -n qtdatavis3d-everywhere-src-%{real_version}
|
||||
|
||||
%package -n %libname
|
||||
Summary: Qt5 Data Visualization module
|
||||
Group: System/Libraries
|
||||
Requires: %{name}
|
||||
%requires_ge libQt5Core5
|
||||
|
||||
%description -n %libname
|
||||
@ -89,8 +86,7 @@ Qt Data Visualization.
|
||||
%package examples
|
||||
Summary: Examples for the Qt5 Data Visualization module
|
||||
Group: Development/Libraries/X11
|
||||
Requires: %{name} = %{version}
|
||||
Recommends: %{name}-devel
|
||||
Recommends: %{libname}-devel
|
||||
|
||||
%description examples
|
||||
This package provides examples for Qt 5 Data Visualization module.
|
||||
@ -98,7 +94,6 @@ 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
|
||||
|
||||
@ -124,16 +119,11 @@ mkdir .git
|
||||
# kill .la files
|
||||
rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,755)
|
||||
%doc LICENSE.*
|
||||
|
||||
%files -n %libname
|
||||
%defattr(-,root,root,755)
|
||||
%license LICENSE.*
|
||||
%{_libqt5_libdir}/libQt5DataVisualization.so.*
|
||||
|
||||
%files -n %{libname}-devel
|
||||
%defattr(-,root,root,755)
|
||||
%{_libqt5_libdir}/libQt5DataVisualization.so
|
||||
%{_libqt5_libdir}/libQt5DataVisualization.prl
|
||||
%{_libqt5_libdir}/cmake/Qt5DataVisualization/
|
||||
@ -144,11 +134,10 @@ rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
||||
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
||||
|
||||
%files examples
|
||||
%defattr(-,root,root,755)
|
||||
%license examples/datavisualization/texturesurface/license.txt
|
||||
%{_libqt5_examplesdir}/
|
||||
|
||||
%files imports
|
||||
%defattr(-,root,root,755)
|
||||
%{_libqt5_archdatadir}/qml/*/
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67b499d2aa3cfb9cca33c08d89623d997ed92de5307745b6a2b2c3be61deff16
|
||||
size 5196328
|
3
qtdatavis3d-everywhere-src-5.12.0.tar.xz
Normal file
3
qtdatavis3d-everywhere-src-5.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4eda7e352b5d7d58a19611f76a906e952f6a86451740a80a3759b8871090f433
|
||||
size 5201308
|
Loading…
Reference in New Issue
Block a user