init package
This commit is contained in:
parent
3006163027
commit
cf6d3393df
BIN
xcb-util-cursor-0.1.3.tar.bz2
Normal file
BIN
xcb-util-cursor-0.1.3.tar.bz2
Normal file
Binary file not shown.
68
xcb-util-cursor.spec
Normal file
68
xcb-util-cursor.spec
Normal file
@ -0,0 +1,68 @@
|
||||
Name: xcb-util-cursor
|
||||
Version: 0.1.3
|
||||
Release: 9
|
||||
Summary: Cursor library on top of libxcb
|
||||
License: MIT
|
||||
URL: http://xcb.freedesktop.org
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(xcb-util) >= 0.3.8
|
||||
BuildRequires: pkgconfig(xcb-render)
|
||||
BuildRequires: pkgconfig(xcb-renderutil)
|
||||
BuildRequires: pkgconfig(xcb-image)
|
||||
BuildRequires: m4
|
||||
|
||||
%description
|
||||
XCB util-cursor module provides the following libraries:
|
||||
|
||||
- cursor: port of libxcursor
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development and header files for xcb-util-cursos
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Development files for xcb-util-cursor.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%configure --with-pic --disable-static --disable-silent-rules
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||
rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
|
||||
%ldconfig_post
|
||||
|
||||
|
||||
%ldconfig_postun
|
||||
|
||||
|
||||
%files
|
||||
%doc README
|
||||
%license COPYING
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
|
||||
%files devel
|
||||
%doc NEWS
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/xcb/*.h
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 7 2020 weidong <weidong@uniontech.com> - 0.1.3-9
|
||||
- Initial release for OpenEuler
|
||||
Loading…
x
Reference in New Issue
Block a user