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