2012-03-27 15:20:28 +00:00
|
|
|
Name: xcb-util-keysyms
|
2012-08-20 18:24:18 +00:00
|
|
|
Version: 0.3.9
|
2014-08-18 09:21:48 +00:00
|
|
|
Release: 5%{?dist}
|
2012-03-27 15:20:28 +00:00
|
|
|
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:
|
|
|
|
|
2012-04-06 11:35:05 +00:00
|
|
|
- keysyms: Standard X key constants and conversion to/from keycodes.
|
2012-03-27 15:20:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development and header files for xcb-util-keysyms
|
|
|
|
Group: System Environment/Libraries
|
2012-04-06 11:35:05 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2012-03-27 15:20:28 +00:00
|
|
|
|
|
|
|
%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
|
2014-08-18 09:21:48 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-08 05:19:04 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-04 07:40:19 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-15 03:28:50 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-08-20 18:24:18 +00:00
|
|
|
* Mon Aug 20 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.9-1
|
|
|
|
- Update to 0.3.9.
|
|
|
|
|
2012-07-22 04:34:40 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-04-06 11:35:05 +00:00
|
|
|
* Fri Apr 6 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-3
|
|
|
|
- Fix explicit requires.
|
|
|
|
|
2012-03-27 15:20:28 +00:00
|
|
|
* 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.
|
|
|
|
|