Initial import.

This commit is contained in:
Thomas Moschny 2012-03-27 17:20:28 +02:00
parent 1c3a30d489
commit 86050378fa
3 changed files with 71 additions and 0 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
/xcb-util-keysyms-0.3.8.tar.bz2

View File

@ -0,0 +1 @@
c75bb20e709093580a67eaf263251b50 xcb-util-keysyms-0.3.8.tar.bz2

69
xcb-util-keysyms.spec Normal file
View File

@ -0,0 +1,69 @@
Name: xcb-util-keysyms
Version: 0.3.8
Release: 2%{?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} = %{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
* Tue Mar 13 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-2
- Specfile cleanups suggested in the review.
* Mon Dec 5 2011 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-1
- New package.