fix
This commit is contained in:
@@ -48,7 +48,7 @@ BuildRequires: pkgconfig(libxml-2.0)
|
|||||||
BuildRequires: pkgconfig(expat)
|
BuildRequires: pkgconfig(expat)
|
||||||
BuildRequires: pkgconfig(libffi)
|
BuildRequires: pkgconfig(libffi)
|
||||||
BuildRequires: pkgconfig(Qt6Qml)
|
BuildRequires: pkgconfig(Qt6Qml)
|
||||||
BuildRequires: libxcb-util1
|
BuildRequires: xcb-util
|
||||||
BuildRequires: libxml2
|
BuildRequires: libxml2
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
|
|
||||||
@@ -69,7 +69,7 @@ QML Bindings for KWindowSystem.
|
|||||||
Summary: KDE Access to window manager: Build Environment
|
Summary: KDE Access to window manager: Build Environment
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: cmake(Qt6Gui) >= 6.8.0
|
Requires: cmake(Qt6Gui) >= 6.8.0
|
||||||
Requires: libxcb-util1
|
Requires: xcb-util
|
||||||
Requires: pkgconfig(x11)
|
Requires: pkgconfig(x11)
|
||||||
Requires: pkgconfig(xcb)
|
Requires: pkgconfig(xcb)
|
||||||
|
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ BuildRequires: pkgconfig(sqlite3)
|
|||||||
BuildRequires: unixODBC-devel
|
BuildRequires: unixODBC-devel
|
||||||
%if %{with xcb}
|
%if %{with xcb}
|
||||||
BuildRequires: pkgconfig(xcb-glx)
|
BuildRequires: pkgconfig(xcb-glx)
|
||||||
BuildRequires: libxcb-util1
|
BuildRequires: xcb-util
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(x11-xcb)
|
BuildRequires: pkgconfig(x11-xcb)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
@@ -204,7 +204,7 @@ Static library files for Qt6.
|
|||||||
%package gui
|
%package gui
|
||||||
Summary: Qt6 GUI-related libraries
|
Summary: Qt6 GUI-related libraries
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: libxcb-util1
|
Requires: xcb-util
|
||||||
Conflicts: xcb-util
|
Conflicts: xcb-util
|
||||||
Requires: libxcb-image0
|
Requires: libxcb-image0
|
||||||
Conflicts: xcb-util-image
|
Conflicts: xcb-util-image
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ BuildRequires: automake
|
|||||||
BuildRequires: gperf
|
BuildRequires: gperf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: libxcb-util1
|
BuildRequires: xcb-util
|
||||||
BuildRequires: pkgconfig(xcb) >= 1.4
|
BuildRequires: pkgconfig(xcb) >= 1.4
|
||||||
BuildRequires: pkgconfig(xcb-image)
|
BuildRequires: pkgconfig(xcb-image)
|
||||||
BuildRequires: pkgconfig(xcb-proto) >= 1.6
|
BuildRequires: pkgconfig(xcb-proto) >= 1.6
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ BuildRequires: pkgconfig(xcb-shm)
|
|||||||
BuildRequires: pkgconfig(xcb-util)
|
BuildRequires: pkgconfig(xcb-util)
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.6.0
|
BuildRequires: pkgconfig(xorg-macros) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(xproto) >= 7.0.8
|
BuildRequires: pkgconfig(xproto) >= 7.0.8
|
||||||
BuildRequires: libxcb-util1
|
BuildRequires: xcb-util
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The XCB util modules provide a number of libraries which sit on top
|
The XCB util modules provide a number of libraries which sit on top
|
||||||
@@ -36,7 +36,7 @@ Included in this package is:
|
|||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: XCB utility module for XImage/XShmImage-like functions
|
Summary: XCB utility module for XImage/XShmImage-like functions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libxcb-util1
|
Requires: xcb-util
|
||||||
Conflicts: xcb-util
|
Conflicts: xcb-util
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
libxcb-util1
|
xcb-util
|
||||||
xcb-util-devel
|
xcb-util-devel
|
||||||
requires -xcb-util-<targettype>
|
requires -xcb-util-<targettype>
|
||||||
requires "libxcb-util1-<targettype> = <version>"
|
requires "xcb-util-<targettype> = <version>"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MulanPSL-2.0
|
# SPDX-License-Identifier: MulanPSL-2.0
|
||||||
|
|
||||||
%define lname libxcb-util1
|
%define lname xcb-util
|
||||||
|
|
||||||
Name: xcb-util
|
Name: xcb-util
|
||||||
Version: 0.4.1
|
Version: 0.4.1
|
||||||
|
|||||||
Reference in New Issue
Block a user