6.1.1
This commit is contained in:
parent
c8d5d95067
commit
3eefe7b351
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/qtscxml-everywhere-src-6.1.1.tar.xz
|
98
qt6-qtscxml.spec
Normal file
98
qt6-qtscxml.spec
Normal file
@ -0,0 +1,98 @@
|
||||
%global qt_module qtscxml
|
||||
|
||||
Summary: Qt6 - ScXml component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.1.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
Url: http://www.qt.io
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||
|
||||
BuildRequires: qt6-qtbase-devel >= %{version}
|
||||
BuildRequires: qt6-qtbase-private-devel
|
||||
%{?_qt6:Requires: %{_qt6}%{?_isa} = %{_qt6_version}}
|
||||
BuildRequires: qt6-qtdeclarative-devel >= %{version}
|
||||
|
||||
%description
|
||||
The Qt SCXML module provides functionality to create state machines from SCXML files.
|
||||
This includes both dynamically creating state machines loading the SCXML file and instantiating states and transitions)
|
||||
and generating a C++ file that has a class implementing the state machine.
|
||||
It also contains functionality to support data models and executable content.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: qt6-qtbase-devel%{?_isa}
|
||||
Requires: qt6-qtdeclarative-devel%{?_isa}
|
||||
%description devel
|
||||
%{summary}.
|
||||
|
||||
%package examples
|
||||
Summary: Programming examples for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%description examples
|
||||
%{summary}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{qt_module}-everywhere-src-%{version} -p1
|
||||
|
||||
|
||||
%build
|
||||
%cmake_qt6
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSE.*
|
||||
%{_qt6_libdir}/libQt6Scxml.so.6*
|
||||
%{_qt6_libdir}/libQt6ScxmlQml.so.6*
|
||||
%{_qt6_libdir}/libQt6StateMachineQml.so.6*
|
||||
%{_qt6_libdir}/libQt6StateMachine.so.6*
|
||||
%{_qt6_bindir}/qscxmlc
|
||||
%{_qt6_qmldir}/QtScxml/
|
||||
%{_qt6_qmldir}/QtQml/
|
||||
|
||||
%{_qt6_plugindir}/scxmldatamodel/libqscxmlecmascriptdatamodel.so
|
||||
|
||||
%files devel
|
||||
%{_qt6_headerdir}/QtScxml/
|
||||
%{_qt6_headerdir}/QtScxmlQml/
|
||||
%{_qt6_headerdir}/QtStateMachineQml
|
||||
%{_qt6_headerdir}/QtStateMachine/
|
||||
%{_qt6_libdir}/libQt6Scxml.so
|
||||
%{_qt6_libdir}/libQt6Scxml.prl
|
||||
%{_qt6_libdir}/libQt6ScxmlQml.prl
|
||||
%{_qt6_libdir}/libQt6ScxmlQml.so
|
||||
%{_qt6_libdir}/libQt6StateMachine.prl
|
||||
%{_qt6_libdir}/libQt6StateMachine.so
|
||||
%{_qt6_libdir}/libQt6StateMachineQml.prl
|
||||
%{_qt6_libdir}/libQt6StateMachineQml.so
|
||||
%{_qt6_libdir}/cmake/Qt6Scxml
|
||||
%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtScxmlTestsConfig.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6Qml/QmlPlugins/*.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6ScxmlQml/*.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6ScxmlTools/*.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6StateMachine/*.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6StateMachineQml/*.cmake
|
||||
%{_qt6_archdatadir}/mkspecs/features/qscxmlc.prf
|
||||
%{_qt6_archdatadir}/mkspecs/modules/*
|
||||
%{_qt6_datadir}/modules/*.json
|
||||
%{_qt6_libdir}/metatypes/qt6*_metatypes.json
|
||||
|
||||
%if 0%{?_qt6_examplesdir:1}
|
||||
%files examples
|
||||
%{_qt6_examplesdir}/
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 11 2021 Jan Grulich <jgrulich@redhat.com> - 6.1.1
|
||||
- 6.1.1
|
Loading…
Reference in New Issue
Block a user