6c238f
Name:		xcb-util-image
ae2499
Version:	0.4.0
ae2499
Release:	2%{?dist}
6c238f
Summary:	Port of Xlib's XImage and XShmImage functions on top of libxcb
6c238f
Group:		System Environment/Libraries
6c238f
License:	MIT
6c238f
URL:		http://xcb.freedesktop.org
6c238f
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
6c238f
BuildRequires:	pkgconfig(xcb-util) >= 0.3.8
6c238f
BuildRequires:	m4
6c238f
6c238f
%description
6c238f
XCB util-image module provides the following library:
6c238f
6c238f
  - image: Port of Xlib's XImage and XShmImage functions.
6c238f
6c238f
6c238f
%package 	devel
6c238f
Summary:	Development and header files for xcb-util-image
6c238f
Group:		System Environment/Libraries
6c238f
Requires:	%{name}%{?_isa} = %{version}-%{release}
6c238f
6c238f
%description	devel
6c238f
Development files for xcb-util-image.
6c238f
6c238f
6c238f
%prep
6c238f
%setup -q
6c238f
6c238f
6c238f
%build
ae2499
%configure --with-pic --disable-static --disable-silent-rules
6c238f
make %{?_smp_mflags}
6c238f
6c238f
6c238f
%check
6c238f
make check
6c238f
6c238f
6c238f
%install
6c238f
make install DESTDIR=%{buildroot} INSTALL="install -p"
6c238f
rm %{buildroot}%{_libdir}/*.la
6c238f
6c238f
6c238f
%post -p /sbin/ldconfig
6c238f
6c238f
6c238f
%postun -p /sbin/ldconfig
6c238f
6c238f
6c238f
%files
ae2499
%doc README COPYING
6c238f
%{_libdir}/*.so.*
6c238f
6c238f
6c238f
%files devel
6c238f
%doc NEWS
6c238f
%{_libdir}/pkgconfig/*.pc
6c238f
%{_libdir}/*.so
6c238f
%{_includedir}/xcb/*.h
6c238f
6c238f
6c238f
%changelog
ae2499
* Wed Oct 22 2014 Thomas Moschny <thomas.moschny@gmx.de> - 0.4.0-2
ae2499
- Include COPYING.
8dd758
ae2499
* Sat Oct 18 2014 Thomas Moschny <thomas.moschny@gmx.de> - 0.4.0-1
ae2499
- Update to 0.4.0.
ae2499
ae2499
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-5
ae2499
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ae2499
ae2499
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-4
ae2499
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ae2499
ae2499
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-3
ae2499
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8dd758
6c238f
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-2
6c238f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6c238f
6c238f
* Mon Aug 20 2012 Adam Jackson <ajax@redhat.com> 0.3.9-1
6c238f
- xcb-util-image 0.3.9
6c238f
- Rebuilt for new xcb-util soname
6c238f
6c238f
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-4
6c238f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6c238f
6c238f
* Fri Apr  6 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-3
6c238f
- Fix explicit requires.
6c238f
6c238f
* Thu Apr  5 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-2
6c238f
- Specfile cleanups.
6c238f
6c238f
* Mon Dec  5 2011 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-1
6c238f
- New package.
6c238f