qt5-qtsensors/qt5-qtsensors.spec

92 lines
2.5 KiB
RPMSpec

%define majver %(echo %version | cut -d. -f1-2)
Name: qt5-qtsensors
Version: 5.15.2
Release: 2mamba
Summary: Qt5 sensors components
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/%{version}/%{version}/submodules/qtsensors-everywhere-src-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libglvnd-devel
BuildRequires: libstdc++6-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel
## AUTOBUILDREQ-END
%description
Qt5 sensors components.
%package -n libQt5Sensors
Group: System/Libraries
Summary: Shared libraries for %{name}
%description -n libQt5Sensors
This package contains shared libraries for %{name}.
%package -n libQt5Sensors-devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: libQt5Sensors = %{?epoch:%epoch:}%{version}-%{release}
Requires: pkg-config
%description -n libQt5Sensors-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q -n qtsensors-everywhere-src-%{version}
%build
%_qt5_qmake
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall INSTALL_ROOT=%{buildroot} STRIP=/bin/true
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n libQt5Sensors -p /sbin/ldconfig
%postun -n libQt5Sensors -p /sbin/ldconfig
%files -n libQt5Sensors
%defattr(-,root,root)
%{_libdir}/libQt5Sensors.so.*
%dir %{_libdir}/qt5/plugins/sensorgestures
%{_libdir}/qt5/plugins/sensorgestures/libqtsensorgestures*.so
%dir %{_libdir}/qt5/plugins/sensors
%{_libdir}/qt5/plugins/sensors/libqtsensors_*.so
%dir %{_libdir}/qt5/qml/QtSensors
%{_libdir}/qt5/qml/QtSensors/*
%doc LICENSE.*
%files -n libQt5Sensors-devel
%defattr(-,root,root)
%dir %{_includedir}/qt5/QtSensors
%{_includedir}/qt5/QtSensors/*
%{_libdir}/libQt5Sensors.la
%{_libdir}/libQt5Sensors.prl
%{_libdir}/libQt5Sensors.so
%{_libdir}/qt5/mkspecs/modules/qt_lib_sensors*.pri
%dir %{_libdir}/cmake/Qt5Sensors
%{_libdir}/cmake/Qt5Sensors/Qt5Sensors*.cmake
%{_libdir}/pkgconfig/Qt5Sensors.pc
%changelog
* 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