[xcb-util-wm] Initial import.

Thomas Moschny thm at fedoraproject.org
Thu Apr 5 14:10:01 UTC 2012


commit 3542a123b5d13df96873399ab203038b8bb8ca0e
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Thu Apr 5 16:09:36 2012 +0200

    Initial import.

 .gitignore       |    1 +
 sources          |    1 +
 xcb-util-wm.spec |   72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 74 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..fc5abca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/xcb-util-wm-0.3.8.tar.bz2
diff --git a/sources b/sources
index e69de29..21c0d30 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+dda47289bc846a6a3e07824e9ec3aef8  xcb-util-wm-0.3.8.tar.bz2
diff --git a/xcb-util-wm.spec b/xcb-util-wm.spec
new file mode 100644
index 0000000..f7a33ac
--- /dev/null
+++ b/xcb-util-wm.spec
@@ -0,0 +1,72 @@
+Name:		xcb-util-wm
+Version:	0.3.8
+Release:	2%{?dist}
+Summary:	Client and window-manager helper library on top of libxcb
+Group:		System Environment/Libraries
+License:	MIT
+URL:		http://xcb.freedesktop.org
+Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
+BuildRequires:	pkgconfig(xcb-util) >= 0.3.8
+BuildRequires:	m4
+
+%description
+XCB util-wm module provides the following libraries:
+
+  - ewmh: Both client and window-manager helpers for EWMH.
+  - icccm: Both client and window-manager helpers for ICCCM.
+
+
+%package 	devel
+Summary:	Development and header files for xcb-util-vm
+Group:		System Environment/Libraries
+Requires:	%{name}%{?_isa} = %{version}-%{release}
+
+%description	devel
+Development files for xcb-util-wm.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --with-pic --disable-static
+make %{?_smp_mflags}
+
+
+%check
+make check
+
+
+%install
+make install DESTDIR=%{buildroot} INSTALL="install -p"
+rm %{buildroot}%{_libdir}/*.la
+
+
+%post -p /sbin/ldconfig
+
+
+%postun -p /sbin/ldconfig
+
+
+%files
+%doc README
+%{_libdir}/*.so.*
+
+
+%files devel
+%doc NEWS
+%{_libdir}/pkgconfig/*.pc
+%{_libdir}/*.so
+%{_includedir}/xcb/*.h
+
+
+%changelog
+* Thu Apr  5 2012 Thomas Moschny <thomas.moschny at gmx.de> - 0.3.8-2
+- Specfile cleanups as suggested in the review.
+- Remove unneeded BR on pkgconfig.
+- Remove unneeded chrpath call.
+
+* Mon Dec  5 2011 Thomas Moschny <thomas.moschny at gmx.de> - 0.3.8-1
+- New package.
+


More information about the scm-commits mailing list