91 lines
2.5 KiB
RPMSpec
91 lines
2.5 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: qt6-qtwebsockets
|
|
Version: 6.2.4
|
|
Release: 1mamba
|
|
Summary: Qt6 web sockets component
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.qt.io/
|
|
Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/submodules/qtwebsockets-everywhere-src-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: qt6-qtbase-devel
|
|
BuildRequires: qt6-qtdeclarative-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: qt6-qtdeclarative-devel = %{version}
|
|
|
|
%description
|
|
Qt6 web sockets component.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n qtwebsockets-everywhere-src-%{version}
|
|
|
|
%build
|
|
%cmake -d build \
|
|
-G Ninja
|
|
|
|
cmake --build .
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
DESTDIR="%{buildroot}" cmake --install build
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libQt6WebSockets.so.*
|
|
%dir %{_libdir}/qml/QtWebSockets
|
|
%{_libdir}/qml/QtWebSockets/*
|
|
%{_libdir}/metatypes/qt6websockets_release_metatypes.json
|
|
%{_datadir}/qt6/modules/WebSockets.json
|
|
%doc LICENSE.*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/qt6/QtWebSockets
|
|
%{_includedir}/qt6/QtWebSockets/*
|
|
%{_libdir}/libQt6WebSockets.prl
|
|
%{_libdir}/libQt6WebSockets.so
|
|
%{_libdir}/qt6/mkspecs/modules/qt_lib_websockets.pri
|
|
%{_libdir}/qt6/mkspecs/modules/qt_lib_websockets_private.pri
|
|
%{_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtWebSocketsTestsConfig.cmake
|
|
%dir %{_libdir}/cmake/Qt6WebSockets
|
|
%{_libdir}/cmake/Qt6WebSockets/Qt6WebSockets*.cmake
|
|
%{_libdir}/cmake/Qt6Qml/QmlPlugins/Qt6qmlwebsockets*.cmake
|
|
%doc README.md
|
|
|
|
%changelog
|
|
* Mon Mar 21 2022 Automatic Build System <autodist@mambasoft.it> 6.2.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2.3-1mamba
|
|
- update to 6.2.3
|
|
|
|
* Sat Nov 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-2mamba
|
|
- bump release
|
|
|
|
* Sat Nov 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-1mamba
|
|
- package created using the webbuild interface
|