2008-12-09 22:51:17 +00:00
|
|
|
Name: xcb-util
|
2014-10-22 17:47:32 +00:00
|
|
|
Version: 0.4.0
|
2022-07-23 12:51:01 +00:00
|
|
|
Release: 20%{?dist}
|
2008-12-09 22:51:17 +00:00
|
|
|
Summary: Convenience libraries sitting on top of libxcb
|
|
|
|
License: MIT
|
|
|
|
URL: http://xcb.freedesktop.org
|
|
|
|
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
|
2021-01-09 01:10:38 +00:00
|
|
|
BuildRequires: make
|
2018-07-09 20:04:23 +00:00
|
|
|
BuildRequires: gcc
|
2014-10-22 17:47:32 +00:00
|
|
|
BuildRequires: pkgconfig(xcb) >= 1.4
|
2008-12-09 22:51:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
The xcb-util module provides a number of libraries which sit on top of
|
|
|
|
libxcb, the core X protocol library, and some of the extension
|
|
|
|
libraries. These experimental libraries provide convenience functions
|
|
|
|
and interfaces which make the raw X protocol more usable. Some of the
|
|
|
|
libraries also provide client-side code which is not strictly part of
|
|
|
|
the X protocol but which have traditionally been provided by Xlib.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development and header files for xcb-util
|
2014-10-22 17:47:32 +00:00
|
|
|
Requires: %{name}%{?isa} = %{version}-%{release}
|
|
|
|
|
2008-12-09 22:51:17 +00:00
|
|
|
%description devel
|
|
|
|
Development files for xcb-util.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
2014-10-22 17:47:32 +00:00
|
|
|
%configure --with-pic --disable-static --disable-silent-rules
|
2020-07-14 14:50:13 +00:00
|
|
|
%make_build
|
2008-12-09 22:51:17 +00:00
|
|
|
|
|
|
|
|
2008-12-19 11:52:45 +00:00
|
|
|
%check
|
|
|
|
make check
|
2008-12-09 22:51:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2020-07-14 14:50:13 +00:00
|
|
|
%make_install
|
2008-12-09 22:51:17 +00:00
|
|
|
rm %{buildroot}%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
2018-06-29 21:38:13 +00:00
|
|
|
%ldconfig_post
|
2008-12-09 22:51:17 +00:00
|
|
|
|
|
|
|
|
2018-06-29 21:38:13 +00:00
|
|
|
%ldconfig_postun
|
2008-12-09 22:51:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files
|
2015-12-05 16:38:12 +00:00
|
|
|
%doc README
|
|
|
|
%if 0%{?_licensedir:1}
|
|
|
|
%license COPYING
|
|
|
|
%else
|
|
|
|
%doc COPYING
|
|
|
|
%endif # licensedir
|
2012-08-20 17:37:18 +00:00
|
|
|
%{_libdir}/libxcb-util.so.1*
|
2008-12-09 22:51:17 +00:00
|
|
|
|
2014-10-22 17:47:32 +00:00
|
|
|
|
2008-12-09 22:51:17 +00:00
|
|
|
%files devel
|
2014-10-22 18:38:10 +00:00
|
|
|
%doc NEWS
|
2008-12-09 22:51:17 +00:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_includedir}/xcb/*.h
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-07-23 12:51:01 +00:00
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-22 04:51:41 +00:00
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-23 21:20:03 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-27 23:50:17 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-29 14:29:45 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-14 14:50:13 +00:00
|
|
|
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.4.0-15
|
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
2020-01-31 04:09:34 +00:00
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-27 03:55:38 +00:00
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-03 12:09:46 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-14 09:08:00 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-29 21:38:13 +00:00
|
|
|
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 0.4.0-10
|
|
|
|
- Use ldconfig scriptlet macros
|
|
|
|
|
2018-02-09 21:22:45 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 10:29:57 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 21:55:09 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 17:40:55 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-05 03:18:21 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-05 16:38:12 +00:00
|
|
|
* Sat Dec 5 2015 Thomas Moschny <thomas.moschny@gmx.de> - 0.4.0-4
|
|
|
|
- Mark license with %%license.
|
|
|
|
|
2015-06-19 03:46:24 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-10-22 18:38:10 +00:00
|
|
|
* Wed Oct 22 2014 Thomas Moschny <thomas.moschny@gmx.de> - 0.4.0-2
|
|
|
|
- Move NEWS to -devel.
|
|
|
|
|
2014-10-22 17:47:32 +00:00
|
|
|
* Wed Oct 22 2014 Thomas Moschny <thomas.moschny@gmx.de> - 0.4.0-1
|
|
|
|
- Update to 0.4.0.
|
|
|
|
- Modernize spec file.
|
|
|
|
- Include COPYING.
|
|
|
|
- Update requirements.
|
|
|
|
|
2014-08-18 09:20:31 +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:18:09 +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:39:40 +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:30 +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 17:12:38 +00:00
|
|
|
* Mon Aug 20 2012 Adam Jackson <ajax@redhat.com> 0.3.9-1
|
|
|
|
- xcb-util 0.3.9 (#828286)
|
|
|
|
|
2012-07-22 04:32:23 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-14 08:39:28 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-29 20:35:51 +00:00
|
|
|
* Tue Nov 29 2011 Adam Jackson <ajax@redhat.com> 0.3.8-1
|
|
|
|
- xcb-util 0.3.8
|
|
|
|
|
2011-02-08 03:44:01 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2009-08-28 08:22:18 +00:00
|
|
|
* Fri Aug 28 2009 Michal Nowak <mnowak@redhat.com> - 0.3.6-1
|
|
|
|
- 0.3.6
|
|
|
|
|
2009-07-27 07:39:10 +00:00
|
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-13 19:25:10 +00:00
|
|
|
* Mon Jul 13 2009 Adam Jackson <ajax@redhat.com> 0.3.5-1
|
|
|
|
- xcb-util 0.3.5
|
|
|
|
|
2009-07-06 15:09:57 +00:00
|
|
|
* Mon Jul 06 2009 Adam Jackson <ajax@redhat.com> 0.3.4-2
|
|
|
|
- Explicitly list DSOs so we're notified of version changes.
|
|
|
|
|
|
|
|
* Sat Jun 13 2009 Michal Nowak <mnowak@redhat.com> - 0.3.4-1
|
2009-05-11 11:11:02 +00:00
|
|
|
- 0.3.4; needed for Awesome 3.3
|
|
|
|
|
2009-02-26 07:58:44 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-23 08:06:51 +00:00
|
|
|
* Fri Feb 20 2009 Michal Nowak <mnowak@redhat.com> - 0.3.3-1
|
|
|
|
- 0.3.3
|
|
|
|
- removed patches already in git (and 0.3.3)
|
|
|
|
|
2008-12-19 11:52:45 +00:00
|
|
|
* Fri Dec 19 2008 Michal Nowak <mnowak@redhat.com> - 0.3.2-2
|
|
|
|
- hack the sed lines after %%configure out and hack chrpath in
|
|
|
|
- make check is running again
|
|
|
|
|
2008-12-18 20:50:40 +00:00
|
|
|
* Thu Dec 18 2008 Michal Nowak <mnowak@redhat.com> - 0.3.2-1
|
|
|
|
- 0.3.2
|
|
|
|
- remove rpath (x86-64)
|
|
|
|
- xcb_keysyms: remove xcb_lookup_t
|
|
|
|
- Revert "keysyms: use xcb_key_lookup_t type for col paramter"
|
|
|
|
- temporary disabled %%check due to RPATH regression
|
|
|
|
|
2008-12-09 22:51:17 +00:00
|
|
|
* Thu Dec 4 2008 Michal Nowak <mnowak@redhat.com> - 0.3.1-2
|
|
|
|
- patch for exit() in aux library (Peter Harris)
|
|
|
|
- slight changes in spec file
|
|
|
|
|
|
|
|
* Mon Nov 24 2008 Michal Nowak <mnowak@redhat.com> - 0.3.1-1
|
|
|
|
- 0.3.1
|
|
|
|
- fix license issue (Jonathan Landis)
|
|
|
|
|
|
|
|
* Fri Sep 19 2008 Michal Nowak <mnowak@redhat.com> - 0.3.0-1
|
|
|
|
- bump to 0.3.0
|
|
|
|
|
|
|
|
* Sun Aug 17 2008 Michal Nowak <mnowak@redhat.com> - 0.2.1-2
|
|
|
|
- new build deps: gperf, pkgconfig, libxcb, m4, xorg-x11-proto-devel
|
|
|
|
- not installing *.a files anymore
|
|
|
|
- configure with --with-pic
|
|
|
|
|
|
|
|
* Mon Aug 04 2008 Michal Nowak <mnowak@redhat.com> - 0.2.1-1
|
|
|
|
- initial package
|
|
|
|
|