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