Package init
This commit is contained in:
commit
0b1b1e8fe2
BIN
xcb-util-wm-0.4.1.tar.bz2
Normal file
BIN
xcb-util-wm-0.4.1.tar.bz2
Normal file
Binary file not shown.
53
xcb-util-wm.spec
Normal file
53
xcb-util-wm.spec
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
Name: xcb-util-wm
|
||||||
|
Version: 0.4.1
|
||||||
|
Release: 15
|
||||||
|
Summary: Client and window-manager helpers for EWMH and ICCCM
|
||||||
|
License: MIT
|
||||||
|
URL: http://xcb.freedesktop.org
|
||||||
|
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
|
||||||
|
BuildRequires: gcc pkgconfig(xcb-util) >= 0.3.8 m4
|
||||||
|
|
||||||
|
%description
|
||||||
|
XCB util-wm module provides the following libraries: Both client and window-manager helpers
|
||||||
|
for EWMH, Both client and window-manager helpers for ICCCM.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development and header files for %{name}
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Development and header files for %{name}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --with-pic --disable-static --disable-silent-rules
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
%delete_la
|
||||||
|
|
||||||
|
%post
|
||||||
|
/sbin/ldconfig
|
||||||
|
%postun
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README
|
||||||
|
%license COPYING
|
||||||
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%doc NEWS
|
||||||
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%{_libdir}/*.so
|
||||||
|
%{_includedir}/xcb/*.h
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Oct 23 2019 Lijin Yang <yanglijin@huawei.com> - 0.4.1-15
|
||||||
|
- Package init
|
||||||
Loading…
x
Reference in New Issue
Block a user