commit 61e1352bcb51994982978ee1efaf4e8fbe181665 Author: dogsheng <960055655@qq.com> Date: Tue Nov 19 11:58:18 2019 +0800 Package init diff --git a/xcb-util-keysyms-0.4.0.tar.bz2 b/xcb-util-keysyms-0.4.0.tar.bz2 new file mode 100644 index 0000000..f88baaa Binary files /dev/null and b/xcb-util-keysyms-0.4.0.tar.bz2 differ diff --git a/xcb-util-keysyms.spec b/xcb-util-keysyms.spec new file mode 100644 index 0000000..7ecf1df --- /dev/null +++ b/xcb-util-keysyms.spec @@ -0,0 +1,51 @@ +Name: xcb-util-keysyms +Version: 0.4.0 +Release: 10 +Summary: Standard X key constants and conversion to/from keycodes +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 +Utility libraries for XC Binding - Standard X key constants and conversion to/from keycodes. + +%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 +%{_libdir}/*.so.* + +%files devel +%doc NEWS +%{_libdir}/pkgconfig/*.pc +%{_libdir}/*.so +%{_includedir}/xcb/*.h + +%changelog +* Tue Oct 22 2019 Lijin Yang - 0.4.0-10 +- Package init