From 9972011f0cf0e0c7973958198abd158a702d7ca7 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Nov 05 2013 14:39:32 +0000 Subject: import xcb-util-wm-0.3.9-3.el7.src.rpm --- diff --git a/.xcb-util-wm.metadata b/.xcb-util-wm.metadata new file mode 100644 index 0000000..d873107 --- /dev/null +++ b/.xcb-util-wm.metadata @@ -0,0 +1 @@ +22d4bc822ef53e4716ce14349e7241a7f8810fa0 SOURCES/xcb-util-wm-0.3.9.tar.bz2 diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/xcb-util-wm.spec b/SPECS/xcb-util-wm.spec new file mode 100644 index 0000000..5600b54 --- /dev/null +++ b/SPECS/xcb-util-wm.spec @@ -0,0 +1,84 @@ +Name: xcb-util-wm +Version: 0.3.9 +Release: 3%{?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 +* Sun Aug 04 2013 Fedora Release Engineering - 0.3.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Feb 15 2013 Fedora Release Engineering - 0.3.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Aug 20 2012 Thomas Moschny - 0.3.9-1 +- Update to 0.3.9. + +* Sun Jul 22 2012 Fedora Release Engineering - 0.3.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Apr 5 2012 Thomas Moschny - 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 - 0.3.8-1 +- New package. +