b972505
Name:		xcb-util-cursor
b972505
Version:	0.1.1
b69bfd8
Release:	4%{?dist}
b972505
Summary:	Cursor library on top of libxcb
b972505
Group:		System Environment/Libraries
b972505
License:	MIT
b972505
URL:		http://xcb.freedesktop.org
b972505
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
b972505
BuildRequires:	pkgconfig(xcb-util) >= 0.3.8
b972505
BuildRequires:	pkgconfig(xcb-render)
b972505
BuildRequires:	pkgconfig(xcb-renderutil)
b972505
BuildRequires:	pkgconfig(xcb-image)
b972505
BuildRequires:	m4
b972505
b972505
%description
b972505
XCB util-cursor module provides the following libraries:
b972505
b972505
  - cursor: port of libxcursor
b972505
b972505
b972505
%package 	devel
b972505
Summary:	Development and header files for xcb-util-cursos
b972505
Group:		System Environment/Libraries
b972505
Requires:	%{name}%{?_isa} = %{version}-%{release}
b972505
b972505
%description	devel
b972505
Development files for xcb-util-cursor.
b972505
b972505
b972505
%prep
b972505
%setup -q
b972505
b972505
b972505
%build
b972505
%configure --with-pic --disable-static --disable-silent-rules
b972505
make %{?_smp_mflags}
b972505
b972505
b972505
%check
b972505
make check
b972505
b972505
b972505
%install
b972505
make install DESTDIR=%{buildroot} INSTALL="install -p"
b972505
rm %{buildroot}%{_libdir}/*.la
b972505
b972505
b972505
%post -p /sbin/ldconfig
b972505
b972505
b972505
%postun -p /sbin/ldconfig
b972505
b972505
b972505
%files
b972505
%doc README
b972505
%{_libdir}/*.so.*
b972505
b972505
b972505
%files devel
b972505
%doc NEWS
b972505
%{_libdir}/pkgconfig/*.pc
b972505
%{_libdir}/*.so
b972505
%{_includedir}/xcb/*.h
b972505
b972505
b972505
%changelog
b69bfd8
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-4
b69bfd8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b69bfd8
233b0e2
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-3
233b0e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
233b0e2
b972505
* Mon Mar 17 2014 Thomas Moschny <thomas.moschny@gmx.de> - 0.1.1-2
b972505
- Disable silent build, as suggested in the review.
b972505
b972505
* Mon Mar 10 2014 Thomas Moschny <thomas.moschny@gmx.de> - 0.1.1-1
b972505
- New package.