Update xcb-util-wm.spec

This commit is contained in:
2025-12-30 14:03:26 +08:00
parent 7b08232cdd
commit ae70339f4e

View File

@@ -12,7 +12,6 @@ License: MIT
URL: http://xcb.freedesktop.org/ URL: http://xcb.freedesktop.org/
#!RemoteAsset #!RemoteAsset
Source: http://xorg.freedesktop.org/releases/individual/xcb/%{name}-%{version}.tar.xz Source: http://xorg.freedesktop.org/releases/individual/xcb/%{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#BuildRequires: autoconf >= 2.62, automake, libtool #BuildRequires: autoconf >= 2.62, automake, libtool
BuildRequires: m4 BuildRequires: m4
BuildRequires: pkgconfig BuildRequires: pkgconfig
@@ -33,7 +32,8 @@ Included in this package is:
- icccm: Both client and window-manager helpers for ICCCM. - icccm: Both client and window-manager helpers for ICCCM.
%package devel %package devel
Summary: Development files for the XCB ICCCM utility modules Summary: Development files for the XCB EWMH/ICCCM utility modules
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel %description devel
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
@@ -41,18 +41,13 @@ of libxcb, the core X protocol library, and some of the extension
libraries. libraries.
This package contains the development headers for the library found This package contains the development headers for the library found
in libxcb-icccm4. in libxcb-icccm4/ewmh2.
%build
make %{?_smp_mflags}
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%_includedir/xcb %_includedir/xcb
%_libdir/libxcb-ewmh.so %_libdir/libxcb-ewmh.so
%_libdir/libxcb-ewmh.so.2*
%_libdir/libxcb-icccm.so %_libdir/libxcb-icccm.so
%_libdir/libxcb-icccm.so.4*
%_libdir/pkgconfig/xcb-ewmh.pc %_libdir/pkgconfig/xcb-ewmh.pc
%_libdir/pkgconfig/xcb-icccm.pc %_libdir/pkgconfig/xcb-icccm.pc