rebuilt with qt6 subpackages [release 0.6.0-2mamba;Mon Feb 05 2024]
This commit is contained in:
parent
0fc0bc85c4
commit
415782bec1
@ -1,6 +1,6 @@
|
|||||||
Name: libqaccessibilityclient
|
Name: libqaccessibilityclient
|
||||||
Version: 0.6.0
|
Version: 0.6.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Library used when writing accessibility clients such as screen readers
|
Summary: Library used when writing accessibility clients such as screen readers
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,8 +12,10 @@ License: LGPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt6-qtbase-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
|
||||||
@ -36,6 +38,21 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description tools
|
%description tools
|
||||||
This package contains utility applications for %{name}.
|
This package contains utility applications for %{name}.
|
||||||
|
|
||||||
|
%package qt6
|
||||||
|
Group: System/Libraries
|
||||||
|
Summary: Library used when writing accessibility clients such as screen readers
|
||||||
|
|
||||||
|
%description qt6
|
||||||
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
%package qt6-devel
|
||||||
|
Group: Development/Libraries
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: %{name}-qt6 = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description qt6-devel
|
||||||
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -45,8 +62,16 @@ This package contains utility applications for %{name}.
|
|||||||
%cmake -d build
|
%cmake -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
%cmake -d build-qt6 \
|
||||||
|
-DQT_MAJOR_VERSION=6
|
||||||
|
|
||||||
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall -C build-qt6
|
||||||
|
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -58,6 +83,7 @@ This package contains utility applications for %{name}.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libqaccessibilityclient-qt5.so.*
|
%{_libdir}/libqaccessibilityclient-qt5.so.*
|
||||||
|
%{_datadir}/qlogging-categories5/libqaccessibilityclient.categories
|
||||||
%doc AUTHORS LICENSES
|
%doc AUTHORS LICENSES
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -73,9 +99,25 @@ This package contains utility applications for %{name}.
|
|||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/dumper
|
%{_bindir}/dumper
|
||||||
%{_datadir}/qlogging-categories5/libqaccessibilityclient.categories
|
|
||||||
|
%files qt6
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libqaccessibilityclient-qt6.so.*
|
||||||
|
%{_datadir}/qlogging-categories6/libqaccessibilityclient.categories
|
||||||
|
%doc AUTHORS LICENSES
|
||||||
|
|
||||||
|
%files qt6-devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/QAccessibilityClient6/qaccessibilityclient
|
||||||
|
%{_includedir}/QAccessibilityClient6/qaccessibilityclient/*
|
||||||
|
%{_libdir}/libqaccessibilityclient-qt6.so
|
||||||
|
%dir %{_libdir}/cmake/QAccessibilityClient6
|
||||||
|
%{_libdir}/cmake/QAccessibilityClient6/QAccessibility*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.0-2mamba
|
||||||
|
- rebuilt with qt6 subpackages
|
||||||
|
|
||||||
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user