Blame SPECS/xcb-util-wm.spec

997201
Name:		xcb-util-wm
997201
Version:	0.3.9
aa1c3c
Release:	5%{?dist}
997201
Summary:	Client and window-manager helper library on top of libxcb
997201
Group:		System Environment/Libraries
997201
License:	MIT
997201
URL:		http://xcb.freedesktop.org
997201
Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
997201
BuildRequires:	pkgconfig(xcb-util) >= 0.3.8
997201
BuildRequires:	m4
997201
997201
%description
997201
XCB util-wm module provides the following libraries:
997201
997201
  - ewmh: Both client and window-manager helpers for EWMH.
997201
  - icccm: Both client and window-manager helpers for ICCCM.
997201
997201
997201
%package 	devel
997201
Summary:	Development and header files for xcb-util-vm
997201
Group:		System Environment/Libraries
997201
Requires:	%{name}%{?_isa} = %{version}-%{release}
997201
997201
%description	devel
997201
Development files for xcb-util-wm.
997201
997201
997201
%prep
997201
%setup -q
997201
997201
997201
%build
997201
%configure --with-pic --disable-static
997201
make %{?_smp_mflags}
997201
997201
997201
%check
997201
make check
997201
997201
997201
%install
997201
make install DESTDIR=%{buildroot} INSTALL="install -p"
997201
rm %{buildroot}%{_libdir}/*.la
997201
997201
997201
%post -p /sbin/ldconfig
997201
997201
997201
%postun -p /sbin/ldconfig
997201
997201
997201
%files
997201
%doc README
997201
%{_libdir}/*.so.*
997201
997201
997201
%files devel
997201
%doc NEWS
997201
%{_libdir}/pkgconfig/*.pc
997201
%{_libdir}/*.so
997201
%{_includedir}/xcb/*.h
997201
997201
997201
%changelog
aa1c3c
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.3.9-5
aa1c3c
- Mass rebuild 2014-01-24
aa1c3c
aa1c3c
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.3.9-4
aa1c3c
- Mass rebuild 2013-12-27
aa1c3c
997201
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-3
997201
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
997201
997201
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-2
997201
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
997201
997201
* Mon Aug 20 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.9-1
997201
- Update to 0.3.9.
997201
997201
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-3
997201
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
997201
997201
* Thu Apr  5 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-2
997201
- Specfile cleanups as suggested in the review.
997201
- Remove unneeded BR on pkgconfig.
997201
- Remove unneeded chrpath call.
997201
997201
* Mon Dec  5 2011 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-1
997201
- New package.
997201