f79d3b
Name:		xcb-util-keysyms
f79d3b
Version:	0.4.0
f79d3b
Release:	1%{?dist}
f79d3b
Summary:	Standard X key constants and keycodes conversion on top of libxcb
f79d3b
Group:		System Environment/Libraries
f79d3b
License:	MIT
f79d3b
URL:		http://xcb.freedesktop.org
f79d3b
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
f79d3b
BuildRequires:	pkgconfig(xcb-util) >= 0.3.8
f79d3b
BuildRequires:	m4
f79d3b
f79d3b
%description
f79d3b
XCB util-keysyms module provides the following library:
f79d3b
f79d3b
  - keysyms: Standard X key constants and conversion to/from keycodes.
f79d3b
f79d3b
f79d3b
%package 	devel
f79d3b
Summary:	Development and header files for xcb-util-keysyms
f79d3b
Group:		System Environment/Libraries
f79d3b
Requires:	%{name}%{?_isa} = %{version}-%{release}
f79d3b
f79d3b
%description	devel
f79d3b
Development files for xcb-util-keysyms.
f79d3b
f79d3b
f79d3b
%prep
f79d3b
%setup -q
f79d3b
f79d3b
f79d3b
%build
f79d3b
%configure --with-pic --disable-static --disable-silent-rules
f79d3b
make %{?_smp_mflags}
f79d3b
f79d3b
f79d3b
%check
f79d3b
make check
f79d3b
f79d3b
f79d3b
%install
f79d3b
make install DESTDIR=%{buildroot} INSTALL="install -p"
f79d3b
rm %{buildroot}%{_libdir}/*.la
f79d3b
f79d3b
f79d3b
%post -p /sbin/ldconfig
f79d3b
f79d3b
f79d3b
%postun -p /sbin/ldconfig
f79d3b
f79d3b
f79d3b
%files
f79d3b
%doc README
f79d3b
%{_libdir}/*.so.*
f79d3b
f79d3b
f79d3b
%files devel
f79d3b
%doc NEWS
f79d3b
%{_libdir}/pkgconfig/*.pc
f79d3b
%{_libdir}/*.so
f79d3b
%{_includedir}/xcb/*.h
f79d3b
f79d3b
f79d3b
%changelog
f79d3b
* Sat Oct 11 2014 Thomas Moschny <thomas.moschny@gmx.de> - 0.4.0-1
f79d3b
- Update to 0.4.0.
f79d3b
f79d3b
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-5
f79d3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f79d3b
f79d3b
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-4
f79d3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f79d3b
f79d3b
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-3
f79d3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f79d3b
f79d3b
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-2
f79d3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f79d3b
f79d3b
* Mon Aug 20 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.9-1
f79d3b
- Update to 0.3.9.
f79d3b
f79d3b
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-4
f79d3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f79d3b
f79d3b
* Fri Apr  6 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-3
f79d3b
- Fix explicit requires.
f79d3b
f79d3b
* Tue Mar 13 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-2
f79d3b
- Specfile cleanups suggested in the review.
f79d3b
f79d3b
* Mon Dec  5 2011 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-1
f79d3b
- New package.
f79d3b