Files
desktop/xcb-util-cursor/xcb-util-cursor.spec
2026-02-12 16:06:19 +08:00

88 lines
2.2 KiB
RPMSpec

%define lname libxcb-cursor0
Name: xcb-util-cursor
Version: 0.1.6
Release: 0
Summary: XCB cursor library (libxcursor port)
License: MIT
Group: Development/Libraries/C and C++
URL: http://xcb.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xcb/util-cursor
#Git-Web: http://cgit.freedesktop.org/xcb/util-cursor/
Source: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gperf
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: xcb-util
BuildRequires: pkgconfig(xcb) >= 1.4
BuildRequires: pkgconfig(xcb-image)
BuildRequires: pkgconfig(xcb-proto) >= 1.6
BuildRequires: pkgconfig(xcb-render)
BuildRequires: pkgconfig(xcb-renderutil)
BuildRequires: pkgconfig(xorg-macros) >= 1.6.0
%description
The XCB util modules provide a number of libraries which sit on top
of libxcb, the core X protocol library, and some of the extension
libraries.
Included in this package is:
- cursor: port of libxcursor
%package -n %{lname}
Summary: XCB cursor library (libxcursor port)
Group: System/Libraries
%description -n %{lname}
The XCB util modules provide a number of libraries which sit on top
of libxcb, the core X protocol library, and some of the extension
libraries.
Included in this package is:
- cursor: port of libxcursor
%package devel
Summary: Development files for the XCB cursor library (libxcursor port)
Group: Development/Libraries/C and C++
Requires: %{lname} = %{version}
%description devel
The XCB util modules provide a number of libraries which sit on top
of libxcb, the core X protocol library, and some of the extension
libraries.
This package contains the development headers for the library found
in %{lname}.
%prep
%setup -q
%build
autoreconf -fiv
%configure \
--disable-static
make %{?_smp_mflags} V=1
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%files -n %{lname}
%{_libdir}/libxcb-cursor.so.0*
%files devel
%{_includedir}/xcb
%{_libdir}/libxcb-cursor.so
%{_libdir}/pkgconfig/xcb-cursor.pc
%changelog