From 5196e7a9505938dc7858438379e7e9fc31e409d3 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Nov 05 2013 14:41:23 +0000 Subject: import xcb-util-keysyms-0.3.9-3.el7.src.rpm --- diff --git a/.xcb-util-keysyms.metadata b/.xcb-util-keysyms.metadata new file mode 100644 index 0000000..8b0e9a5 --- /dev/null +++ b/.xcb-util-keysyms.metadata @@ -0,0 +1 @@ +74d9d0eeb13ec0e36b35f4b812e8073d1a09e51c SOURCES/xcb-util-keysyms-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-keysyms.spec b/SPECS/xcb-util-keysyms.spec new file mode 100644 index 0000000..481d0f9 --- /dev/null +++ b/SPECS/xcb-util-keysyms.spec @@ -0,0 +1,84 @@ +Name: xcb-util-keysyms +Version: 0.3.9 +Release: 3%{?dist} +Summary: Standard X key constants and keycodes conversion 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-keysyms module provides the following library: + + - keysyms: Standard X key constants and conversion to/from keycodes. + + +%package devel +Summary: Development and header files for xcb-util-keysyms +Group: System Environment/Libraries +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +Development files for xcb-util-keysyms. + + +%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-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Apr 6 2012 Thomas Moschny - 0.3.8-3 +- Fix explicit requires. + +* Tue Mar 13 2012 Thomas Moschny - 0.3.8-2 +- Specfile cleanups suggested in the review. + +* Mon Dec 5 2011 Thomas Moschny - 0.3.8-1 +- New package. +