[packages/xcb-util-xrm] new; version 1.2

atler atler at pld-linux.org
Tue Jan 23 22:37:12 CET 2018


commit 90c30a306c5a918327b4a92efab8bf8c581d64a8
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Jan 23 22:36:32 2018 +0100

    new; version 1.2

 xcb-util-xrm.spec | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 89 insertions(+)
---
diff --git a/xcb-util-xrm.spec b/xcb-util-xrm.spec
new file mode 100644
index 0000000..d25e16f
--- /dev/null
+++ b/xcb-util-xrm.spec
@@ -0,0 +1,89 @@
+Summary:	XCB util-xrm module
+Name:		xcb-util-xrm
+Version:	1.2
+Release:	1
+License:	MIT
+Group:		Libraries
+Source0:	https://github.com/Airblader/xcb-util-xrm/releases/download/v%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5:	242dfd4af757fc5ca0e952a714b9606a
+URL:		https://github.com/Airblader/xcb-util-xrm
+BuildRequires:	autoconf >= 2.62
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRequires:	libxcb-devel >= 1.4
+BuildRequires:	pkgconfig
+BuildRequires:	xcb-proto >= 1.6
+BuildRequires:	xcb-util-devel
+BuildRequires:	xorg-lib-libX11-devel
+BuildRequires:	xorg-util-util-macros >= 1.16
+Requires:	libxcb >= 1.4
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The xcb-util module provides a number of libraries which sit on top of
+libxcb, the core X protocol library, and some of the extension
+libraries. These experimental libraries provide convenience functions
+and interfaces which make the raw X protocol more usable. Some of the
+libraries also provide client-side code which is not strictly part of
+the X protocol but which have traditionally been provided by Xlib.
+
+XCB util-xrm module provides the following library:
+- xrm: utility functions for the X resource manager
+
+%package devel
+Summary:	Header files for XCB util-xrm library
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	libxcb-devel >= 1.4
+
+%description devel
+Header files for XCB util-xrm library.
+
+%package static
+Summary:	Static XCB util-xrm library
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static XCB util-xrm library.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+	--disable-silent-rules
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING ChangeLog README
+%attr(755,root,root) %{_libdir}/libxcb-xrm.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libxcb-xrm.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libxcb-xrm.so
+%{_libdir}/libxcb-xrm.la
+%{_includedir}/xcb/xcb_xrm.h
+%{_pkgconfigdir}/xcb-xrm.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libxcb-xrm.a
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xcb-util-xrm.git/commitdiff/90c30a306c5a918327b4a92efab8bf8c581d64a8



More information about the pld-cvs-commit mailing list