Blame SPECS/xcb-util.spec

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