7cb926
Name:		xcb-util-wm
7cb926
Version:	0.4.1
7cb926
Release:	12%{?dist}
7cb926
Summary:	Client and window-manager helper library on top of libxcb
7cb926
Group:		System Environment/Libraries
7cb926
License:	MIT
7cb926
URL:		http://xcb.freedesktop.org
7cb926
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
7cb926
BuildRequires:	pkgconfig(xcb-util) >= 0.3.8
7cb926
BuildRequires:	m4
7cb926
7cb926
%description
7cb926
XCB util-wm module provides the following libraries:
7cb926
7cb926
  - ewmh: Both client and window-manager helpers for EWMH.
7cb926
  - icccm: Both client and window-manager helpers for ICCCM.
7cb926
7cb926
7cb926
%package 	devel
7cb926
Summary:	Development and header files for xcb-util-vm
7cb926
Group:		System Environment/Libraries
7cb926
Requires:	%{name}%{?_isa} = %{version}-%{release}
7cb926
7cb926
%description	devel
7cb926
Development files for xcb-util-wm.
7cb926
7cb926
7cb926
%prep
7cb926
%setup -q
7cb926
7cb926
7cb926
%build
7cb926
%configure --with-pic --disable-static --disable-silent-rules
7cb926
make %{?_smp_mflags}
7cb926
7cb926
7cb926
%check
7cb926
make check
7cb926
7cb926
7cb926
%install
7cb926
make install DESTDIR=%{buildroot} INSTALL="install -p"
7cb926
rm %{buildroot}%{_libdir}/*.la
7cb926
7cb926
7cb926
%post -p /sbin/ldconfig
7cb926
7cb926
7cb926
%postun -p /sbin/ldconfig
7cb926
7cb926
7cb926
%files
7cb926
%doc README
7cb926
%if 0%{?_licensedir:1}
7cb926
%license COPYING
7cb926
%else
7cb926
%doc COPYING
7cb926
%endif # licensedir
7cb926
%{_libdir}/*.so.*
7cb926
7cb926
7cb926
%files devel
7cb926
%doc NEWS
7cb926
%{_libdir}/pkgconfig/*.pc
7cb926
%{_libdir}/*.so
7cb926
%{_includedir}/xcb/*.h
7cb926
7cb926
7cb926
%changelog
7cb926
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-12
7cb926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7cb926
7cb926
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-11
7cb926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
7cb926
7cb926
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-10
7cb926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7cb926
7cb926
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-9
7cb926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7cb926
7cb926
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-8
7cb926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7cb926
7cb926
* Sat Dec  5 2015 Thomas Moschny <thomas.moschny@gmx.de> - 0.4.1-7
7cb926
- Mark license with %%license.
7cb926
7cb926
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-6
7cb926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7cb926
7cb926
* Wed Oct 22 2014 Thomas Moschny <thomas.moschny@gmx.de> - 0.4.1-5
7cb926
- Include COPYING.
7cb926
7cb926
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-4
7cb926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7cb926
7cb926
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-3
7cb926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7cb926
7cb926
* Thu Apr 17 2014 Thomas Moschny <thomas.moschny@gmx.de> - 0.4.1-2
7cb926
- Disable silent build.
7cb926
7cb926
* Wed Apr 16 2014 Hans de Goede <hdegoede@redhat.com> - 0.4.1-1
7cb926
- Update to 0.4.1 (rhbz#1059674)
7cb926
7cb926
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-3
7cb926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7cb926
7cb926
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-2
7cb926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7cb926
7cb926
* Mon Aug 20 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.9-1
7cb926
- Update to 0.3.9.
7cb926
7cb926
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-3
7cb926
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7cb926
7cb926
* Thu Apr  5 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-2
7cb926
- Specfile cleanups as suggested in the review.
7cb926
- Remove unneeded BR on pkgconfig.
7cb926
- Remove unneeded chrpath call.
7cb926
7cb926
* Mon Dec  5 2011 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-1
7cb926
- New package.
7cb926