update to 6.2.2 [release 6.2.2-1mamba;Fri Dec 31 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 17:14:44 +01:00
parent 87ea3f60f6
commit bf2a80445e
2 changed files with 95 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# qt6-qtsvg
Qt6 SVG components.

93
qt6-qtsvg.spec Normal file
View File

@ -0,0 +1,93 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: qt6-qtsvg
Version: 6.2.2
Release: 1mamba
Summary: Qt6 SVG 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/%{majver}/%{version}/submodules/qtsvg-everywhere-src-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libglvnd-devel
BuildRequires: libstdc++6-devel
BuildRequires: libxkbcommon-devel
BuildRequires: libz-devel
BuildRequires: qt6-qtbase-devel
## AUTOBUILDREQ-END
%description
Qt6 SVG components.
%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 qtsvg-everywhere-src-%{version}
%build
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/libQt6Svg.so.*
%{_libdir}/libQt6SvgWidgets.so.*
%{_libdir}/qt6/plugins/iconengines/libqsvgicon.so
%{_libdir}/qt6/plugins/imageformats/libqsvg.so
%doc LICENSE.*
%files devel
%defattr(-,root,root)
%dir %{_includedir}/qt6/QtSvg
%{_includedir}/qt6/QtSvg/*
%dir %{_includedir}/qt6/QtSvgWidgets
%{_includedir}/qt6/QtSvgWidgets/*
%{_datadir}/qt6/modules/Svg.json
%{_datadir}/qt6/modules/SvgWidgets.json
%{_libdir}/libQt6SvgWidgets.prl
%{_libdir}/libQt6SvgWidgets.so
%{_libdir}/libQt6Svg.prl
%{_libdir}/libQt6Svg.so
%{_libdir}/metatypes/qt6svg*.json
%{_libdir}/qt6/mkspecs/modules/qt_lib_svg*.pri
%{_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtSvgTestsConfig.cmake
%dir %{_libdir}/cmake/Qt6Gui
%{_libdir}/cmake/Qt6Gui/Qt6QSvg*.cmake
%dir %{_libdir}/cmake/Qt6Svg
%{_libdir}/cmake/Qt6Svg/Qt6Svg*.cmake
%dir %{_libdir}/cmake/Qt6SvgWidgets
%{_libdir}/cmake/Qt6SvgWidgets/*
%changelog
* Fri Dec 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2.2-1mamba
- update to 6.2.2
* Fri Nov 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-2mamba
- bump release to allow update from monolithic release
* Fri Nov 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-1mamba
- package created using the webbuild interface